java.lang.IllegalStateException: Form too large

30 views
Skip to first unread message

surewin03

unread,
Oct 27, 2006, 7:48:42 PM10/27/06
to selenium-users...@googlegroups.com
Problem with Selenium RC. All the test case in my test suite ran sucessfully. but no output file was created. Please help.


Oct 27, 2006 4:24:22 PM org.mortbay.http.HttpConnection exception
WARNING: POST http://10.160.110.81:29001/selenium-server/postResults HTTP/1.1
java.lang.IllegalStateException: Form too large
at org.mortbay.http.HttpRequest.extractParameters(HttpRequest.java:877)
at org.mortbay.http.HttpRequest.getParameter(HttpRequest.java:944)
at org.openqa.selenium.server.htmlrunner.SeleniumHTMLRunnerResultsHandler.handle(SeleniumHTM
LRunnerResultsHandler.java:38)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Shutting down...

Roger Foden

unread,
Oct 30, 2006, 4:56:39 AM10/30/06
to selenium-users...@googlegroups.com
Hi,
try Google "java.lang.IllegalStateException: Form too large" !
Problem is the default size of
org.mortbay.http.HttpRequest.maxFormContentSize is only 200000 bytes.
So add -Dorg.mortbay.http.HttpRequest.maxFormContentSize={code:html}<a big number>{code}
to the command line.

Roger.

-
----
Original Message-----
From: surewin03 [forum-sele...@openqa.org]
Sent: 28 October 2006 00:49
To: seleniu...@openqa.org
Subject: [selenium-users] java.lang.IllegalStateException: Form too
large
-
--------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=4998&messageID=13914#13914

-
--------------------------------------------------------------------
To unsubscribe, e-mail: selenium-user...@openqa.org
For additional commands, e-mail: selenium-...@openqa.org

The very latest from Talis
read the latest news at www.talis.com/news
listen to our podcasts www.talis.com/podcasts
see us at these events www.talis.com/events
join the discussion here www.talis.com/forums
join our developer community www.talis.com/tdn
and read our blogs www.talis.com/blogs


Any views or personal opinions expressed within this email may not be those of Talis Information Ltd. The content of this email message and any files that may be attached are confidential, and for the usage of the intended recipient only. If you are not the intended recipient, then please return this message to the sender and delete it. Any use of this e-mail by an unauthorised recipient is prohibited.

-
--------------------------------------------------------------------
To unsubscribe, e-mail: selenium-user...@openqa.org
For additional commands, e-mail: selenium-...@openqa.org




Reply all
Reply to author
Forward
0 new messages