struts - Parsing error processing resource path

2003-11-03 Thread Vijaykumar
[ERROR] ActionServlet - -Parsing error processing resource path java.lang.NullPointerExceptionjava.lang.NullPointerExc eption at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:941) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:465

Struts - Parsing error processing resource path

2003-11-03 Thread Vijaykumar
[ERROR] ActionServlet - -Parsing error processing resource path java.lang.NullPointerExceptionjava.lang.NullPointerExc eption at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:941) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:465

RE: Struts - Parsing error processing resource path

2003-11-03 Thread David Friedman
Sounds like a typo (in the class name?) in your struts-config.xml file. Regards, David -Original Message- From: Vijaykumar [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:43 PM To: Struts Subject: Struts - Parsing error processing resource path Hi all, I am a newbie

Parsing error on startup

2003-08-14 Thread Guy Caseley
Hi, I have a webapp that uses struts1.1-b3 and it runs fine on Tomcat4.1.27/jdk1.3 on my PC (Win2k). When I start Tomcat4.1.27/jdk1.4 on RedHat Linux, I get: 2003-08-05 06:31:31 StandardContext[/app1]: Servlet /app1 threw load() exception javax.servlet.UnavailableException: Parsing error

RE: Parsing error on startup

2003-08-14 Thread Navjot Singh
: Wednesday, August 06, 2003 6:43 PM |To: Struts Users Mailing List |Subject: Re: Parsing error on startup | | |Navjot, | |The version that I'm having the problem with is jdk1.4.0_02-b02 so this |could well be the problem - although just got some information that |suggests that this problem only

Re: Parsing error on startup

2003-08-14 Thread Guy Caseley
this problem with 1.4.0. Has anyone experienced this problem with jdk1.4.0 on Tomcat4.1 startup? 2003-08-05 06:31:31 StandardContext[/app1]: Servlet /app1 threw load() exception javax.servlet.UnavailableException: Parsing error processing resource path

RE: Parsing error on startup

2003-08-14 Thread Navjot Singh
guess your jdk version is 1.4.1_03. upgrade to the latest one 1.4.1_04. problem solved. hth navjot singh |-Original Message- |From: Guy Caseley [mailto:[EMAIL PROTECTED] |Sent: Wednesday, August 06, 2003 4:57 PM |To: [EMAIL PROTECTED] |Subject: Parsing error on startup | | |Hi, | | I

UnavailableException: Parsing error processing resource path

2003-05-27 Thread ross
am trying to set up stuts/tiles to run on Tomcat 4.1 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:465

Re: UnavailableException: Parsing error processing resource path

2003-05-27 Thread Mark Lowe
javax.servlet.UnavailableException: Parsing error processing resource path at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.j ava:952) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:465) at org.apache.struts.tiles.ActionComponentServlet.init

Parsing error

2003-01-27 Thread Gaurav . Goyal
Hi, I'm getting the following error when I restart my web server. I'm developing on an NT machine and then deploying the code onto a unix server. Things work fine on my machine, but I start getting this error as soon as I deploy my code and do a server restart. Is it a problem with the

RE: Parsing error (Strange behaviour on NT)

2003-01-27 Thread Gaurav . Goyal
To: [EMAIL PROTECTED] Subject: Parsing error Hi, I'm getting the following error when I restart my web server. I'm developing on an NT machine and then deploying the code onto a unix server. Things work fine on my machine, but I start getting this error as soon as I deploy my code and do

Re: Intermittent parsing error processing struts-config.xml

2002-11-23 Thread Jagdish Arora
Any known issues with Struts 1.1 Beta 2? Any way to look at the Bugzilla logs generated against that? thanks, jagdish. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Intermittent parsing error processing struts-config.xml

