Alvin Antony wrote:
> Thank you for your response. yes the problem is on my workstation and has an Internet access,
through a proxy server indeed. The same setup loads without problems on the server.How can i
> configure the parser not to validate for schema any otherway to push this error back. I also have
> Tiles definitions and they get loaded normaly.


You probably should try the Struts mailing list with this one. From what I can see, Struts uses Validator,
which uses Digester, so I'm unsure at which level this setting must be added.





[EMAIL PROTECTED] 01.07.04 18.29 >>>

It looks like an XML parser is trying to load a DTD, and failing. Does your Tomcat server have outside internet access?





Alvin Antony wrote:

Hi Friends,
             i get a connecton error when i start the struts application which uses 
validation module . The error message which i get is given below.

ERROR org.apache.struts.validator.ValidatorPlugIn  - Connection reset by peer: connect
java.net.SocketException: Connection reset by peer: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)

        at java.net.URL.openStream(Unknown Source)
        at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)

        at org.apache.commons.digester.Digester.parse(Digester.java:1562)
        at 
org.apache.commons.validator.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:256)
        at 
org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:224)
        at org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:167)
        at 
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1105)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:481)
        at javax.servlet.GenericServlet.init(GenericServlet.java:256)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)


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

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



Reply via email to