0 Replies Latest reply on Feb 21, 2005 4:55 AM by claussen

    JBoss-3.0.4 hangs at startup

    claussen

      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