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

provide meaningful error message for "UnavailableException: Parsing error processing 
resource path"

           Summary: provide meaningful error message for
                    "UnavailableException: Parsing error processing resource
                    path"
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Unknown
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


2003-12-02 21:26:41 StandardWrapper[/myContext:database]: Marking servlet databa
se as unavailable
2003-12-02 21:26:41 StandardContext[/myContext]: Servlet /myContext threw load()
 exception
javax.servlet.UnavailableException: Parsing error processing resource path
        at org.apache.struts.action.ActionServlet.handleConfigException(ActionSe
rvlet.java:1035)
        at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionSe
rvlet.java:1014)
        at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet
.java:955)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:470)
        at com.domain.mywebapp.db.Database.init(Database.java:62)
        at javax.servlet.GenericServlet.init(GenericServlet.java:256)


The reason for the problem was that after migrating to struts 1.1, I had both
<?xml version="1.0" encoding="UTF-8" ?>
and
<?xml version="1.0" encoding="ISO-8859-1" ?-->
in struts-config.xml

A line number or the word "duplicate" would have helped a lot!

this is related to news post
http://marc.theaimsgroup.com/?l=struts-user&m=107039767514143&w=2

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to