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 2010/02/15 04:15:04 UTC

DO NOT REPLY [Bug 48742] New: Can't upload file with mod_jk 1.2.29-dev.

https://issues.apache.org/bugzilla/show_bug.cgi?id=48742

           Summary: Can't upload file with mod_jk 1.2.29-dev.
           Product: Tomcat Connectors
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_jk
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: mashmk02@gmail.com


Created an attachment (id=24984)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24984)
tcpdump & debug logs

I am using the jbpm-console via mod_jk to upload the jbpm-process. 

The jbpm-process can be uploaded with mod_jk 1.2.28. However, the process
cannot be uploaded with mod_jk 1.2.29-dev.

When ap server sends "GET BODY CHUNK", mod_jk 1.2.28 works fine.
<<mod_jk_1228debug.log>>
    921 [Mon Feb 15 11:02:33 2010][30110:1142544704] [debug]
ajp_connection_tcp_send_message::jk_ajp_common.c (1070): 03f0    ED 35 6A 2A CC
E0 92 80 55 28 14 72 CB 61 E0 F2  - .5j*....U(.r.a..
    922 [Mon Feb 15 11:02:33 2010][30110:1142544704] [debug]
ajp_connection_tcp_get_message::jk_ajp_common.c (1259): received from ajp13
pos=0 len=3 max=8192
    923 [Mon Feb 15 11:02:33 2010][30110:1142544704] [debug]
ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 0000    06 1F FA 00 00
00 00 00 00 00 00 00 00 00 00 00  - ................
    924 [Mon Feb 15 11:02:33 2010][30110:1142544704] [debug]
ajp_connection_tcp_send_message::jk_ajp_common.c (1070): sending to ajp13 pos=4
len=5423 max=8192

But mod_jk 1.2.29-dev works negatively.
<<mod_jk_1229debug.log>>
    393 [Mon Feb 15 11:10:46 2010][30508:138444072] [debug]
ajp_connection_tcp_send_message::jk_ajp_common.c (1113): 03f0    ED 35 6A 2A CC
E0 92 80 55 28 14 72 CB 61 E0 F2  - .5j*....U(.r.a..
    394 [Mon Feb 15 11:10:46 2010][30508:138444072] [debug]
ajp_connection_tcp_get_message::jk_ajp_common.c (1315): received from ajp13
pos=0 len=3 max=8192
    395 [Mon Feb 15 11:10:46 2010][30508:138444072] [debug]
ajp_connection_tcp_get_message::jk_ajp_common.c (1315): 0000    06 1F FA 00 00
00 00 00 00 00 00 00 00 00 00 00  - ................
    396 [Mon Feb 15 11:10:46 2010][30508:138444072] [debug]
ajp_process_callback::jk_ajp_common.c (1773): Expecting AJP13_SEND HEADERS,
received (6)
    397 [Mon Feb 15 11:10:46 2010][30508:138444072] [info]
ajp_service::jk_ajp_common.c (2527): (testnode1) sending request to tomcat
failed (recoverable), because of server error (attempt=1)
    398 [Mon Feb 15 11:10:46 2010][30508:138444072] [debug]
jk_shutdown_socket::jk_connect.c (720): About to shutdown socket 16

I think that the problem occurs because of the change in the following. 
http://svn.apache.org/viewvc?rev=893100&view=rev

Best regards.

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

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


DO NOT REPLY [Bug 48742] Can't upload file with mod_jk 1.2.29-dev.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48742

--- Comment #1 from Eiji Takahashi <ma...@gmail.com> 2010-02-16 00:49:31 UTC ---
This issue reproduced by the simpler way. 

I used the following. 
 httpd-2.2.3-31.el5.centos.2
 mod_jk 1.2.28 and 1.2.29-dev
 Tomcat 5.5.28

First, appropriately configuring the mod_jk and Tomcat. 
(Make available the manager roll of Tomcat.)
After that, start httpd and Tomcat. 

Next, Accessing following url:
 http://webserver/manager/html/ (Change "webserver" to an appropriate name. )
In the displayed form, select and upload any WAR file.

Uploading goes well in case of 1.2.28.
However, uploading fails in case of 1.2.29-dev. 

regards.

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

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


DO NOT REPLY [Bug 48742] Can't upload file with mod_jk 1.2.29-dev.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48742

--- Comment #2 from Mladen Turk <mt...@apache.org> 2010-02-17 16:43:58 UTC ---
Should be fixed in the SVN by the r48742
Can you check the SVN HEAD and confirm that's the case

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

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


DO NOT REPLY [Bug 48742] Can't upload file with mod_jk 1.2.29-dev.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48742

--- Comment #3 from Mladen Turk <mt...@apache.org> 2010-02-17 16:45:19 UTC ---
Actually it's fixed in the r911062

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

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


DO NOT REPLY [Bug 48742] Can't upload file with mod_jk 1.2.29-dev.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48742

Eiji Takahashi <ma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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

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


DO NOT REPLY [Bug 48742] Can't upload file with mod_jk 1.2.29-dev.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48742

--- Comment #4 from Eiji Takahashi <ma...@gmail.com> 2010-02-17 23:54:43 UTC ---
I applied r911062, and verified this issue.
Uploading went well.

Thanks!

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

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