Anybody running OS X Panther (7B21) and Idea 876 successfully?
I can get Idea 833 to run fine under Panther, but 876 gives an IndexOutOfBoundsException during startup and won't load any of my projects:
java.lang.IndexOutOfBoundsException
at java.nio.Buffer.checkIndex(Buffer.java:444)
at java.nio.DirectByteBuffer.getInt(DirectByteBuffer.java:622)
at com.intellij.util.i.t.j(t.java:70)
at com.intellij.util.i.t.b(t.java:48)
at com.intellij.psi.impl.e.a.a.bg.q(bg.java:270)
at com.intellij.psi.impl.e.a.bc.b(bc.java:157)
at com.intellij.ide.b.d.a(d.java:24)
at com.intellij.ide.b.d.a(d.java:37)
at com.intellij.psi.impl.cc.a(cc.java:83)
at com.intellij.psi.impl.z.run(z.java:2)
at com.intellij.openapi.application.b.d.runReadAction(d.java:283)
at com.intellij.psi.impl.y.run(y.java:1)
at com.intellij.ide.b.a.a.b(a.java:20)
at com.intellij.openapi.project.a.r.run(r.java:4)
at com.intellij.progress.c.a(c.java:23)
at com.intellij.openapi.project.a.q.run(q.java:1)
at java.lang.Thread.run(Thread.java:554)
I'm not asking the Intllij folks for help because this is a beta OS (of course any insight would be appreciated), but I was wondering if any Panther daredevils have seen this behavior or are running 876 successfully?
thanks!
Brian
请先登录再写评论。
you lucky dog.. we're still stuck at Jaguar!
Hm, starts up fine for me, but I haven't done much work with it
Thanks for the info. Ok, so it's something on my end. I decided to get rid of a bunch of cached files in my home/.IntelliJIdea/system dir. I cleared out these directories: caches, jars, stat, vcs. Restarted, and no problems (so far). I've been resusing these cached files over multiple installations of new EAP builds, so I guess there was some stuff in there that 876 didn't like.
All better now.
Brian