You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/11/18 22:18:18 UTC

DO NOT REPLY [Bug 14651] New: - Sax parser exception with JDK1.4.1_01 and web-app_2_3.dtd

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=14651>.
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=14651

Sax parser exception with JDK1.4.1_01 and web-app_2_3.dtd

           Summary: Sax parser exception with JDK1.4.1_01 and web-
                    app_2_3.dtd
           Product: Struts
           Version: 1.0.2 Final
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: groll@serviceintelligence.com


I recently upgraded my jdk from 1.4.0 to 1.4.1_01.  Now whenever I start tomcat 
I receive the following error on a previously working web module:

catalina.out:
PARSE error at line 1 column -1
org.xml.sax.SAXParseException: Character Conversion Error: Unconvertible UTF-8 
character beginning with 0x85" (line number may be too low)

To resolve this error I had to uncompress the struts.jar file (struts 1.0.2) 
and add the following line to the org.apache.struts.resources.web-app_2_3.dtd 
file:

<?xml verion="1.0" encoding="ISO-8859-1"?>

It appears as though version 1.4.1 has tighter standards on the structure of 
the xml file.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>