xvost_2001 - 2008-03-21

Hi. I'm trying to run an application (by invoking its main([]) method) in AbbotSuite (via gui). The application I try to run is a "server". But Launch fails with the following exception. Can sombody help me with this?

Error: abbot.ExitException: Application exit denied (0) on Thread[Threaded Launch com.cmtn.ams.server.ce.AmsServer.main([]),6,AUT Thread Group for Script Editor (root):0]                                                       

Launch com.cmtn.ams.server.ce.AmsServer.main([]) ‚ at step {1}'                                      

at C:\Documents and Settings\xvost\Desktop\t-view_srv:17

abbot.ExitException: Application exit denied (0) on Thread[Threaded Launch com.cmtn.ams.server.ce.AmsServer.main([]),6,AUT Thread Group for Script Editor (root):0]

    at abbot.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:40)

    at abbot.editor.ScriptEditor$EditorSecurityManager.checkExit(ScriptEditor.java:2791)

    at java.lang.Runtime.exit(Unknown Source)

    at java.lang.System.exit(Unknown Source)

    at com.cmtn.ams.server.ce.AmsServer.fatalError(AmsServer.java:369)

    at com.cmtn.ams.server.ce.AmsServer.main(AmsServer.java:93)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at abbot.script.Call.invoke(Call.java:194)

    at abbot.script.Call.runStep(Call.java:129)

    at abbot.script.Launch.synchronizedRunStep(Launch.java:138)

    at abbot.script.Launch$1.run(Launch.java:186)