13 years ago
Groovy error on command line exec unde Linux Debian
Dear mates,
I've created a loadUI script which work very well using the command line under Linux Debian :
./loadUI-cmd.sh -p /home/loadui/myScript.xml
except that during the shuting down of the test, I have this error which seems related to a missing property :
Any clue ? I've not found where I could add this property in my code :-P
Thanks a lot,
Greg Besson
I've created a loadUI script which work very well using the command line under Linux Debian :
./loadUI-cmd.sh -p /home/loadui/myScript.xml
except that during the shuting down of the test, I have this error which seems related to a missing property :
------------------------------------
TEST EXECUTION COMPLETED
FINAL RESULTS: 00:01:00 Samples: 900 Failures: 0
------------------------------------
09:12:08,660 INFO [CommandRunner] Shutting down...
09:12:09,661 ERROR [CommandRunner] An error occured when executing the script
groovy.lang.MissingPropertyException: No such property: summaryExportListener for class: Script1
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:50)
at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGroovyObjectGetProperty(AbstractCallSite.java:231)
at Script1.run(Script1.groovy:325)
at com.eviware.loadui.cmd.CommandRunner$CommandRunnable.run(CommandRunner.java:93)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Stopping Framework...
Any clue ? I've not found where I could add this property in my code :-P
Thanks a lot,
Greg Besson