[Bug 53615] New: java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 Priority: P2 Bug ID: 53615 Assignee: dev@tomcat.apache.org Summary: java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29 Severi

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 --- Comment #1 from John Miller --- Created attachment 29124 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29124&action=edit org.apache.cataline.core.StandardContext occupies 769 MB (0.769 GB)! -- You are receiving this mail

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 --- Comment #2 from John Miller --- Created attachment 29125 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29125&action=edit Histogram -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 --- Comment #3 from John Miller --- Created attachment 29126 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29126&action=edit GC roots for top heap consumer -- You are receiving this mail because: You are the assignee for the

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 --- Comment #4 from John Miller --- Created attachment 29127 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29127&action=edit javaClassCache -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 53535] Out of memory while performing ContextConfig.webConfig

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 John Miller changed: What|Removed |Added Blocks||53615 -- You are receiving this mai

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 John Miller changed: What|Removed |Added Depends on||53535 -- You are receiving this mai

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 John Miller changed: What|Removed |Added Depends on|53535 | -- You are receiving this mail bec

[Bug 53535] Out of memory while performing ContextConfig.webConfig

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 John Miller changed: What|Removed |Added Blocks|53615 | -- You are receiving this mail bec

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 John Miller changed: What|Removed |Added Depends on||53535 -- You are receiving this mai

[Bug 53535] Out of memory while performing ContextConfig.webConfig

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 John Miller changed: What|Removed |Added Blocks||53615 -- You are receiving this mai

[Bug 53615] java.lang.OutOfMemoryError: GC overhead limit exceeded after upgrading from 7.0.28 to 7.0.29

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53615 John Miller changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 53535] Out of memory while performing ContextConfig.webConfig

2012-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53535 John Miller changed: What|Removed |Added CC||s.highlan...@gmail.com --- Comment #

svn commit: r1366708 - /tomcat/trunk/test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 16:50:11 2012 New Revision: 1366708 URL: http://svn.apache.org/viewvc?rev=1366708&view=rev Log: Fix (normally unused) DIGEST performance test. Failing to clear the cached principal meant that the DIGEST auth was only performed once per thread Modified: tomcat/t

svn commit: r1366709 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TesterDigestAuthenticatorPerformance.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 16:51:51 2012 New Revision: 1366709 URL: http://svn.apache.org/viewvc?rev=1366709&view=rev Log: Fix (normally unused) DIGEST performance test. Failing to clear the cached principal meant that the DIGEST auth was only performed once per thread Modified: tomcat/t

svn commit: r1366720 - /tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:01:47 2012 New Revision: 1366720 URL: http://svn.apache.org/viewvc?rev=1366720&view=rev Log: No need to parse user name twice with different methods Modified: tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java Modified: tomcat/trun

svn commit: r1366721 - /tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:02:27 2012 New Revision: 1366721 URL: http://svn.apache.org/viewvc?rev=1366721&view=rev Log: Remove unnecessary code Modified: tomcat/trunk/java/org/apache/catalina/authenticator/DigestAuthenticator.java Modified: tomcat/trunk/java/org/apache/catalina/authe

svn commit: r1366723 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/authenticator/DigestAuthenticator.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:04:29 2012 New Revision: 1366723 URL: http://svn.apache.org/viewvc?rev=1366723&view=rev Log: Don't parse username twice with different methods Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/authenticator/D

svn commit: r1366726 - /tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:29:04 2012 New Revision: 1366726 URL: http://svn.apache.org/viewvc?rev=1366726&view=rev Log: Clean-up. Refactor to avoid unnecessary object creation when not using default constructor Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordi

svn commit: r1366727 - in /tomcat/trunk/java/org/apache/catalina/tribes/group: GroupChannel.java RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:33:19 2012 New Revision: 1366727 URL: http://svn.apache.org/viewvc?rev=1366727&view=rev Log: Partial code clean-up for o.a.catalina.tribes - Add final prompted by UCDetector - Java 7 use of <> Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/Gro

svn commit: r1366729 - /tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:34:00 2012 New Revision: 1366729 URL: http://svn.apache.org/viewvc?rev=1366729&view=rev Log: Deprecate unused code Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcCh

svn commit: r1366730 - /tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:34:24 2012 New Revision: 1366730 URL: http://svn.apache.org/viewvc?rev=1366730&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChann

svn commit: r1366731 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/group/RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:35:33 2012 New Revision: 1366731 URL: http://svn.apache.org/viewvc?rev=1366731&view=rev Log: Deprecate unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Propchange: to

svn commit: r1366734 - /tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:44:39 2012 New Revision: 1366734 URL: http://svn.apache.org/viewvc?rev=1366734&view=rev Log: Deprecate unused parameter Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/

svn commit: r1366735 - /tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:45:25 2012 New Revision: 1366735 URL: http://svn.apache.org/viewvc?rev=1366735&view=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/RpcC

svn commit: r1366736 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/group/RpcChannel.java

2012-07-28 Thread markt
Author: markt Date: Sat Jul 28 18:47:00 2012 New Revision: 1366736 URL: http://svn.apache.org/viewvc?rev=1366736&view=rev Log: Deprecate unused code Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/RpcChannel.java Propchange: to

buildbot success in ASF Buildbot on tomcat-7-trunk

2012-07-28 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/751 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Sou

[GUMP@vmgump]: Project tomcat-trunk-validate-eoln (in module tomcat-trunk) failed

2012-07-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate-eoln has an issue affecting its community integrati

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

2012-07-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-dbcp has an issue affecting its community integration. This i

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

2012-07-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-validate has an issue affecting its community integration.

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

2012-07-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th