IDEA #9920 doesn't work with an Eclipse project: error on apple.awt.CToolkit@1965cd java.lang.NullPointerException
Hello all,
I'm trying to open this eclipe project in IDEA build 9920: http://code.google.com/p/zk-sample-db/
After I imported the project I'm getting this error when the imported project is loaded:
IDEA Fatal Error - Error 1 of 2
Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.SystemEventQueueUtilities$ComponentWorkRequest@8ba17,notifier=null,catchExceptions=false,when=1253644679997] on apple.awt.CToolkit@1965cd
java.lang.NullPointerException
at com.intellij.codeInsight.daemon.impl.SeverityRegistrar.compare(SeverityRegistrar.java:24)
at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl.getHighlights(DaemonCodeAnalyzerImpl.java:232)
.....
IDEA Fatal Error - Error 2 of 2
Error during dispatching of java.awt.event.PaintEvent[UPDATE,updateRect=java.awt.Rectangle[x=340,y=103,width=915,height=623]] on frame1
java.lang.NullPointerException
at com.intellij.codeInsight.daemon.impl.SeverityRegistrar.compare(SeverityRegistrar.java:24)
at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl.getHighlights(DaemonCodeAnalyzerImpl.java:232)
....
The full stack strace is attached.
I'm using Mac OS X 10.5.8 and java 1.5.0_20 as java_home.
What this mean? How could I fix it?
Regards,
Attachment(s):
error 2 of 2.txt.zip
error 1 of 2.txt.zip
Please sign in to leave a comment.