Forum Discussion

anu_elias's avatar
anu_elias
Occasional Contributor
15 years ago

Infinite loop of Exception when using loadui agent

Hi,

I have a working testcase in soapui. When i run it on loadui using local ghost agent, the testcase runs fine. But when i run it using an agent I get an infinite loop of exceptions. The loop continues even if I abort the run or delete the agent.

I am using soapUI-Pro-3.6.1 and loadui 1.0.1. The soapui testcase has a datasource step(excel), a groovy script step and a SOAP request step.

I am giving the exception stack below

at com.eviware.loadui.groovy.categories.GroovyOutput.output(GroovyOutput
.java:37)
at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:
88)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHel
per.java:781)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.
java:772)
at com.eviware.loadui.groovy.GroovyContextProxy.invokeMethod(GroovyConte
xtProxy.java:278)
at org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHel
per.java:799)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.
java:776)
at com.eviware.loadui.groovy.categories.GroovyOutput.output(GroovyOutput
.java:37)
at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:
88)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1058)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHel
per.java:781)

Thanks,
Anu