UnitTest crashing Idea
I'm using 4.0.3.
The zip file was being placed in the systems/plugin directory instead of the regular plugin directory and was throwing the following error...
Is anyone else seeing this problem?
alan
java.lang.NullPointerException
at com.intellij.diagnostic.DialogAppender.append(DialogAppender.java:23)
at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57)
at org.apache.log4j.Category.callAppenders(Category.java:190)
at org.apache.log4j.Category.forcedLog(Category.java:375)
at org.apache.log4j.Category.error(Category.java:306)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:80)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:117)
at com.intellij.ide.plugins.c.a(c.java:135)
at com.intellij.ide.plugins.c.a(c.java:14)
at com.intellij.ide.plugins.c.a(c.java:16)
at com.intellij.idea.Main.main(Main.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Please sign in to leave a comment.
Me too....
removed the unitTest.zip from system\plugins and things worked fine again.
-Dash
"alan brown" <no_mail@jetbrains.com> wrote in message
news:12858631.1088786145955.JavaMail.itn@is.intellij.net...
>
the regular plugin directory and was throwing the following error...
>
>
>
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(Append
erAttachableImpl.java:57)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
removing the zip file works for me too, but I still hanker after the functionality...
Hi,
create a directory unitTest (or something) in your local plugin directory,
unzip the contents from the zip file there and restart IDEA.
At least, that worked for me.
hth,
Gerd
thanks.
That worked a treat.