You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/07/07 14:00:37 UTC

DO NOT REPLY [Bug 35641] New: - Error decoding request in Tomcat server on submit of a jsp page

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35641>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35641

           Summary: Error decoding request in Tomcat server on submit of a
                    jsp page
           Product: Tomcat 5
           Version: 5.5.4
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: triveni.wagh@siemens.com


On submit of a jsp page the following error comes on the server and message in 
browser saying "Page cannot be displayed"

Jul 7, 2005 5:29:04 PM org.apache.jk.common.HandlerRequest invoke
SEVERE: Error decoding request
java.io.IOException
        at org.apache.jk.common.JkInputStream.receive(JkInputStream.java:252)
        at org.apache.jk.common.HandlerRequest.decodeRequest
(HandlerRequest.java
:519)
        at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:361)
        at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
        at org.apache.jk.common.ChannelSocket.processConnection
(ChannelSocket.ja
va:675)
        at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadP
ool.java:684)
        at java.lang.Thread.run(Thread.java:595)
Jul 7, 2005 5:29:04 PM org.apache.jk.common.ChannelSocket processConnection
WARNING: processCallbacks status 2

Tomcat default port is commented and call to tomcat is redirected through IIS 
on port 8009. the first jsp page is successfully returned but the submit of 
this page shows the address of the next page but does not finds it.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org