[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2014-07-18 Thread Bill Barker
it-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dexamples.sources.skip=true

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2014-07-18 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

svn commit: r1611551 - /tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java

2014-07-18 Thread remm
Author: remm Date: Fri Jul 18 07:54:04 2014 New Revision: 1611551 URL: http://svn.apache.org/r1611551 Log: Fix regression with r1611506: NPE on stop (only threadStop should set thread to null, or it needs a sync). Modified: tomcat/trunk/java/org/apache/catalina/core/ContainerBase.java Modif

svn commit: r1611552 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/ContainerBase.java

2014-07-18 Thread remm
Author: remm Date: Fri Jul 18 07:55:02 2014 New Revision: 1611552 URL: http://svn.apache.org/r1611552 Log: Backport r1611551. Fix regression with r1611509: NPE on stop (only threadStop should set thread to null, or it needs a sync). Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/cor

[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2014-07-18 Thread Bill Barker
it/target/junit-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dexamples.sources.

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2014-07-18 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

[GUMP@vmgump]: Project tomcat-trunk-test-bio (in module tomcat-trunk) failed

2014-07-18 Thread Bill Barker
it-4.12-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-BIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140718-native-src.tar.gz -Dexamples.sources.skip=true

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

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56726 --- Comment #3 from Nawazish --- (In reply to Christopher Schultz from comment #1) > Perhaps your access is denied to that file/directory. Bug 54971 seems > unrelated unless you think this has something to do with relative versus > absolute

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

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56726 --- Comment #4 from Nawazish --- (In reply to Christopher Schultz from comment #1) > Perhaps your access is denied to that file/directory. Bug 54971 seems > unrelated unless you think this has something to do with relative versus > absolute

Re: Time for 7.0.55

2014-07-18 Thread Violeta Georgieva
Hi, 2014-07-18 8:08 GMT+03:00 Andrew Carr : > > Hi Konstantin, > > Since you are going on vacation, should we not expect 7.0.55 until some > point after you return? As Konstantin already wrote all known issues with Mapper are fixed. I'm starting with tagging. Regards, Violeta > > Thank you ver

svn commit: r1611608 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_55: ./ build.properties.default

2014-07-18 Thread violetagg
Author: violetagg Date: Fri Jul 18 12:21:11 2014 New Revision: 1611608 URL: http://svn.apache.org/r1611608 Log: Tag 7.0.55 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_55/ (props changed) - copied from r1611605, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_0_55/build.prop

[Bug 56733] Memory leak when JkOption +FlushPackets is enabled

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 --- Comment #15 from Joe Orton --- Rainer - yes, it is r821471 - I have no idea what subsequent tweaks/fixes were made to that code. MaxMemFree will not help here. N calls of ap_rflush(r) has O(N) memory consumption in 2.2, because each c

svn commit: r1611692 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2014-07-18 Thread violetagg
Author: violetagg Date: Fri Jul 18 16:16:29 2014 New Revision: 1611692 URL: http://svn.apache.org/r1611692 Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.x/trunk/build.propert

svn commit: r5902 [2/2] - in /dev/tomcat/tomcat-7/v7.0.55: ./ bin/ bin/embed/ bin/extras/ src/

2014-07-18 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.55/bin/extras/tomcat-juli-adapters.jar.asc == --- dev/tomcat/tomcat-7/v7.0.55/bin/extras/tomcat-juli-adapters.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.55/bin/extras/tomcat-juli-adapters.j

[VOTE] Release Apache Tomcat 7.0.55

2014-07-18 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.55 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.55/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1019/ The svn tag is: http://svn.apache.org/

buildbot success in ASF Buildbot on tomcat-7-trunk

2014-07-18 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/190 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[Bug 56733] Memory leak when JkOption +FlushPackets is enabled

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 --- Comment #16 from Christopher Schultz --- I asked about this on the APR-dev mailing list. Please see http://markmail.org/message/m4vvn4f5elfhnpjj for the response, which seems informative. I must admit, it's a bit over my head. -- You

[Bug 56733] Memory leak when JkOption +FlushPackets is enabled

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 --- Comment #17 from Christopher Schultz --- *eyeroll* Sorry for posting before reading the updates. At least there's a reference to the conversation, now, in BZ ;) -- You are receiving this mail because: You are the assignee for the bug.

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

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56726 --- Comment #5 from Christopher Schultz --- (In reply to Nawazish from comment #3) > b) By "effective user" I understand the Operating System. If so, then Tomcat > is running on Windows 7. Albeit, Tomcat is launched/handled from Eclipse IDE

Re: Time for 7.0.55

2014-07-18 Thread Andrew Carr
Thanks Violeta On Fri, Jul 18, 2014 at 7:57 AM, Violeta Georgieva wrote: > Hi, > > > 2014-07-18 8:08 GMT+03:00 Andrew Carr : > > > > Hi Konstantin, > > > > Since you are going on vacation, should we not expect 7.0.55 until some > > point after you return? > > As Konstantin already wrote all kno

svn commit: r1611762 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2014-07-18 Thread violetagg
Author: violetagg Date: Fri Jul 18 18:45:42 2014 New Revision: 1611762 URL: http://svn.apache.org/r1611762 Log: Update changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0

[Bug 56733] Memory leak when JkOption +FlushPackets is enabled

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 --- Comment #18 from Andy Wang --- So given this, I can stop running tests and posting results? I am curious why this seems to occur depending on mod_jk worker maintain and connection pool timeout configuration. Also, not sure if this i

[Bug 56733] Memory leak when JkOption +FlushPackets is enabled

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 --- Comment #19 from Andy Wang --- Sorry, this was mis-spoken: when I tried it again, I ran it with ab -n 10 -c 1000 which got me to about ~170mb. then I stopped testing, came back and tried some more tests, and after 2 runs of ab -n 10 -

[Bug 56733] Memory leak when JkOption +FlushPackets is enabled

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56733 --- Comment #20 from Rainer Jung --- It *should* be like that (for 2.2, 2.4 should be fine): - to much memory used while requests are in process - concurrent processing of requests will multiply the needed memory - MaxMemFree allows to d

ant build of Tomcat v8.0.9 failing @ " Failed to download [.../ecj-4.4RC4/ecj-4.4RC4.jar]. All download sources are unavailable."

2014-07-18 Thread grantksupport
hi, i'm building tomcat 8.0.9 tarball java -version openjdk version "1.8.0_20" OpenJDK Runtime Environment (build 1.8.0_20-b23) OpenJDK 64-Bit Server VM (build 25.20-b22, mixed mode) ant -version Apache Ant(TM) versi

Re: ant build of Tomcat v8.0.9 failing @ " Failed to download [.../ecj-4.4RC4/ecj-4.4RC4.jar]. All download sources are unavailable."

2014-07-18 Thread grantksupport
in build.properties.default I see hardcoded paths ... # - Eclipse JDT, version 4.4RC4 or later -# jdt.version=4.4RC4 jdt.release=S-4.4RC4-201406061215 jdt.home=${base.path}/ecj-${jdt.version} jdt.jar=${jdt.home}/ecj-${jdt.version}.jar

[Bug 56746] New: Webssocket secure client thread cannot access webapp resources

2014-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56746 Bug ID: 56746 Summary: Webssocket secure client thread cannot access webapp resources Product: Tomcat 7 Version: 7.0.54 Hardware: All OS: All