Hello,
when we want to record new Test Plan in ULC Load 3.0, after click on
'Record' button in ULC Recorder our applications starts ok. But then
when we make any user interaction (e.g. click a button) we get following
exception:
java.lang.RuntimeException: unable to fire event before sending requests
at
com.ulcload.base.recorder.UIExtendedSession$b_.c(UIExtendedSession$b_.ja
va:15)
at
com.ulcload.base.recorder.UIExtendedSession$b_.b(UIExtendedSession$b_.ja
va:23)
at
com.ulcload.base.recorder.UIExtendedSession.a(UIExtendedSession.java:11)
at
com.ulcload.base.recorder.UIExtendedSession.access$100(UIExtendedSession
.java:5)
at
com.ulcload.base.recorder.UIExtendedSession$a_.sendRequests(UIExtendedSe
ssion$a_.java:11)
at
com.ulcjava.base.client.UISession$o_.run(UISession$o_.java:53)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at
com.ulcload.base.recorder.UIExtendedSession$b_.c(UIExtendedSession$b_.ja
va:40)
... 6 more
Caused by: java.lang.NullPointerException
at com.ulcload.base.recorder.a.a(a.java:45)
at com.ulcload.base.recorder.a.a(a.java:36)
at com.ulcload.base.recorder.a.c(a.java:5)
at com.ulcload.base.recorder.a.a(a.java:32)
at
com.ulcload.base.recorder.UIExtendedSession$b_$1.run(UIExtendedSession$b
_$1.java:2)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Do you have any ideas what can be wrong? Application runs ok outside of
ULC Load (we run it as an applet).
Thank you,
Martin.