Menu

#263 Unexpected exception while recording

open
5
2008-06-04
2008-06-04
Anonymous
No

While recording tests using costello script editor i am encountering the following error. If i restart costello again and open a new scrip and click on capture>all actions(including motion) again the same error gets displayed. Please guide me to fix this error.

Error: Unexpected exception while recording. Please submit a description of the user and UI actions leading up to this error.
abbot version: 1.0.1
mode: robot
OS: Windows XP 5.1 (x86)
Java version: 1.5.0_11 (vm 1.5.0_11-b03)
Classpath: C:\workspace_26thMay\raptor_trunk\ide\ide\lib\ide-boot.jar
Look and Feel: [The Oracle Look and Feel version 2 - oracle.bali.ewt.olaf2.OracleLookAndFeel]
java.lang.NullPointerException
at abbot.editor.recorder.JTextComponentRecorder.parseDrop(JTextComponentRecorder.java:61)
at abbot.editor.recorder.ComponentRecorder.parse(ComponentRecorder.java:729)
at abbot.editor.recorder.JComponentRecorder.parse(JComponentRecorder.java:68)
at abbot.editor.recorder.SemanticRecorder.record(SemanticRecorder.java:68)
at abbot.editor.recorder.EventRecorder.recordEvent(EventRecorder.java:498)
at abbot.editor.recorder.Recorder.record(Recorder.java:76)
at abbot.editor.ScriptEditor.processEvent(ScriptEditor.java:2097)
at abbot.editor.ScriptEditor.mav$processEvent(ScriptEditor.java:53)
at abbot.editor.ScriptEditor$17.processEvent(ScriptEditor.java:2024)
at abbot.util.SingleThreadedEventListener.eventDispatched(SingleThreadedEventListener.java:55)
at abbot.util.EventNormalizer.delegate(EventNormalizer.java:255)
at abbot.util.EventNormalizer.eventDispatched(EventNormalizer.java:262)
at abbot.util.WeakAWTEventListener.eventDispatched(WeakAWTEventListener.java:26)
at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2206)
at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2100)
at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2099)
at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2099)
at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2099)
at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2099)
at java.awt.Toolkit.notifyAWTEventListeners(Toolkit.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:3867)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3909)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1778)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:525)
at java.awt.Dialog$2.run(Dialog.java:553)

Discussion