Forum Discussion
- Florin_NeamtuOccasional ContributorUpdate - if I'm using soapui.bat to run the application it works. It tells me that JAVA_HOME is not set, but it runs the application. It seems that soapUI-3.0.1.exe doesn't find Java???
- Hello,
Do you use installer or binary?
robert - Florin_NeamtuOccasional ContributorHi Robert,
I'm not so sure I understand what you mean. I have used the installer to install the latest SoapUI. - Hello,
There are two way to install soapUI manually by binary or with installer. This will be checked and fix.
Thank you for reporting.
robert - Florin_NeamtuOccasional ContributorI see. I confirm I have used the installer and the shortcut created by the installer in the Start/Programs doesn't start the application. In the meantime starting SoapUI from bin\soapui.bat seems to solve the issue.
Regards,
Florin - Hi Florin,
the installer created a XX.vmoptions file in the soapUI\bin folder, can you attach that so we can see its contents?
Thanks in advance.
regards!
/Ole
eviware.com - Florin_NeamtuOccasional Contributor
- Thanks!
Could you try changing the line
-Xmx1200m
to something like
-Xmx768m
just to see if that helps?
regards,
/Ole
eviware.com - Florin_NeamtuOccasional ContributorDone the change and yes, it works this time! I'd suspect that value is the amount of memory it attempts to reserve at startup and it fails? However, not really important. Thanks a lot for sorting this out!
Florin - Hi, same issue on WIn XP Servpack 3 but soapUI.bat also didn't work, same error. Used exe to install.
Modified line on soapUI-3.0.1.vmoptions file from -Xmx1200m to -Xmx768m, everything working now. Tnx Ray