You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jeff Dube <je...@altavista.com> on 2001/06/20 21:09:12 UTC

Windows NT service failed to start

Hi,

  I am using Tomcat for a while and i finally found the way for working with the Jakarta NT Service. But there is a error and i search  but... i think an expert could understand why!!! 

Here are the step i followed:(I am working with Win NT)

1) I downloaded the jk_nt_service.exe

2) I changed the wrapper.properties file:
   wrapper.tomcat_home=G:\Java\JSP\jakarta-tomcat-3.2.2
   wrapper.java_home=D:\JBuilder4

3) "jk_nt_service -i Jakarta wrapper.properties"
   (That was made in the conf directory where the jk_nt_service.exe and the wrapper.properties files were located.

4)

G:\Java\JSP\jakarta-tomcat-3.2.2\conf>net start Jakarta
The Jakarta service is starting.
The Jakarta service could not be started.

The service did not report an error.

More help is available by typing NET HELPMSG 3534.


G:\Java\JSP\jakarta-tomcat-3.2.2\conf>NET HELPMSG 3534

The service did not report an error.


EXPLANATION

The service did not report an error.

ACTION

Try the task later. If the problem persists, contact your network
administrator.

And the same error (about the same) appear when i start Jakarta in the service window manually.

  I need some explanation please.

I am able to start tomcat whithin the bin directory manually with the "startup" command but i would like to have it as a service..

 Thank you for your help.

 Jeff



Find the best deals on the web at AltaVista Shopping!
http://www.shopping.altavista.com

Re: Windows NT service failed to start

Posted by Andrew Zhdanov <av...@cbrsoft.com.ua>.
Hello Jeff,

Wednesday, June 20, 2001, 10:09:12 PM, you wrote:

JD> Hi,

JD>   I am using Tomcat for a while and i finally found the way for working with the Jakarta NT Service. But there is a error and i search  but... i think an expert could understand why!!! 

JD> Here are the step i followed:(I am working with Win NT)

JD> 1) I downloaded the jk_nt_service.exe

JD> 2) I changed the wrapper.properties file:
JD>    wrapper.tomcat_home=G:\Java\JSP\jakarta-tomcat-3.2.2
JD>    wrapper.java_home=D:\JBuilder4
You should write:
 wrapper.java_home=D:\JBuilder4\jdk1.3 !!!! it seems so

JD> 3) "jk_nt_service -i Jakarta wrapper.properties"
JD>    (That was made in the conf directory where the jk_nt_service.exe and the wrapper.properties files were located.

JD> 4)

JD> G:\Java\JSP\jakarta-tomcat-3.2.2\conf>net start Jakarta
JD> The Jakarta service is starting.
JD> The Jakarta service could not be started.

JD> The service did not report an error.

JD> More help is available by typing NET HELPMSG 3534.


JD> G:\Java\JSP\jakarta-tomcat-3.2.2\conf>NET HELPMSG 3534

JD> The service did not report an error.


JD> EXPLANATION

JD> The service did not report an error.

JD> ACTION

JD> Try the task later. If the problem persists, contact your network
JD> administrator.

JD> And the same error (about the same) appear when i start Jakarta in the service window manually.

JD>   I need some explanation please.

JD> I am able to start tomcat whithin the bin directory manually with the "startup" command but i would like to have it as a service..

JD>  Thank you for your help.

JD>  Jeff



JD> Find the best deals on the web at AltaVista Shopping!
JD> http://www.shopping.altavista.com



-- 
Best regards,
 Andrew