Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 26186 invoked from network); 2 Jul 2003 19:48:19 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jul 2003 19:48:19 -0000 Received: (qmail 7825 invoked by uid 97); 2 Jul 2003 19:50:48 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 7818 invoked from network); 2 Jul 2003 19:50:47 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 2 Jul 2003 19:50:47 -0000 Received: (qmail 22381 invoked by uid 500); 2 Jul 2003 19:47:25 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 22261 invoked from network); 2 Jul 2003 19:47:23 -0000 Received: from ol6-132.fibertel.com.ar (HELO atlantida.fys.com.ar) (24.232.132.6) by daedalus.apache.org with SMTP; 2 Jul 2003 19:47:23 -0000 Received: from anakin.fys.com.ar ([192.168.1.30]) by atlantida.fys.com.ar (8.11.6/8.11.6) with ESMTP id h62DXL428550 for ; Wed, 2 Jul 2003 16:33:21 +0300 In-Reply-To: <20030702160047.34203.qmail@web40512.mail.yahoo.com> To: "Struts Users Mailing List" Subject: Re: Can anyone address this issue ? (VERY URGENT) MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: gfaerman@fys.com.ar Date: Wed, 2 Jul 2003 17:09:54 -0300 X-MIMETrack: Serialize by Router on Anakin/FSC(Release 5.0.8 |June 18, 2001) at 07/02/2003 05:10:02 PM, Serialize complete at 07/02/2003 05:10:02 PM Content-Type: multipart/alternative; boundary="=_alternative 006CB51103256D57_=" X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-MailScanner-SpamScore: ss X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=_alternative 006CB51103256D57_= Content-Type: text/plain; charset="US-ASCII" Just an idea (we went throught similar pains when moving from Tomcat to IBM WebSphere). Check your xml parser version.Better yet, be sure to deploy xerces with your app. Regards, Gustavo JavaXML Developer 02/07/2003 01:00 p.m. Please respond to "Struts Users Mailing List" To struts-user@jakarta.apache.org cc Subject Can anyone address this issue ? (VERY URGENT) i deployed struts application on iWS 6.0 (which has SP1). I deployed it usind "wdeploy". It deployed under C:\iPlanet\Servers\docs . Now issue is; when i start up iPlanet web server i get following error message in error log. -------------------------------------------- 01/Jul/2003:15:01:02] info ( 1496): action: init [01/Jul/2003:15:01:05] warning ( 1496): vs(https-FWWS-VPANDYA.fw.com1)ServletException thrown in servlet.init; context = /vtest, servlet = 'action'; stack tace: javax.servlet.UnavailableException: Parsing error processing resource path at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:952) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:468) at com.lendware.ui.servlet.LendwareActionServlet.init(LendwareActionServlet.java:35) at javax.servlet.GenericServlet.init(GenericServlet.java:258) at com.iplanet.server.http.servlet.WServletEntity.loadAndInitServlet(WServletEntity.java:98) at com.iplanet.server.http.servlet.WebApplication.init(WebApplication.java:314) at com.iplanet.server.http.servlet.VirtualServer.init(VirtualServer.java:176) at com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java:680) --------------------------------------------------------------------- I don't know what does resource path error means. i mean , i have been running this app on tomcat successfully and so i don't know what resource path iplanet is not able to find. Also when i try to access my jsp (request.jsp) i get the following error ------------------------------------ 01/Jul/2003:15:01:29] failure ( 1496): Internal error: servlet service function had thrown ServletException (uri=/vtest/request.jsp): javax.servlet.ServletException, stack: javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:453) at _jsps._request_jsp._jspService(_request_jsp.java:186) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:247) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.java:237) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:520) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:589) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:891) at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1064) at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:953) , root cause: javax.servlet.jsp.JspException at org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:712) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:500) at _jsps._request_jsp._jspService(_request_jsp.java:113) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:247) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.access$6(JspServlet.java ----------------------------------------------------- I believe later error gets generated because of first one. Can anyone advise? Thanks, vik --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! --=_alternative 006CB51103256D57_=--