I am experiencing a problem with the parsing/validation of the
validator-rules.xml file; the error output from Tomcat is shown below.  It
appears that the remote DTD document specified in the validator-rules.xml
file is not being retrieved.  I have looked in the file, and it is indeed
specifying the correct (Commons 1.0) version of the dtd, based on what I've
read previously on this list.

I have seen a number of posts about this issue, with the implication that
the issue was resolved in 1.1b2; I have seen a bugzilla report that was
closed as "INVALID/FIXED".  However, I've just downloaded both rc1 and the
nightly build of 2003-02-25 and the problem exists in those builds.  What is
up with this, and where is there a clear explanation of how to address this?

Thanks.

---------------------------

[ERROR] ValidatorPlugIn - -Host unreachable: connect
<java.net.NoRouteToHostExce
ption: Host unreachable: connect>java.net.NoRouteToHostException: Host
unreachab
le: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
        at java.net.Socket.<init>(Socket.java:268)
        at java.net.Socket.<init>(Socket.java:95)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:45)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:334)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:520)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:270)
        at sun.net.www.http.HttpClient.<init>(HttpClient.java:280)
        at sun.net.www.http.HttpClient.New(HttpClient.java:292)
        at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection
.java:417)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon
nection.java:510)
        at java.net.URL.openStream(URL.java:793)
        at
org.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultRe
aderFactory.java:149)
        at
org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExtern
alEntity(DefaultEntityHandler.java:767)
        at
org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExtern
alSubset(DefaultEntityHandler.java:566)
        at
org.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScann
er.java:1139)
        at
org.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDoc
umentScanner.java:2145)
        at
org.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentSc
anner.java:2100)
        at
org.apache.xerces.framework.XMLDocumentScanner$XMLDeclDispatcher.disp
atch(XMLDocumentScanner.java:720)
        at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS
canner.java:381)
        at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
        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(ValidatorPl
ugIn.java:224)
        at
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java
:167)
        at
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServle
t.java:1105)





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

Reply via email to