Hi,
I hope someone will know what might cause this problem.
I'm running tomcat 5.0.28 on Unix. Started tomcat using startup.sh and it's running fine.
When I try to shut it down using shutdown.sh I get the following error:
Sep 14, 2005 5:11:14 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 384 column 2: The markup in the document following the root element must be well-formed.
org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
and tomcat does not stop. I can kill -9 to stop it, but I would like to understand why it won't stop with the shell script.
Thanks for your help!
I hope someone will know what might cause this problem.
I'm running tomcat 5.0.28 on Unix. Started tomcat using startup.sh and it's running fine.
When I try to shut it down using shutdown.sh I get the following error:
Sep 14, 2005 5:11:14 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 384 column 2: The markup in the document following the root element must be well-formed.
org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
and tomcat does not stop. I can kill -9 to stop it, but I would like to understand why it won't stop with the shell script.
Thanks for your help!