|
From: Leif M. <le...@ta...> - 2003-04-08 10:51:53
|
I am unable to tell the exact problem unless you post the debug output of a single run but if you have integrated with the Wrapper by implementing the WrapperListener method then the problem is most likely that your implementation of the start method is not returning. But like I said, that is just a guess without being able to see the debug output. To enable debug output, set the following property: wrapper.logfile.loglevel=DEBUG Also review the documentation for the integration method you are using. See the following: http://wrapper.tanukisoftware.org/doc/english/integrate.html Also before trying to get the application running as an NT service, verify that things are working correctly as a console application. Cheers, Leif San...@DM... wrote: >I have a service that it doesn't start in a Windows NT 4.0 server. > >It try to start it but, after a time, it crashes. > >I get next log info: > >ERROR | wrapper | 2003/04/08 10:07:33 | Startup failed: Timed out waiting >for signal from JVM. >ERROR | wrapper | 2003/04/08 10:07:33 | Java Virtual Machine did not exit >on request, terminated >STATUS | wrapper | 2003/04/08 10:07:39 | Launching a JVM... >INFO | jvm 2 | 2003/04/08 10:07:40 | Wrapper (Version 2.2.9) >INFO | jvm 2 | 2003/04/08 10:07:40 | >INFO | jvm 2 | 2003/04/08 10:07:40 | Running TelnetEventPublisher as a >service. >INFO | jvm 2 | 2003/04/08 10:07:40 | Creating thread... > >It try to start five times and wrapper dies. > >In the Windos NT event viewer I get the message below. > >The description for Event ID ( 100 ) in Source ( V-CHAIN Telnet listener ) >cannot be found. The local computer may not have the necessary registry >information or message DLL files to display messages from a remote >computer. The following information is part of the event: wrapper; There >were 5 failed launches in a row, each lasting less than 300 seconds. >Giving up.. > >Thanks in advance. > > |