Forum Discussion
12 years ago
- Had the same error on a groovy loop with HTTP requests and the same sleeping thread:
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at com.eviware.soapui.impl.wsdl.support.ModelItemIconAnimator.start(ModelItemIconAnimator.java:86)
(...)
- Got the patch from "#632 Concurrency bug in ModelItemIconAnimator.java " http://sourceforge.net/p/soapui/bugs/632/
- javac + jar u for updating soapui-4.6.4.jar file with the new class.
- Now it works.
A look at https://github.com/SmartBear/soapui/com ... mator.java shows this patch has never been applied to the trunk.
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at com.eviware.soapui.impl.wsdl.support.ModelItemIconAnimator.start(ModelItemIconAnimator.java:86)
(...)
- Got the patch from "#632 Concurrency bug in ModelItemIconAnimator.java " http://sourceforge.net/p/soapui/bugs/632/
- javac + jar u for updating soapui-4.6.4.jar file with the new class.
- Now it works.
A look at https://github.com/SmartBear/soapui/com ... mator.java shows this patch has never been applied to the trunk.