DO NOT REPLY [Bug 4263] - Apache Tomcat service hangs after serving first request.

2001-10-18 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4263

Apache Tomcat service hangs after serving first request.





--- Additional Comments From [EMAIL PROTECTED]  2001-10-18 09:13 ---
Are you sure the first page you see wasn't served by your browser's cache ?
I use the Tomcat as a sys service (installed through the installer) with Win2k 
(SP2) / JDK 1.3.1, and it works ok.
Please check the stdout.log. If it's empty then it's bad. If Tomcat did indeed 
start, some of the other log files should contain some kind of error message.



DO NOT REPLY [Bug 4263] - Apache Tomcat service hangs after serving first request.

2001-10-18 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4263

Apache Tomcat service hangs after serving first request.





--- Additional Comments From [EMAIL PROTECTED]  2001-10-18 21:06 ---
Dear Remy,
I follow your step. Clear cache on my browser. I think you may right, the first page 
may come from browser cache. So, this time... I cannot call even first page... 
http://localhost:8080 I change port to ensure that other application may not 
occupy port 8080. But it still does not work. To make sure that it is not my 
machine problem. I install Tomcat on Windows XP build 2600 Professional. This 
time it shows the message
"Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\Apache Tomcat 4.0\bin\tomcat.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information."
So, I think it has the same problem with Windows 2000 Advanced Server.
The stderr.log is completely empty, the other log seems to have normal message.
Is there any steps should I try?



DO NOT REPLY [Bug 4263] - Apache Tomcat service hangs after serving first request.

2001-10-18 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4263

Apache Tomcat service hangs after serving first request.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2001-10-18 22:05 ---
I don't know if the XP error means anything interesting. Probably not.

The problem seems to be that for some reason the JVM doesn't start.
I'm afraid the only way to guarantee that the service setup would succeed all 
the time would to do a lot of checks on the detected VM (and allow the user to 
manually select one), which isn't easy to do with the current installer.
It's still easier than installing it manually, but your mileage may vary
The installer depends on the registry keys set by the installer of the Sun JDK. 
So if you move the JDK around, it won't work. I wish the JDK/JRE would behave a 
bit more like a Windows program ... (or that NSIS would allow accessing 
something other than the registry easily).

You can try to check in the registry that the service registration info is 
correct (and modify it if it isn't).
HKLM/SYSTEM/CurrentControlSet/Services/Apache Tomcat/Parameters
The value of 'JVM Library' must be something meaningful on your system.

Like all the other installer bugs, this looks like a non-fixable JDK/JRE 
configuration problem. So WONTFIX in this current installer.