2002-11-23 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Jagdish Arora wrote: Date: Sat, 23 Nov 2002 15:54:38 -0500 From: Jagdish Arora [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Intermittent parsing error processing struts-config.xml

Intermittent parsing error processing struts-config.xml

2002-11-22 Thread Jagdish Arora
Greetings all. I am using Struts (v 1.1 Beta), with JBoss 3.0.0_tomcat4.0.3, and unable to upgrade *exactly* at this point. I intermittently get a parser exception javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml

Strange Parsing Error

2002-10-25 Thread Adam Sherman
: Parsing error processing resource path /WEB-INF/struts-config.xml On startup of my struts app. Thing is I dont' have 490 lines in my struts config. Any ideas which file is causing the problem? Thanks, A. -- Adam Sherman Software Developer Teach and Travel Inc. +1.613.241.3103 -- To unsubscribe

Re: Strange Parsing Error

2002-10-25 Thread Vikas Malla
81: The string -- is not permitted within comments. Then I get: Oct 25, 2002 10:36:38 AM org.apache.struts.action.ActionServlet initApplicationConfig SEVERE: Parsing error processing resource path /WEB-INF/struts-config.xml On startup of my struts app. Thing is I dont' have 490 lines in my

Re: Strange Parsing Error

2002-10-25 Thread Adam Sherman
Vikas Malla wrote: I had this error. I just got rid of the nested comments. try this on your struts-config.xml. see if this works in your case. I removed *all* comments, still get the error. I think it's referring to a different file... Thanks, A. -- Adam Sherman Software Developer Teach

Re: Strange Parsing Error

2002-10-25 Thread Craig R. McClanahan
On Fri, 25 Oct 2002, Adam Sherman wrote: Date: Fri, 25 Oct 2002 10:41:45 -0400 From: Adam Sherman [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Strange Parsing Error I'm getting: Oct 25, 2002 10:36:38 AM

Re: Strange Parsing Error

2002-10-25 Thread Adam Sherman
Craig R. McClanahan wrote: The message is telling you exactly what's wrong. One way to cause this is to try a comment like this: I have *no* comments in my config. Is it possible that another file is the problem? Also, I do not have 490 lines. Here's my struts-config.xml, verbatim: ?xml

Re: Strange Parsing Error

2002-10-25 Thread Adam Sherman
Craig R. McClanahan wrote: The message is telling you exactly what's wrong. One way to cause this is to try a comment like this: Still trying to track this down. Does anybody have some ideas? Thanks, A. -- Adam Sherman Software Developer Teach and Travel Inc. +1.613.241.3103 -- To

Re: Strange Parsing Error

2002-10-25 Thread Adam Sherman
Adam Sherman wrote: Oct 25, 2002 10:36:38 AM org.apache.struts.action.ActionServlet initApplicationConfig SEVERE: Parsing error processing resource path /WEB-INF/struts-config.xml I'm using a validating parser on my config files, and it is happy. Could this be an unrelated issue? Thanks

Re: Strange Parsing Error

2002-10-25 Thread Adam Sherman
I rebuilt my lib directory, and the problem went away. Weird. A. -- Adam Sherman Software Developer Teach and Travel Inc. +1.613.241.3103 -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

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

2002-10-04 Thread Ramu, Manjukumar [PRDUS]
javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.j ava:780) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:417

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

2002-10-04 Thread Ramu, Manjukumar [PRDUS]
Can any body help me? -Original Message- From: Ramu, Manjukumar [PRDUS] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:09 PM To: 'Struts Users Mailing List' Subject: Parsing error processing resource path /WEB-INF/struts-config.xml Hello All, I am getting

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

2002-10-04 Thread Galbreath, Mark
: Friday, October 04, 2002 1:20 PM To: 'Struts Users Mailing List' Subject: RE: Parsing error processing resource path /WEB-INF/struts-config .xml Can any body help me? -Original Message- From: Ramu, Manjukumar [PRDUS] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:09 PM

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

2002-10-04 Thread Eddie Bush
, Manjukumar [PRDUS] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 1:20 PM To: 'Struts Users Mailing List' Subject: RE: Parsing error processing resource path /WEB-INF/struts-config .xml Can any body help me? -Original Message- From: Ramu, Manjukumar [PRDUS] [mailto:[EMAIL

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

2002-10-04 Thread Taylor, Jason
To: Struts Users Mailing List Subject: Re: Parsing error processing resource path /WEB-INF/struts-config .xml Actually, from a (Unix) filesystem perspective, / is *the* root (the directory all others live under). Your home directory probably lives at ~. If what you are asking is how to represent

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

2002-10-04 Thread Galbreath, Mark
That's right - I forgot...been 4 years since I coded anything on Unix. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 2:04 PM To: Struts Users Mailing List Subject: Re: Parsing error processing resource path /WEB-INF/struts-config .xml

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

2002-10-04 Thread Ramu, Manjukumar [PRDUS]
I checked the file name and path, both are correct. -Original Message- From: Taylor, Jason [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 2:33 PM To: 'Struts Users Mailing List' Subject: RE: Parsing error processing resource path /WEB-INF/struts-config .xml I use WLS 6.1 sp3

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

2002-10-04 Thread Eddie Bush
Why do I have a voice in the back of my head saying Didn't someone have to revert to sp1 to get things going?? If that's an option, you might explore it. If it's not an option - I don't know what to say. I can't say where the above thought comes from, but I seem to have some vague

RE: Parsing error

2002-09-12 Thread Galbreath, Mark
Dump the server; it's crap. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 7:14 PM To: [EMAIL PROTECTED] Subject: Parsing error Hi, Getting the following error on trying to start up web server having the struts example

RE: Parsing error

2002-09-12 Thread Gaurav . Goyal
) at com.iplanet.server.http.servlet.NSServletRunner.VSInit(NSServletRunner.java: 686) -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 6:31 AM To: 'Struts Users Mailing List' Subject: RE: Parsing error Dump the server; it's crap

RE: Parsing error

2002-09-12 Thread Galbreath, Mark
Wow...never saw that before. Apparently you've got thread contention on the SAXP object. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: RE: Parsing error While I share your

RE: Parsing error

2002-09-12 Thread Gaurav . Goyal
i put digester.parse(is) in a synchronized block. That did not help. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 10:13 AM To: 'Struts Users Mailing List' Subject: RE: Parsing error Wow...never saw that before. Apparently

RE: Parsing error

2002-09-12 Thread Galbreath, Mark
Wish I could help you more...you probably need Craig to look into this one. :-( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: RE: Parsing error i put digester.parse(is) in a synchronized

Parsing error

2002-09-11 Thread Gaurav . Goyal
/2002:18:10:34] warning ( 357): vs(https-L000434CERCGE.erc.gecapital.com)ServletException thrown in servlet.init; context = /, servlet = 'action'; stack tace: javax.servlet.UnavailableException: Parsing error processing resource path /Web-inf/struts-config.xml

xml parsing error in struts-config

2002-09-05 Thread Wasiq Hasan
WIN 2000, tomcat4.1, jdk14 hi, i am getting the following error for struts-config.xml file, i tried to save file as ANSI using notepad but still same error. file is pasted at the end of this message. thanks wasiq PARSE error at line 1 column 1 org.xml.sax.SAXParseException: Content is not

RE: xml parsing error in struts-config

2002-09-05 Thread James Mitchell
1:23 PM To: [EMAIL PROTECTED] Subject: xml parsing error in struts-config WIN 2000, tomcat4.1, jdk14 hi, i am getting the following error for struts-config.xml file, i tried to save file as ANSI using notepad but still same error. file is pasted at the end of this message. thanks wasiq

Struts 1.1-b1 with WebSphere 3.5.6 javax.servlet.UnavailableException: Parsing error processing resource path .../struts-config.xml

2002-06-28 Thread @Basebeans.com
Subject: Struts 1.1-b1 with WebSphere 3.5.6 javax.servlet.UnavailableException: Parsing error processing resource path .../struts-config.xml From: Hu Ji Rong [EMAIL PROTECTED] === Hi, I am still getting this error when try to install Struts 1.1-b1 example to my WebSphere 3.5.6 on NT4. Even

Parsing error processing resource path... ONLY with ServletExec

2002-04-29 Thread Jim Tomlinson
\OurApp\WAR\WEB-INF\lib\f:\Program Files\New Atlanta\ServletExec ISAPI\ServletExec Data\default\OurApp\WAR\WEB-INF\lib\struts.jar!/org/apache/struts/resources/ struts-config_1_0.dtd' [Mon Apr 29 12:20:58 PDT 2002] ServletExec: caught exception - javax.servlet.ServletException: Parsing error processing

Beta Error: Parsing error processing resource path /WEB-INF/struts-config.xml

2002-04-25 Thread Joe Osowski
) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198) at weblogic.Server.main(Server.java:35) javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.j ava:780

RE: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-21 Thread Steve Hupert
on how I can go about debugging this problem. Thanks again for any input. -Original Message- From: Enrique M. Almonte [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 7:52 PM To: [EMAIL PROTECTED] Subject: Re: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF

Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-20 Thread Steve Hupert
) . . . at com.ibm.etools.websphere.tools.runner.api.ServerRunner$1.run(ServerRunner.ja va) [ERROR] ActionServlet - -Parsing error processing resource path /WEB-INF/struts-config.xml java.lang.NullPointerException I noticed other people have posted messages for similar problems and they were usually related to problems with the XML parser

Re: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-20 Thread Enrique M. Almonte
: Wednesday, March 20, 2002 1:38 PM Subject: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml I am attempting to create the struts-blank application from jakarta-struts-1.1b1-lib.zip using Websphere Studio Application Developer 4.0.2. When I attempt to start

Re: Parsing Error for struts-config.xml

2002-03-08 Thread Jin Bal
in the web.xml etc - Original Message - From: Suneet Shah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 08, 2002 6:33 AM Subject: Parsing Error for struts-config.xml Hello, I have struts based application that runs just fine on a number of application server. However, on Borland

Re: Parsing Error for struts-config.xml

2002-03-08 Thread Suneet Shah
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Suneet Shah [EMAIL PROTECTED] Sent: Friday, March 08, 2002 3:51 AM Subject: Re: Parsing Error for struts-config.xml I *think* the problem may be your container's implementation of : InputStream input = getServletContext

RE: Parsing Error for struts-config.xml

2002-03-08 Thread Homer, Christopher
Try removing the 3 DTDs from struts.jar. Chris - Original Message - From: Suneet Shah [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 08, 2002 7:33 AM Subject: Parsing Error for struts-config.xml Hello, I have struts based application that runs just fine on a number

Parsing Error for struts-config.xml

2002-03-07 Thread Suneet Shah
Hello, I have struts based application that runs just fine on a number of application server. However, on Borland Enterprise Server I get the exception below. I am using struts 1.02. Any ideas on how I can fix this? Thank you. Suneet Shah javax.servlet.ServletException: Parsing error

Re: Parsing Error for struts-config.xml

2002-03-07 Thread Ivan Siviero
] Sent: Friday, March 08, 2002 7:33 AM Subject: Parsing Error for struts-config.xml Hello, I have struts based application that runs just fine on a number of application server. However, on Borland Enterprise Server I get the exception below. I am using struts 1.02. Any ideas on how I can fix

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

2001-08-14 Thread Eduardo Fujii
, August 13, 2001 4:25 PM Subject: Parsing error processing resource path /WEB-INF/struts-config.xml Hi guys,Could someone help me on this ? I downloaded the nightly build (binarydistribution jakarta-struts_20010813.tar.gz), and all other requirements(jaxp 1.1, xalan j.2.2_D6, and xerces

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

2001-08-13 Thread Eduardo Fujii
Tomcat. Tomcat spills error messages like these: Begin event threw exception java.lang.ClassNotFoundException: org.apache.struts.action.ActionMapping . (trace) cannot load servlet name: action: Parsing error processing resource path /WEB-INF/structs-config.xml I copied jaxp.jar, xerces.jar

Re: Newbie - Digester/Sax Parsing Error

2001-04-18 Thread Martin Cooper
You have to prefix the path to your DTD with "file:" to make it a valid URL. -- Martin Cooper - Original Message - From: "Trevor Griffiths" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 9:26 AM Subject: Newbie - Digester/Sax Parsing Error

Newbie - Digester/Sax Parsing Error

2001-04-03 Thread Trevor Griffiths
Hi, I'm doing some simple tests and set up with Digester to get familiar with it before starting in for real. The following xml produces a java.net.MalformedURLException error when digester.parse attempts to parse it. ?xml version="1.0" encoding="ISO-8859-1"? !DOCTYPE request SYSTEM

Parsing error

2001-03-19 Thread Yuriy Zubarev
Hello everyone, I encountered a weird problem and got "javax.servlet.ServletException: Parsing error processing resource path /WEB-INF/struts-config.xml" error message. The tags that caused this error are as follow: data-sources data-source ... / /data-sources When I chenge

Re: Parsing error

2001-03-19 Thread Yuriy Zubarev
Hello again. Sorry friends, false alarm. I was dumb enough to forget to put jar file with javax.sql.* classes in my web application classpath. Best of luck. ___ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca