You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/22 19:33:34 UTC

DO NOT REPLY [Bug 10912] - org.apache.catalina.INVOKER.process.queue_server is currently unavailable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10912>.
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=10912

org.apache.catalina.INVOKER.process.queue_server is currently unavailable





------- Additional Comments From downeyt@cs.fiu.edu  2003-09-22 17:33 -------
I have just upgraded from Tomcat 4.1.18 to Tomcat 4.1.27.
I have modified conf/server.xml with <DefaultContext reloadable="true" />
I have restarted Tomcat.
I have created a new context named cgs4825 with a minimal web.xml file.
I have created a servlet that displays Hello.
I can run the servlet.
I have made a modification to the .java file. I have only added some text: World.
I wait for the Tomcat console window to report that the servlet has been modified.
In Tomcat 4.1.18, I can now reload the servlet in the browser, and it works.
In Tomcat 4.1.27, I get the error
**********
Servlet org.apache.catalina.INVOKER.hello is currently unavailable
**********
In the error log I get the messages
**********
2003-09-22 13:19:51 StandardContext[/cgs4825]: Reloading this Context has started
2003-09-22 13:19:51 WebappLoader[/cgs4825]: Reloading checks are enabled for
this Context
2003-09-22 13:19:51 StandardWrapper[/cgs4825:org.apache.catalina.INVOKER.hello]:
Marking servlet org.apache.catalina.INVOKER.hello as unavailable
**********
If I restart Tomcat, then it works in 4.1.27.

I have gone through this process many times, with the same result. It works
in 4.1.18, but fails in 4.1.27. What has changed between 4.1.18 and 4.1.27
with the INVOKER servlet?