Forum Discussion

bhehe1's avatar
bhehe1
Occasional Contributor
14 years ago

Major install problems with 3.6

please refer to the thread I started yesterday...

viewtopic.php?f=1&t=4762&p=16190#p16190

I was evaluating soapUI and now I can no longer get it to run - at all...


Any assistance would be appreciated...

3 Replies

  • bhehe1's avatar
    bhehe1
    Occasional Contributor
    Checking back in... seems like these forums aren't monitored by eviware? short of purchasing the Pro version to just get instllation support are there any other avenues of support?
  • Hi,

    Try this and let us know if it works..
    Open %installdir%/bin/soap*.bat
    Navigate to the following line :

    set JAVA_OPTS=-Xms128m -Xmx1024m -Dsoapui.properties=soapui.properties -Dgroovy.source.encoding=iso-8859-1 "-Dsoapui.home=%SOAPUI_HOME%\"


    Now perform the tweaking of these values yourself & at a certain combination this will work. There is not standard values which can be shared, coz they vary from system to system [as an depending upon the sys configuration + other application installed].

    P.S. : The Xms --> denotes the minimum value of the JVM heap which is required for initializing the JVM. And Xmx --> denotes the maximum value of the JVM which can be used by Garbage collector.

    ~~ Pradeep ~~
  • bhehe1's avatar
    bhehe1
    Occasional Contributor
    Same behavior as I reported in another post on the soapUI board... The UI fires up but is unresponsive... you can't click on anything... I have to close the Command Window to get it to shutdown...

    viewtopic.php?f=1&t=4762