scala plugin install intellij hang
I installed intellij, then added the scala plugin, after that I can't start intellij anymore. the app shows upbut then just hang there, no menus.
Tried to remove the app and cleaned up the folders under ~/Library, still the same, how should I resolve this?
os : mac 10.7.5
intellij Idea 11.1.4
Thanks,
Sean
Please sign in to leave a comment.
Please send us log file from folder: ~/Library/Logs/IntelliJIDEAXX
Best regards,
Alexander Podkhalyuzin.
Hi Alex,
checked, there is no such log under this directory. after I cleaned it up and reinstalled.
so what happens is once i start the app, it hangs and only shows the app name on the top bar, no detailed menus. a small screenshot is here :
http://www.screencast.com/t/kJmRJPbIvq
You can also send me threaddump:
http://devnet.jetbrains.net/docs/DOC-260
Without any additional information it's not obvious how to fix it, or to understand why it's not working.
Best regards,
Alexander Podkhalyuzin.
dump file attached.
also attached the open files and ports data from activity monitor
thanks,
Attachment(s):
idea11hangOpenfilesandports.txt.zip
idea11hangdump.txt.zip
It seems it's not related to Scala plugin. I'll ask responsible people about it.
Best regards,
Alexander Podkhalyuzin.
Thanks Alex, if you have any info about complete removal/clean up of intellij, that will help too.
Hi Sean,
it looks like you're running IDEA under X11 - I'm afraid this configuration isn't supported.
Hi Roman,
Can you give a bit more info? I am not clear what OSX 10.7.5 has to do with x11? and How can i work around it? this IDE is what my team uses and I happen to be the only one run into this issue.
Thanks,
OS X comes with a X11 server (XQuartz) bundled since 10.3 so it's possible. And it's clear from the stacktrace that execution branches on a condition which checks if java.awt.Toolkit.getDefaultToolkit() returns X specific one. Unfortunately I don't know much about Macs to tell you how it happened. Didn't you, by any chance, made any related changes in system settings or IDEA configuration files?
Hey guys, I realized the issue is really that I manually repointed to jdk6 on my machine, that caused the problem. pointing back to 7 worked.
Thanks,
Sean