java.lang.IllegalArgumentException:

2004-09-21 Thread Shilpa Nalgonda
help will be greatly appreciated java.lang.IllegalArgumentException: Document base /var/lib/tomcat4/webapps/rpcoemapi does not exist or is not a readable directory at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:19 3

tomcat giving java.lang.IllegalArgumentException on deploying my web application

2004-06-03 Thread Ramneek Singal
Hi , when i put my web app directory and statrt tomcat it gives java.lang.IllegalArgumentException. relevant log in console window is : Jun 4, 2004 10:10:41 AM org.apache.catalina.core.StandardHostDeployer install INFO: Error installing java.lang.IllegalArgumentException: junit,xml-apis,xerces

java.lang.IllegalArgumentException: addChild: Child name 'default' is not unique

2003-06-26 Thread Gregory, Carlton
web.xml java.lang.IllegalArgumentException: addChild: Child name 'default' is not unique at org.apache.commons.digester.Digester.createSAXException(Digester.java:2383) at org.apache.commons.digester.Digester.createSAXException(Digester.java:2409

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-20 Thread Bill Barker
The fix in 4.1.24 handles the case when an illegal name/value pair is sent from the browser (e.g. via a JavaScript directive in the page). The way it works is by logging the problem, and dropping the cookie. For server-side cookies (for e.g. bug #18162), you simply need to use version 1 cookies

java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E,,

2003-03-19 Thread Jackson, Stephen
I am using tomcat 4.1.18 on a Linux machine. I seem to be having a problem with cookies. The object that is throwing the exception is org.apache.coyote.tomcat4.CoyoteResponseFacade and the stack trace is as follows: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E,,

2003-03-19 Thread Tim Funk
that is throwing the exception is org.apache.coyote.tomcat4.CoyoteResponseFacade and the stack trace is as follows: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E,, at - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Jackson, Stephen
Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think your cookie has commas (other illegal characters) in it from the looks of the dump below. I think 4.1.24 handles this condition a little better. -Tim Jackson, Stephen wrote: I am using tomcat 4.1.18 on a Linux

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Jackson, Stephen
Tomcat 4.1.24 does not work. I get the same exception. Any other ideas? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:05 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think

Re: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy%2E ,,

2003-03-19 Thread Tim Funk
does not work. I get the same exception. Any other ideas? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:05 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy%2E ,, I think your cookie has

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
I fixed it. I downloaded the src and corrected it there. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:45 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, I'm out of real solutions

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jacob Kjome
:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:45 AM To: Tomcat Users List Subject: Re: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, I'm out of real solutions. You could always try a hack and reinvent the wheel by parsing the request headers. (*shudders*) Another hack

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
To: Tomcat Users List Subject: RE: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, What is your fix? You should post it to bugzilla so that, if the fix makes sense, it gets applied to Tomcat. This would benefit everyone. Jake At 10:52 AM 3/19/2003 -0500, you wrote: I fixed it. I

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jacob Kjome
List Subject: RE: java.lang.IllegalArgumentException: 011Englishm%2Fd%2Fyy %2E ,, What is your fix? You should post it to bugzilla so that, if the fix makes sense, it gets applied to Tomcat. This would benefit everyone. Jake At 10:52 AM 3/19/2003 -0500, you wrote: I fixed it. I downloaded

RE: java.lang.IllegalArgumentException: 0111111Englishm%2Fd%2Fyy %2E ,,

2003-03-19 Thread Jackson, Stephen
I posted it as a bug and the fix. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18161 -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 3:04 PM To: Tomcat Users List Subject: RE: java.lang.IllegalArgumentException: 011Englishm%2Fd

java.lang.IllegalArgumentException: Cookie name Path is a reserved token

2002-12-20 Thread Tuan H. Le
processing java.lang.IllegalArgumentException: Cookie name Path is a reserved token at javax.servlet.http.Cookie.init(Cookie.java:185) at org.apache.coyote.tomcat4.CoyoteAdapter.parseCookies(CoyoteAdapter.java:402) at org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest

MOD_WEBAPP: java.lang.IllegalArgumentException - addChild: Child name 'hostname.myserver.com' is not unique

2001-10-21 Thread Philippe Khalife
TC4.0.1 Latest mod_webapp (from CVS), this also happens with the released version. Solaris/Linux I've already deployed mod_webapp once, and I had to change the ServerName (httpd.conf) to be the IP address to get by this problem, but I want to know if I'm doing something wrong. my server.xml

Cookie Exception: java.lang.IllegalArgumentException

2001-08-09 Thread Jeff Kilbride
) - java.lang.IllegalArgumentException: Cookie name Expires is a reserved token at javax.servlet.http.Cookie.init(Cookie.java(Compiled Code)) at org.apache.tomcat.util.RequestUtil.processCookies(RequestUtil.java(Compiled Code)) at org.apache.tomcat.core.RequestImpl.getCookieCount

RE: Cookie Exception: java.lang.IllegalArgumentException

2001-08-09 Thread Larry Isaacs
: Thursday, August 09, 2001 4:27 AM To: [EMAIL PROTECTED] Subject: Cookie Exception: java.lang.IllegalArgumentException Has anyone seen this type of Exception before? I'm running: RH 6.2 (2.4.7 kernel) IBMJava2_13 Tomcat 3.2.3 Apache 1.3.19 mod_jk This is a light to moderately loaded

Re: Cookie Exception: java.lang.IllegalArgumentException

2001-08-09 Thread Jeff Kilbride
list. Thanks, --jeff - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 09, 2001 7:05 AM Subject: RE: Cookie Exception: java.lang.IllegalArgumentException This bug appears more than once in Bugzilla. So far, attempts to duplicate

java.lang.IllegalArgumentException: Short Read

2001-03-15 Thread Anthony Dodd
Hi I'm experiencing a problem using Tomcat 3.2.1 via Apache 1.3.12. I've wriitten a servlet which works fine when accessed directly in tomcat, but when the same servlet is accessed via apache using mod_jk I get the following error. java.lang.IllegalArgumentException: Short Read