Forum Discussion
5 Replies
- Hi!
do you have a 1.6 JRE installed on your mac?
regards!
/Ole
eviware.com - philspooNew ContributorLooks like I'm running 1.5 After reading your post I did some deeper looking on the site and saw that I need 1.6. Looks like I'll be fixing that Monday morning. Thanks
- philspooNew ContributorI used the Java Preferences pane and noticed that 1.5 had priority over 1.6. I made 1.6 the first in the list to use. Still didn't help. I've tried the 3.6.2 as well as the 3.6.2.1-snapshot soapUI versions and neither will run. I'm completely stumped on how to get this to install.
I'm adding the error I'm getting in my logs.
Jan 31 09:41:41 laptop [0x0-0x6b06b].com.install4j.5517-2803-0637-4585.7514[637]: [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.
Jan 31 09:41:41 laptop [0x0-0x6b06b].com.install4j.5517-2803-0637-4585.7514[637]: [JavaAppLauncher Error] This process is [i386] and was re-exec'd from [i386], but for some reason we are trying re-exec to [].
Jan 31 09:41:41 laptop [0x0-0x6b06b].com.install4j.5517-2803-0637-4585.7514[637]: [JavaAppLauncher Error] unable to find a version of Java to launch
Jan 31 09:41:41 laptop com.apple.launchd[383] ([0x0-0x6b06b].com.install4j.5517-2803-0637-4585.7514[637]): Exited with exit code: 1 - Hello
I had the same problem on my Mac and I found the solution. All you need to do is follow these steps:
1. Copy the soapUI 3.6.1 Installer on Desktop (because you cannot modify it on read-only disk image)
2. Replace the 'JavaApplicationStub' in soapUI 3.6.1 Installer with the one from your system:
$ cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub /Users/<USER>/Desktop/soapUI\ 3.6.1\ Installer.app/Contents/MacOS/
3. Run installer and install soapUI
4. Repeat step 3 for installed soapUI application:
$ cp /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub /Applications/eviware/soapUI-3.6.1.app/Contents/MacOS/
I hope it works now.
Matjaž - @Matjaž
Thanks, I had the same problem and your solution worked perfectly for me.