Community addition - SOAtest & Virtulize 9.10 - Unable to open application (
When I try to open application , it gives error.
Any help to resolve this error would be appreciated.
Thanks
Best 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.
1
Answers
-
Hi aparacha,
could you post 1507098107606.log file?
1 -
-
Try to see if the steps in https://stackoverflow.com/questions/28623792/unable-to-acquire-the-state-change-lock help.
1 -
Thanks all, Benken , your solution worked like a magic,
thanks
0