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
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 occurs between 1.4.1 - 1.4.2, which ties in with what you say, but would mean that I shouldn't be seeing this

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

RE: Parsing error (Strange behaviour on NT)

2003-01-27 Thread Gaurav . Goyal
Found the problem. action-mappings was opened and closed many times in the document. Funny thing is it was working fine on NT. What is buggy here on NT? My web server's XML parser? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 9:18 AM

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 the

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

Re: Parsing Error for struts-config.xml

2002-03-08 Thread Jin Bal
I *think* the problem may be your container's implementation of : InputStream input = getServletContext().getResourceAsStream(config); where config is the struts-config.xml When I tried to use struts with Resin I encountered the same problem (never worked how to fix it started using tomcat).

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 of

Re: Parsing Error for struts-config.xml

2002-03-07 Thread Ivan Siviero
I'm having the same exception on SunOS 5.8 and Weblogic5.1sp9 which is still unsolved. I suppose you already have the xerces.jar in the classpath. Let me know if you get a solution on this. Thank you. Ivan. - Original Message - From: Suneet Shah [EMAIL PROTECTED] To: [EMAIL PROTECTED]

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

2001-08-14 Thread Eduardo Fujii
To anyone interested, Itlooks like I got rid of the errors when initializing Tomcat. I had to copy struts.jar, and all the commons-*.jar to Tomcat's lib directory. Is this how it is supposed to be ? I like the idea of separating Struts' stuff from the container (in my case Tomcat). If

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