We are running a JBoss-3.0.4 on a multi-processor under HP_UX and Java HotSpot(TM) Server VM 1.3.1. This run stable for over a year but now it happens that the server hangs at startup. The following snippet from the log shows, that the Tomcat engine rejected a request just before the MainDeployer starts deploying the application. From then on HttpProcessor threads are started but seem never to process the requests.
--- 15:51:20,506 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /gsadmin/index.html 15:51:20,507 INFO [MainDeployer] Starting deployment of package: file:/home/appmgr/jboss/server/default/deploy/gsadmin.war 15:52:30,816 INFO [Engine] HttpProcessor[9091][3] Starting background thread 15:52:33,988 INFO [Engine] HttpProcessor[9091][4] Starting background thread 15:53:11,932 INFO [Engine] HttpProcessor[9091][5] Starting background thread 15:53:31,165 INFO [Engine] HttpProcessor[9091][6] Starting background thread 15:54:14,884 INFO [Engine] HttpProcessor[9091][7] Starting background thread 15:54:14,889 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /gsadmin/index.html 15:54:29,625 INFO [Engine] HttpProcessor[9091][8] Starting background thread 15:54:29,628 INFO [Engine] HttpProcessor[9091][9] Starting background thread 15:55:27,258 INFO [Engine] HttpProcessor[9091][10] Starting background thread 15:55:28,187 INFO [Engine] HttpProcessor[9091][11] Starting background thread ------ Does anybody has made a similar experience or knows, if there is a problem, maybe with the thread synchronisation, in this area? Thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867228#3867228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867228 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
