This does not resolve the overall issue... Why is the DTD, which is stored
in the commons-validator.jar not being recognized in RC1?  The lookup
should recognize the DTD in the path and not even require a remote lookup.


|---------+------------------------------->
|         |           "Raible, Matt"      |
|         |           <[EMAIL PROTECTED]|
|         |           omcast.com>         |
|         |                               |
|         |           02/26/03 11:35 AM   |
|         |           Please respond to   |
|         |           "Struts Users       |
|         |           Mailing List"       |
|         |                               |
|---------+------------------------------->
  
>-------------------------------------------------------------------------------------------------------------|
  |                                                                                    
                         |
  |       To:       "'Struts Users Mailing List'" <[EMAIL PROTECTED]>                  
            |
  |       cc:                                                                          
                         |
  |       Subject:  RE: Can not run my application since update with Struts1.1 Releas 
e C andidate 1 --         |
  |        duplicate of [NOT FIXED] WHAT IS SOLUTION TO VALIDATOR - RULES.XML remote 
dtd problem?               |
  
>-------------------------------------------------------------------------------------------------------------|




If you can get to the DTD with your browser, and you're behind a firewall,
you may have to add your proxy information to Tomcat.  To do this, create a
CATALINA_OPTS environment variable, and add something like the following:

-Dhttp.proxyHost=myproxy -Dhttp.proxyPort=85

> -----Original Message-----
> From: Peterkofsky, Don [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 26, 2003 10:25 AM
> To: 'Struts Users Mailing List'
> Subject: RE: Can not run my application since update with Struts1.1
> Releas e C andidate 1 -- duplicate of [NOT FIXED] WHAT IS SOLUTION TO
> VALIDATOR- RULES.XML remote dtd problem?
>
>
>
> This is the same issue I am reporting in my post titled
>   [NOT FIXED] WHAT IS SOLUTION TO VALIDATOR-RULES.XML remote
> dtd problem?
>
> See post below.
>
> -----Original Message-----
> From: Heligon Sandra [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 26, 2003 12:24 AM
> To: '[EMAIL PROTECTED]'
> Subject: Can not run my application since update with
> Struts1.1 Release
> C andidate 1
> Importance: High
>
>
>
>     Since I updated the new version of the Struts framework
> I have the
> following errors:
>
>     - Problem with the Validator Plugin
>
>     [INFO] ValidatorPlugIn - -Loading validation rules file from
> '/WEB-INF/validator-rules.xml'
>     [ERROR] ValidatorPlugIn - -Operation timed out: connect
> <java.net.ConnectException: Operation timed out:
> connect>java.net.ConnectException:      Operation timed out: connect
>     at java.net.PlainSocketImpl.socketConnect(Native Method)
>     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
>
>     at
> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
>     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
>     at java.net.Socket.<init>(Socket.java:273)
>     at java.net.Socket.<init>(Socket.java:100)
>     at sun.net.NetworkClient.doConnect(NetworkClient.java:50)
>     at sun.net.www.http.HttpClient.openServer(HttpClient.java:331)
>     at sun.net.www.http.HttpClient.openServer(HttpClient.java:517)
>     at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
>     at
> sun.net.www.http.HttpClient.<init>(HttpClient.java:277)   at
> (Bootstrap.java:243)
>
>     I don't understand what is the problem ?
>
>     - I have a Login page and when I select the Login button I must
> enter in the LoginAction, but
>     it dosen't work no more .
>
>     [ERROR] RequestProcessor -
>     -No action instance for path /login could be created
> <java.lang.ClassCastException:
> xms.clients.web.security.actions.LoginAction>
> java.lang.ClassCastException:
> xms.clients.web.security.actions.LoginAction
>
>     at
> org.apache.struts.action.RequestProcessor.processActionCreate(
> RequestProcess
> or.java:324)
>     at
> org.apache.struts.action.RequestProcessor.process(RequestProce
> ssor.java:268)
>
>     at
> org.apache.struts.action.ActionServlet.process(ActionServlet.j
> ava:1420)
>
>     I have the following entry in my struts-config.xml file
>     <controller
> processorClass="org.apache.struts.tiles.TilesRequestProcessor" />
>
>     and my class LoginAction extends a BaseAction class
> that extends the
> Struts Action class.
>     I don't understand why it doesn't work, do you have an idea ?
>
>     Thanks a lot in advance
>     Sandra
>
> -----------------------------------------------------------
> 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]
>
>
> ---------------------------------------------------------------------
> 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]





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

Reply via email to