|
From: <s.n...@mo...> - 2002-12-12 08:06:40
|
Yes I kind of missed that in the docs, and it so niclely stated this:
-----
Class to execute when the wrapper starts the application. If your
application implements WrapperListener, then this will be that main class.
Otherwise, this should be com.silveregg.wrapper.WrapperSimpleApp Then your
main class will be listed as the first application parameter below.
-----
Don't know why I didn't see the trees for the forrest, but thankyou for
helping me out here :)
/Søren
-----Oprindelig meddelelse-----
Fra: wra...@li...
[mailto:wra...@li...]På vegne af Leif
Mortenson
Sendt: 11. december 2002 23:56
Til: wra...@li...
Emne: Re: [Wrapper-user] I keep getting: Startup failed: Timed out
waiting for signal from JVM.
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
>
>
>
-------------------------------------------------------
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
|