[Bug 56723] New: sdfsdfsd

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56723 Bug ID: 56723 Summary: sdfsdfsd Product: Tomcat Connectors Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component:

[Bug 56723] sdfsdfsd

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56723 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56724] New: Restart Container background thread if it died unexpectedly

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56724 Bug ID: 56724 Summary: Restart Container background thread if it died unexpectedly Product: Tomcat 8 Version: 8.0.9 Hardware: PC Status: NEW Sev

[Bug 56724] Restart Container background thread if it died unexpectedly

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56724 --- Comment #1 from Konstantin Kolinko --- Created attachment 31813 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31813&action=edit 2014-07-15_tc8_56724_v1.patch First version of a patch implementing this feature. The patch is

Re: ContainerBackgroundProcessor and compounding OOMEs

2014-07-15 Thread Konstantin Kolinko
2014-07-14 23:58 GMT+04:00 Christopher Schultz : > Mark, > > On 7/14/14, 12:18 PM, Mark Thomas wrote: >>> ExceptionUtils.handleException checks for two things that I think >>> we might want to change: >>> >>> 1. If the exception is StackOverflowError, it silently ignores the >>> error and continues

[Bug 56713] Limit time that incoming request waits while webapp is reloading

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56713 --- Comment #3 from Konstantin Kolinko --- Created attachment 31814 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31814&action=edit 2014-07-15_tc8_56713_v1.patch An idea of a patch to illustrate the proposal. The wait time is

[Bug 56713] Limit time that incoming request waits while webapp is reloading

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56713 Remy Maucherat changed: What|Removed |Added Severity|normal |enhancement --- Comment #4 from R

[GitHub] tomcat pull request: Prevent Removal of Realm when directory is no...

2014-07-15 Thread micedre
GitHub user micedre opened a pull request: https://github.com/apache/tomcat/pull/11 Prevent Removal of Realm when directory is not available at startup When using JNDIRealm, if the ldap is not available at startup, the Realm is removed from configuration, which can lead to cryptic e

[Bug 56725] New: Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 Bug ID: 56725 Summary: Socket write error when streaming large file Product: Tomcat 8 Version: 8.0.9 Hardware: PC Status: NEW Severity: normal Priority: P

Re: ContainerBackgroundProcessor and compounding OOMEs

2014-07-15 Thread Mark Thomas
On 14 July 2014 21:58:22 CEST, Christopher Schultz wrote: >On 7/14/14, 12:18 PM, Mark Thomas wrote: >>> 2. If the exception is VirtualMachineError, it gets re-thrown with >>> no log. This skips the "log" call in the above code and so the only >>> log will come from the VM's "unhandled exception"

[Bug 56724] Restart Container background thread if it died unexpectedly

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56724 Mark Thomas changed: What|Removed |Added OS||All --- Comment #2 from Mark Thomas

svn commit: r1610755 - /tomcat/trunk/webapps/docs/changelog.xml

2014-07-15 Thread remm
Author: remm Date: Tue Jul 15 17:09:45 2014 New Revision: 1610755 URL: http://svn.apache.org/r1610755 Log: Add missing changelog: no NIO2 sendfile timeout [it should have used the regular socket timeout]. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO OS|

Re: ContainerBackgroundProcessor and compounding OOMEs

2014-07-15 Thread Christopher Schultz
Mark, On 7/15/14, 12:44 PM, Mark Thomas wrote: > On 14 July 2014 21:58:22 CEST, Christopher Schultz > wrote: >> On 7/14/14, 12:18 PM, Mark Thomas wrote: > 2. If the exception is VirtualMachineError, it gets re-thrown with no log. This skips the "log" call in the above code and so the

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #2 from mardkra...@hotmail.com --- Haha, oops. The "large" file is a 1GB file, FILE_SIZE = (int) Math.pow(2, 30). The 8KB file was actually the stream which was successful every time. What we are doing is having one server cal

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 mardkra...@hotmail.com changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #3 from Konstantin Kolinko --- If I understand you correctly, you are uploading a 1Gb file using HttpClient (4.3.4). The stack trace is from HttpClient that uploads the file. There are no Tomcat lines there. > Nothing appears

[Bug 56726] New: Part.write (String fileName) is not yet resolved to my understanding

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56726 Bug ID: 56726 Summary: Part.write (String fileName) is not yet resolved to my understanding Product: Tomcat 7 Version: 7.0.52 Hardware: PC Status: NEW