JIRA Won't Start or Fail To Shutdown Due to org.apache.tomcat.util.digester.Digester fatalError
Symptoms
JIRA fails to start due to org.apache.tomcat.util.digester.Digester fatalError
The following appears in the atlassian-jira.log
:
JIRA fails to start due to org.apache.tomcat.util.digester.Digester fatalError
Some example of the logs:
org.apache.tomcat.util.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 133 column 53: The reference to entity "e" must end with the ';' delimiter.
org.xml.sax.SAXParseException: The reference to entity "e" must end with the ';' delimiter.
org.apache.tomcat.util.digester.Digester fatalError
严重: Parse Fatal Error at line 129 column 22: The content of elements must consist of well-formed character data or markup.
org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.
Cause
This happen because the server.xml is broken. Some possibility are:
- invalid character
- reserved character like "&" is used in the password and not escape properly
- lines not closed properly
Resolution
- check the server.xml for the specific line thrown by the logs
- fix the server.xml
info is good
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.