IntelliJ 8.1 buuild 9732 hangs with Apple Java for OS X 10.5 - Update 4
Hi,
I did this update yesterday and since then I cannot even start IntelliJ. I have a Mac Book Pro with Mac OS X 10.5.7. This is the java version it's running:
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
Did someone have the same problem please?
I have seem that there were problems before with other updates:
http://www.jetbrains.net/devnet/thread/277476
Thanks and Regards,
Juan
I had these error messages in the Java console:
16/06/2009 10:29:43 [0x0-0x28028].com.jetbrains.intellij[240] [JavaAppLauncher Error] This process is [i386] and was re-exec'd from [i386], but for some reason we are trying re-exec to [].
16/06/2009 10:29:43 [0x0-0x28028].com.jetbrains.intellij[240] [JavaAppLauncher Error] unable to find a version of Java to launch
16/06/2009 10:29:43 com.apple.launchd[70] ([0x0-0x28028].com.jetbrains.intellij[240]) Exited with exit code: 1
16/06/2009 10:29:43 com.apple.launchd[70] ([0x0-0x28028].com.jetbrains.intellij[240]) Exited with exit code: 1
16/06/2009 10:30:36 [0x0-0x2a02a].com.jetbrains.intellij[244] [JavaAppLauncher Warning] Java application launched from PPC or bad stub. Relaunching in 32-bit, and tagging sub-processes to prefer 32-bit with $JAVA_ARCH=i386.
16/06/2009 10:30:36 [0x0-0x2a02a].com.jetbrains.intellij[244] [JavaAppLauncher Warning] Java application launched from PPC or bad stub. Relaunching in 32-bit, and tagging sub-processes to prefer 32-bit with $JAVA_ARCH=i386.
16/06/2009 10:30:36 [0x0-0x2a02a].com.jetbrains.intellij[244] [JavaAppLauncher Error] This process is [i386] and was re-exec'd from [i386], but for some reason we are trying re-exec to [].
16/06/2009 10:30:36 [0x0-0x2a02a].com.jetbrains.intellij[244] [JavaAppLauncher Error] unable to find a version of Java to launch
Please sign in to leave a comment.
Here you have solution for your problem:
http://www.jetbrains.net/devnet/message/5240197#5240197
Thanks a lot Leszek, it works for me now.
In case it is useful, what I have done is:
I deleted the idea file in:
/Applications/IntelliJ IDEA 8.1.app/Contents/MacOS
then cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub64 to /Applications/IntelliJ IDEA 8.1.app/Contents/MacOS/
and renamed JavaApplicationStub64 to idea again.
Best regards,
Juan
Thanks! This solved my issue as well after the update.
Thanks!!!
It works.