You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by BB Commish <bb...@hotmail.com> on 2005/03/14 21:38:21 UTC

Tomcat 5.5.7+JRockit = windows service won't start

Hi,

I am running Tomcat 5.5.7 with the JRockit 1.5.0 jdk. Everything is fine if 
I start TC using the startup.bat approach but installing it as a Windows 
service presents an issue (XP Home). I have tried using the Tomcat.exe 
installer and by modifying the provided service.bat file (modified to point 
to the jrockit jvm.dll) to install the service. The service gets installed 
ok but will not start - the following message is displayed:

The Tomcat5 service could not be started.
A service specific error occurred: 0.

Perhaps the Tomcat5.exe process manager is trying to send sun jvm specific 
parameters to the jrockit jvm? I have tried stripping down the service.bat 
to the minimum but no change in results. Any suggestions would be 
appreciated.

Thanks,
Brad



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat 5.5.7+JRockit = windows service won't start

Posted by Dominik Drzewiecki <dr...@post.pl>.
> Perhaps the Tomcat5.exe process manager is trying to send sun jvm
> specific parameters to the jrockit jvm? 

Indeed, it does. Tomcat5w.exe passes -Xrs to the jvm and you can do
nothing about it as it is hardcoded.

See Bugzilla Bug 33777:
http://issues.apache.org/bugzilla/show_bug.cgi?id=33777

regz
/dd



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat 5.5.7+JRockit = windows service won't start

Posted by Mark Thomas <ma...@apache.org>.
Perhaps you could try looking in the registry to see what parameters 
have been set there and if they are compatible with the JRockit JVM?

Mark

BB Commish wrote:
> Hi,
> 
> I am running Tomcat 5.5.7 with the JRockit 1.5.0 jdk. Everything is fine 
> if I start TC using the startup.bat approach but installing it as a 
> Windows service presents an issue (XP Home). I have tried using the 
> Tomcat.exe installer and by modifying the provided service.bat file 
> (modified to point to the jrockit jvm.dll) to install the service. The 
> service gets installed ok but will not start - the following message is 
> displayed:
> 
> The Tomcat5 service could not be started.
> A service specific error occurred: 0.
> 
> Perhaps the Tomcat5.exe process manager is trying to send sun jvm 
> specific parameters to the jrockit jvm? I have tried stripping down the 
> service.bat to the minimum but no change in results. Any suggestions 
> would be appreciated.
> 
> Thanks,
> Brad
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org