InvocationTargetException on startup...
Not sure what could be causing this. I've reinstalled Idea and I've rebooted the machine, but I'm still getting this error. Any help would be greatly appreciated. BTW - I don't have any plugins installed except the ones bundled with intellij.
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.
It seems to be fixed now. It was caused by a rogue plugin I think, as it started when I downloaded some plugins. But the uninstaller didn't appear to delete everything I expected it too. I ended up using regedit to get rid of some keys (that Idea pointed me too) and deleted the intellij settings in my home directory.