Re: 404 Not Found :Parsing error processing resource path /WEB-INF/cfg/struts-config.xml

2008-04-11 Thread Antonio Petrelli
2008/4/10, hardik pandya <[EMAIL PROTECTED]>: > > Hello All, > > I get this error, when I click on submit button to Action Class > > *404 Not Found : > Servlet error:* Parsing error processing resource path > /WEB-INF/cfg/struts-config.xml Did you validate your str

404 Not Found :Parsing error processing resource path /WEB-INF/cfg/struts-config.xml

2008-04-10 Thread hardik pandya
> > Hello All, > > I get this error, when I click on submit button > > *404 Not Found : > Servlet error:* Parsing error processing resource path > /WEB-INF/cfg/struts-config.xml > > I am using tags inside action-mapping to access Application > Module from Bc4jCon

Fwd: 404 Not Found :Parsing error processing resource path /WEB-INF/cfg/struts-config.xml

2008-04-10 Thread hardik pandya
Hello All, I get this error, when I click on submit button to Action Class *404 Not Found : Servlet error:* Parsing error processing resource path /WEB-INF/cfg/struts-config.xml I am using tags inside action-mapping to access Application Module from Bc4jContext in struts action class. When I

Re: Parsing error processing resource path

2007-03-14 Thread stevo_ugs
6 years now. >> >> As soon as I add another form bean to the struts-config.xml file, I am >> getting the exception on deployment of the WAR in EXPLODED format: >> >> > "action" failed to preload on startup in Web appli

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
Hi All, (specially Antonio and Mikolaj) Finally found the root cause of the problem. The error lies in case-sensitivity in declaring the form bean entry. If the package name does not match the directory structure (in case-sensitive form) then the corresponding error is thrown. Thanks for all yo

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
Antonio, I have just now redeployed the Weblogic server but still am unable to deploy the application. The strange fact is that I am using the same weblogic version, java version, eclipse version and ant version to build and deploy, and the application deploys very smoothly. Please help me out a

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
i have tried cleaning up the cache of the weblogic. also cleaned the build folder. by any method if i am deploying after deleting the additional line it works fine. but by adding just one another line the deployment fails and I start getting a 503 error. its really weird and making me crazy :-)

Re: Parsing error processing resource path

2006-10-11 Thread Mikolaj Rydzewski
Sandeep Gupta wrote: But when I am deploying the WAR it works perfectly. I have validated the struts-config.xml file using various validators and it is validated without any errors or warnings. Maybe some kind of file-locking occurs? How do you make a deploy? Just copy war's content into app's

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
i will try and check this parsing thing too... may be this is the reason... - Sandeep On 10/11/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Sandeep Gupta ha scritto: > Hi > > I have checked my log files.but the only error they report is as > shown > below while starting the weblogic

Re: Parsing error processing resource path

2006-10-11 Thread Antonio Petrelli
Sandeep Gupta ha scritto: Hi I have checked my log files.but the only error they report is as shown below while starting the weblogic server. I copied the whole WAR and EAR to another system and deployed it. The deployment was SUCCESSFUL. No error was reported and the website worked perfec

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
ndeep Gupta ha scritto: > As soon as I add another form bean to the struts-config.xml file, I am > getting the exception on deployment of the WAR in EXPLODED format: > > "action" failed to preload on startup in Web application: "cdWeb". > javax.servlet.

Re: Parsing error processing resource path

2006-10-11 Thread Antonio Petrelli
Sandeep Gupta ha scritto: As soon as I add another form bean to the struts-config.xml file, I am getting the exception on deployment of the WAR in EXPLODED format: javax.servlet.UnavailableException: Parsing error processing resource path at

Re: Parsing error processing resource path

2006-10-11 Thread Sandeep Gupta
The new form-bean entry is as under the corresponding action class and form class are there, and are being compiled into respective classes. Even the WAR includes the classes. - Sandeep On 10/11/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Sandeep Gupta ha scritto: > Hi Antonio

Re: Parsing error processing resource path

2006-10-11 Thread Antonio Petrelli
Sandeep Gupta ha scritto: Hi Antonio Last night I was trying to get it right and observed something new with the issue. I tried removing the form-bean entry and the deployment goes just fine. when i tried putting in the form-bean entry (same entry) again this time even the WAR deployment

Re: Parsing error processing resource path

2006-10-10 Thread Antonio Petrelli
-config.xml file, I am getting the exception on deployment of the WAR in EXPLODED format: javax.servlet.UnavailableException: Parsing error processing resource path at org.apache.struts.action.ActionServlet.handleConfigException( ActionServlet.java:1035) at

Parsing error processing resource path

2006-10-10 Thread Sandeep Gupta
Hi I am using Struts 1.1 and Weblogic 8.1 SP1. The problem is while deploying my WAR (in the exploded form only) after modification of struts-config.xml. I have this project running for the past 6 years now. As soon as I add another form bean to the struts-config.xml file, I am getting the excep

Re: Parsing error processing resource path /WEB-INF/struts-config.xml ja

2006-03-24 Thread Rajul
Hi, I am getting the same error "FilenotfoundException" for struts-config.xml with Tomcat 5. Did you figure out how to resolve this? -Rajul. -- View this message in context: http://www.nabble.com/Parsing-error-processing-resource-path-WEB-INF-struts-config.xml-java.io.FileNotFoun

Parsing error processing resource path /WEB-INF/struts-config.xml java.io.FileNotFoundException in ActionServlet init

2006-03-15 Thread Friso van Vollenhoven
Hi, Upon deploying my application on JBoss 4.0.2 I get this error: 16:11:34,122 ERROR [ActionServlet] Parsing error processing resource path /WEB-INF/struts-config.xml java.io.FileNotFoundException at org.apache.naming.resources.DirContextURLConnection.getInputStream(DirContex

Re: javax.servlet.UnavailableException: Parsing error processing resource path

2005-09-17 Thread Laurie Harper
you get the same problem there. L. Kam Lung Leung wrote: Hi, I have not been able to figure out why I have the following exception from tomcat: StandardContext[/ClientComponentTier]: Servlet /ClientComponentTier threw load() exception javax.servlet.UnavailableException: Parsing error

javax.servlet.UnavailableException: Parsing error processing resource path

2005-09-17 Thread Kam Lung Leung
Hi,   I have not been able to figure out why I have the following exception from tomcat: StandardContext[/ClientComponentTier]: Servlet /ClientComponentTier threw load() exception javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config-client.xml

RE: Parsing error processing resource path

2004-09-16 Thread Charl Gerber
Sent: Thursday, September 16, 2004 8:12 AM > To: [EMAIL PROTECTED] > Subject: Parsing error processing resource path > > > Hi, > > I have an action defined with a > > path="/Query?op=q&pop=o&id=7" > /> > > Ie, forwarding to a 'norma

RE: Parsing error processing resource path

2004-09-16 Thread David G. Friedman
forward). Regards, David -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:12 AM To: [EMAIL PROTECTED] Subject: Parsing error processing resource path Hi, I have an action defined with a Ie, forwarding to a 'normal' se

Parsing error processing resource path

2004-09-16 Thread Charl Gerber
Hi, I have an action defined with a Ie, forwarding to a 'normal' servlet. This causes struts to throw "Parsing error processing resource path". If I replace the path with something more normal (without the parameters), it works. Any ideas why struts cannot parse this