DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17225>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17225 Struts-config.xml parsing issue in JRun 3.0.2a Summary: Struts-config.xml parsing issue in JRun 3.0.2a Product: Struts Version: 1.1 Beta 3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have been trying to deploy the struts-blank app from struts 1.1b3 in JRun 3.0.2a, and am having some trouble. I keep getting the following exception: [ERROR] ActionServlet - -Parsing error processing resource path <java.lang.IllegalMonitorStateException: current thread not owner>java.lang.IllegalMonitorStateException: current thread not owner at org.apache.commons.digester.Digester.createSAXException (Digester.java:2383) at org.apache.commons.digester.Digester.createSAXException (Digester.java:2409) at org.apache.commons.digester.Digester.startElement(Digester.java, Compiled Code) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement (Unknown Source)... I have replaced parser.jar and jaxp.jar in the {jrun.rootdir}/lib/ext directory with xercesImpl.jar and xml-apis.jar, as Struts 1.1 requires a JAXP 1.1 compliant parser to function properly and the parser supplied by JRun for this version is only 1.0 compliant. Additionally, I have tried placing all of the relevant struts XML files in the user.classpath. I noticed their is no path following "Parsing error processing resource path...", but when I tried removing the DOCTYPE element from strut-config.xml it changed the exception to something about "no grammar", which indicates to me that the parser IS able to locate the resource struts-config.xml. Has anyone successfully installed struts 1.1 in JRun 3.1 or 3.0.2a? Any suggestions? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]