Tomcat 5.5 (.20) Start keeps stalling - stdout log stops @ “Initializing Performance Management”

StackOverflow https://stackoverflow.com/questions/8130049

  •  01-03-2021
  •  | 
  •  

Question

Does anyone have any idea what causes the restart of Tomcat 5.5 to stop at this?

The lines before it I have seen before during successful restarts, but they could hold more information:

INFO: XML validation disabled log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly. log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly.

I have made changes to conf/server.xml to include SSL keystore settings in the string for port 8443 but even when I comment this out, the same issue occurs.

Either way, the service says it is running but I cannot access either of the ports 8080 or 8443.

Any help would be greatful, thankyou.

Was it helpful?

Solution

I restarted the server and it seemed to fix whatever problem was occurring, though I cannot explain what was causing the error above.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top