https://bz.apache.org/bugzilla/show_bug.cgi?id=64541
Bug ID: 64541
Summary: Parsing of mbeans-descriptor.xml files throw errors on
server startup
Product: Tomcat 7
Version: 7.0.104
Hardware: PC
OS: Linux
Status: NEW
Severity: regression
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 37319
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37319&action=edit
The tomcat startup server log
I'm using tomcat version 7.0.104 on a linux system.
The JVM used is Adopt's OpenJDK 11.
When starting the server, the logs are full of errors regarding all the
mbeans-descriptor.xml files in the catalina.jar and jasper.jar archives. The
errors are regarding the entity expansion limit for jaxp, which in our case is
1 (for security reasons). This error is a regression from version 7.0.104(since
we don't have this problem with 7.0.103) and is probably caused from adding of
this verification against mbeans-descriptor.dtd:
https://github.com/apache/tomcat/commit/1f1877c3d888f519f0544386cebc3c3f0ca16786
.
I'm attaching a part of the tomcat logs, which contains the stacktrace of the
error.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]