You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/09/01 00:37:42 UTC

DO NOT REPLY [Bug 47773] New: Redirect hangs when request size is greater than around 39 MB

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

           Summary: Redirect hangs when request size is greater than
                    around 39 MB
           Product: Apache httpd-2
           Version: 2.2-HEAD
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P2
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: kamil.kapadia@businesswire.com


--- Comment #0 from kamil.kapadia@businesswire.com 2009-08-31 15:37:39 PDT ---
Created an attachment (id=24195)
Apache access log output

I am using Apache 2.2 and WebLogic 10.1.

This is what is happening:
I upload a file from a form on a JSP (and Apache Commons FileUpload is used to
upload the file). Once the upload is complete, it is supposed to redirect me to
a page that says that the upload has completed.  When the file is around 39 MB
or larger, the upload page just hangs (even though the file has been uploaded,
and the code that redirects has been executed). I looked at the access logs,
and I never see the request for the redirect.

If the file is smaller (like 36 MB) the upload works fine, and I see the
confirmation page, and the redirect request in the access logs.

I tried hitting all of the instances (we have 4 total) directly (not going
through Apache), and I was able to upload some large files (40 MB, and 100 MB)
successfully.  As soon as I go through Apache again, this stops working...

This problem is always reproducible, and I have reproduced it using FireFox
3.5.2 and Internet Explorer 7.0.5730.11.

More information:
We are using 2 Apache Web Servers, and have 4 WebLogic instances on two
servers.

I have attached some output from the access logs.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47773] Redirect hangs when request size is greater than around 39 MB

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


kamil.kapadia@businesswire.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47773] Redirect hangs when request size is greater than around 39 MB

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


Nick Kew <ni...@webthing.com> changed:

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


--- Comment #3 from Nick Kew <ni...@webthing.com> 2009-09-01 09:20:34 PDT ---
You're using a third-party product we can't see inside.  Please contact your
vendor.  Or re-open this report if you can reproduce the problem using an
Apache product such as mod_proxy or mod_jk instead of the plugin.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47773] Redirect hangs when request size is greater than around 39 MB

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


Takashi Sato <ta...@lans-tv.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |takashi@lans-tv.com


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47773] Redirect hangs when request size is greater than around 39 MB

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


kamil.kapadia@businesswire.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47773] Redirect hangs when request size is greater than around 39 MB

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



--- Comment #2 from kamil.kapadia@businesswire.com 2009-09-01 08:31:59 PDT ---
Yes, we are using the Weblogic plugin.

In the httpd.conf files we have:

LoadModule weblogic_module      /opt/apache/server/modules/mod_wl_22.so


<LocationMatch
"(?!\/portal\/console)(?!\/portal\/templates\/template0036)\/portal">
    SetHandler weblogic-handler
    Idempotent OFF
    WebLogicCluster sfqai1-z2:7023,sfqai2-z2:7023
    ErrorPage http://www.test.businesswire.com/servererror.html
    WLSocketTimeoutSecs 10
    KeepAliveEnabled ON
    KeepAliveSecs 30
</LocationMatch>

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47773] Redirect hangs when request size is greater than around 39 MB

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


Ruediger Pluem <rp...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO


--- Comment #1 from Ruediger Pluem <rp...@apache.org> 2009-09-01 09:28:54 CEST ---
How do you connect apache with Weblogic? Do you use the Weblogic plugin?

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org