This is a different root cause to the one before.  The parser that is trying
to load in the struts-config, is trying to connect to the site to get the
dtd.  I have not seen this before.

I have chacked all the files you posted and they all conform to the struts
spec exactly, I am at a loss to suggest what you could look at next.

Try getting ride of the validate and detail init-param sections in the
struts-config.xml for the org.apache.struts.action.ActionServlet and see if
that stops it from attempting to check with the dtd.

Post the error if it doesn't solve it.

Cheers

Simon

----- Original Message -----
From: "Ramesh_KumarP" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 1:38 PM
Subject: FW: getting javax.servlet.ServletException...


> As I can not send all files in one msg I am sending it in 3 mails..
>
> Regards,
>
> P.RAMESHKUMAR,
> -----Original Message-----
> From: Ramesh_KumarP
> Sent: Tuesday, March 25, 2003 5:39 PM
> To: 'Struts Users Mailing List'
> Subject: RE: getting javax.servlet.ServletException...
>
>
> My error msgs are
>
>
> [24/Mar/2003:22:38:49] info ( 1016): successful server startup
> [24/Mar/2003:22:38:49] info ( 1016): iPlanet-WebServer-Enterprise/6.0
> B05/18/2001 10:26
> [24/Mar/2003:22:38:49] info ( 1016): Installing a new configuration
> [24/Mar/2003:22:38:49] info ( 1016): [LS ls1] http://CTP-VI0455, port 80
> ready to accept requests
> [24/Mar/2003:22:38:49] info ( 1016): A new configuration was successfully
> installed
> [24/Mar/2003:22:38:50] info ( 1016): Loading IWSSessionManager by default.
> [24/Mar/2003:22:38:50] info ( 1016): IWSSessionManager: Maximum number of
> sessions is 1000
> [24/Mar/2003:22:38:51] info ( 1016): Adding web application (/BP) at
> (d:/iplanet/servers/docs/BP)
> [24/Mar/2003:22:38:51] info ( 1016): Loading IWSSessionManager by default.
> [24/Mar/2003:22:38:51] info ( 1016): IWSSessionManager: Maximum number of
> sessions is 1000
> [24/Mar/2003:22:38:51] info ( 1016): vs(https-CTP-VI0455)servlet 'action'
> class = 'org.apache.struts.action.ActionServlet' loaded in context = '/BP'
> [24/Mar/2003:22:38:51] info ( 1016): action: init
> [24/Mar/2003:22:38:51] info ( 1016): action: Loading application resources
> from resource org.apache.struts.webapp.example.ApplicationResources
> [24/Mar/2003:22:38:51] info ( 1016): action: Initializing configuration
from
> resource path /WEB-INF/struts-config.xml
> [24/Mar/2003:22:39:12] warning ( 1016):
vs(https-CTP-VI0455)ServletException
> thrown in servlet.init; context = /BP, servlet = 'action'; stack tace:
> javax.servlet.ServletException: Parsing error processing resource path
> /WEB-INF/struts-config.xml
>             at
>
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1337)
>             at
> org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
>             at javax.servlet.GenericServlet.init(GenericServlet.java:258)
>             at
>
com.iplanet.server.http.servlet.WServletEntity.loadAndInitServlet(WServletEn
> tity.java:98)
>             at
>
com.iplanet.server.http.servlet.WebApplication.init(WebApplication.java:317)
>             at
> com.iplanet.server.http.servlet.VirtualServer.init(VirtualServer.java:170)
>             at
>
com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:
> 675)
> , root cause: org.xml.sax.SAXParseException: External entity not found:
> "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";.
>             at com.sun.xml.parser.Parser.fatal(Parser.java:2817)
>             at
> com.sun.xml.parser.Parser.externalParameterEntity(Parser.java:2506)
>             at
com.sun.xml.parser.Parser.maybeDoctypeDecl(Parser.java:1137)
>             at com.sun.xml.parser.Parser.parseInternal(Parser.java:481)
>             at com.sun.xml.parser.Parser.parse(Parser.java:284)
>             at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
>             at javax.xml.parsers.SAXParser.parse(SAXParser.java:77)
>             at
org.apache.struts.digester.Digester.parse(Digester.java:755)
>             at
>
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1332)
>             at
> org.apache.struts.action.ActionServlet.init(ActionServlet.java:466)
>             at javax.servlet.GenericServlet.init(GenericServlet.java:258)
>             at
>
com.iplanet.server.http.servlet.WServletEntity.loadAndInitServlet(WServletEn
> tity.java:98)
>             at
>
com.iplanet.server.http.servlet.WebApplication.init(WebApplication.java:317)
>             at
> com.iplanet.server.http.servlet.VirtualServer.init(VirtualServer.java:170)
>             at
>
com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:
> 675)
>
> [24/Mar/2003:22:39:12] info ( 1016): Successfully initialized web
> application environment (web-apps.xml) for virtual server
(https-CTP-VI0455)
>
>
>
> **************************************************************************
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
or
> distribution or forwarding of any or all of the contents in this message
is
> STRICTLY PROHIBITED. If you are not the intended recipient, please contact
> the sender by email and delete all copies; your cooperation in this regard
> is appreciated.
> **************************************************************************
>


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

Reply via email to