Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Community addition - SOAtest & Virtulize 9.10 - Unable to open application (

aparacha
aparacha Posts: 10

When I try to open application , it gives error.

Any help to resolve this error would be appreciated.

Thanks

Best Answer

  • benken_parasoft
    benken_parasoft Posts: 1,228 ✭✭✭
    edited October 2017 Answer ✓

    I've seen this happen in somewhat rare cases on systems that are very slow or otherwise not responding very well. I've seen this resolved in the past by setting the property "osgi.module.lock.timeout" which defaults to 5 (seconds). This is why you see errors in the log like "Timeout after waiting 5 seconds to acquire the lock". Perhaps you can try setting that to something much higher, like 30 or something.

    You can set this property as a command line argument like "soavirt.exe -J-Dosgi.module.lock.timeout=30". Or you can try opening the config.ini file (under "Parasoft/Test/9.10 for SOAtest & Virtualize/configuration") then and add "osgi.module.lock.timeout=30" on its own line at the end of the file. Similar steps apply for non-Windows platforms.

Answers