Forum Discussion

eetawil_yahoo_c's avatar
eetawil_yahoo_c
New Contributor
6 years ago
Solved

Groovy custom vmoptions not loaded

I'm importing an external jar that requires some runtime options so I added them to the .vmoptions file (and I did have an extra white line at the end)    -Denv=dev -Djmx.address=0.0.0.0 -Djava...
  • nmrao's avatar
    nmrao
    6 years ago
    Not just for your properties, even some pre-existing ones are also not reproducible.

    By the way, you can see what are available using Menu -> Help -> System Properties

    To address your problem, you can add them to soapui.bat / .sh (similarly required in testrunner utility as well if you are running the test command line)

    Add them in JAVA_OPTS as shown in the below thread:
    https://stackoverflow.com/questions/44436512/how-to-handle-utf-8-character-encoding-in-http-log-in-soapui/44437807#44437807

    NOTE: have a backup of the original scripts before making the suggested change.