You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Tuan H. Le" <tu...@phsadc.com> on 2002/12/11 19:01:51 UTC

IllegalArgumentException: Cookie name Path is a reserved token

Hi,

On running OpendLoad (www.openload.net) stress tool with Tomcat 4.1 I get these errors in catalina_log

2002-12-10 21:33:42 CoyoteAdapter An exception or error occurred in the container during the request 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:400)
	at org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:311)
	at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:256)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:361)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:563)
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:535)
	at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:638)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
	at java.lang.Thread.run(Thread.java:536)

Do you know what I'm missing?

Also, I got this info in stderr log

INFO: All threads are busy, waiting. Please increase maxThreads or check the servlet status200 200

How do I increase the maxThreads?


Thanks,
Tuan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>