|
From: Leif M. <le...@ta...> - 2002-12-11 22:56:04
|
Soren,
Correct me if I am wrong, but 9 times out of 10 this error is caused
by not reading the
documentation :-) Please take a look at the following page:
http://wrapper.sourceforge.net/doc/english/api-overview.html
In most cases, you will want to use the WrapperSimpleApp method of
launching your
application.
Also try enabling Debug output and make sure that you see the Java
side of the
Wrapper being initialized.
Cheers,
Leif
Søren Neigaard wrote:
>I have made a Java application that I want to start as a NT service. My Java
>application runs fine when started manually, and it is not under hevy load
>at all.
>
>When the wrapper starts it as a service, I keep getting the following error,
>and the wrapper seems to killing my Java app:
>
>---------------
>Startup failed: Timed out waiting for signal from JVM.
>Java Virtual Machine did not exit on request, terminated
>---------------
>
>The funny thing is that the Java application works fine until the wrapper
>stops it. The wrapper keeps restarting my Java app., so in a sense it keeps
>running, but why does it restart it????
>
>Any ideas?
>
>P.S. I'm running Sun Java 1.4.1.01 on a Windows 2000 Server.
>
>Med venlig hilsen/Best regards
>Søren Neigaard
>System Architect
>................................
>Mobilethink A/S
>Arosgaarden
>Åboulevarden 23, 5.sal
>DK - 8000 Århus C
>Telefon: +45 86207800
>Direct: +45 86207810
>Fax: +45 86207801
>Email: s.n...@mo...
>Web: www.mobilethink.dk
>................................
>
>
>
>-------------------------------------------------------
>This sf.net email is sponsored by:
>With Great Power, Comes Great Responsibility
>Learn to use your power at OSDN's High Performance Computing Channel
>http://hpc.devchannel.org/
>_______________________________________________
>Wrapper-user mailing list
>Wra...@li...
>https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
>
|