Re: Parallel Classloader - Again

2018-11-20 Thread Mark Thomas
Which version of Tomcat are you using? Mark On 20/11/2018 21:02, Andrew Carr wrote: Wait, I think I might see what I did, let me try again. Found one Java-level deadlock: = "Thread-96": waiting to lock monitor 0x3a0d6938 (object 0x80048462700, a java.util.concur

Re: Parallel Classloader - Again

2018-11-20 Thread Andrew Carr
Wait, I think I might see what I did, let me try again. Found one Java-level deadlock: = "Thread-96": waiting to lock monitor 0x3a0d6938 (object 0x80048462700, a java.util.concurrent.ConcurrentHashMap), which is held by "Thread-29" "Thread-29": waiting to lock mon

Re: Parallel Classloader - Again

2018-11-20 Thread Andrew Carr
Do you mean because the thread that is deadlocked is the QuartzSchedulerThread? The classloader and the concurrent thread are both waiting on Quartz. Quartz thread is defined below: (Other than that I do not know what you mean when you say it is not consistent.) Should I provide the full dump in

Re: Parallel Classloader - Again

2018-11-20 Thread Mark Thomas
The thread dump you posted doesn't seem to be consistent with the summary you provide below. Specifically for the "Event Manager Thread_QuartzSchedulerThread". Might there be multiple threads with that name and we are looking at the wrong one? Mark On 20/11/2018 19:06, Andrew Carr wrote: My

Re: svn commit: r1847046 [1/2] - in /tomcat/trunk/java: javax/el/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/authenticator/jaspic/ org/apache/catalina/connector/ org/ap

2018-11-20 Thread Rémy Maucherat
authenticator.jaspicCleanSubjectFail=Échec du nettoyage du sujet de JASPIC +authenticator.jaspicSecureResponseFail=Echec de la sécurisation de la réponse lors du traitement de JASPIC French evolves over time, and technically the 'É' (vs 'E') is the correct one here, but I hate that new rule so I'm

Re: Parallel Classloader - Again

2018-11-20 Thread Andrew Carr
My apologies, that is the offending thread, see below: (Should I open a ticket to attach full dumps?) Found one Java-level deadlock: = "Thread-96": waiting to lock monitor 0x3a0d6938 (object 0x80048462700, a java.util.concurrent.ConcurrentHashMap), which is held by

svn commit: r1847048 - in /tomcat/trunk/java: javax/servlet/ org/apache/catalina/manager/host/ org/apache/catalina/servlets/ org/apache/catalina/tribes/transport/nio/ org/apache/catalina/valves/ org/a

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 19:11:09 2018 New Revision: 1847048 URL: http://svn.apache.org/viewvc?rev=1847048&view=rev Log: Import updated Korean translations from POEditor Added: tomcat/trunk/java/javax/servlet/LocalStrings_ko.properties Modified: tomcat/trunk/java/org/apache/catalin

svn commit: r1847047 [2/2] - in /tomcat/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/o

2018-11-20 Thread markt
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings_zh_CN.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/LocalStrings_zh_CN.properties?rev=1847047&r1=1847046&r2=1847047&view=diff =

svn commit: r1847047 [1/2] - in /tomcat/trunk: java/javax/el/ java/javax/servlet/ java/javax/servlet/http/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/authenticator/jaspic/ java/o

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 19:10:05 2018 New Revision: 1847047 URL: http://svn.apache.org/viewvc?rev=1847047&view=rev Log: Import updated Simplified Chinese translations from POEditor Modified: tomcat/trunk/java/javax/el/LocalStrings_zh_CN.properties tomcat/trunk/java/javax/servlet/Lo

Re: Parallel Classloader - Again

2018-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 11/20/18 12:50, Mark Thomas wrote: > On 20/11/2018 15:21, Andrew Carr wrote: >> Hello, >> >> We have been seeing some intermittent issues with the parallel >> classloader. I do not want to jump to any conclusions and say >> this is a bug

svn commit: r1847046 [1/2] - in /tomcat/trunk/java: javax/el/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/authenticator/jaspic/ org/apache/catalina/connector/ org/apache

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 19:04:09 2018 New Revision: 1847046 URL: http://svn.apache.org/viewvc?rev=1847046&view=rev Log: Import updated French translations from POEditor Added: tomcat/trunk/java/org/apache/catalina/ha/context/LocalStrings_fr.properties tomcat/trunk/java/org/apache/

svn commit: r1847046 [2/2] - in /tomcat/trunk/java: javax/el/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/authenticator/jaspic/ org/apache/catalina/connector/ org/apache

2018-11-20 Thread markt
Modified: tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties?rev=1847046&r1=1847045&r2=1847046&view=diff =

Re: Security of cluster's EncryptInterceptor

2018-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 11/20/18 13:46, Christopher Schultz wrote: > All, > > I'd like a sanity-check on something I've done for the > EncryptIntercepto r. > > I'm using CBC mode because any other mode makes no sense. Using > ECB mode isn't evasive enough and the

svn commit: r1847045 - /tomcat/trunk/java/org/apache/tomcat/buildutil/translate/Utils.java

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 19:00:59 2018 New Revision: 1847045 URL: http://svn.apache.org/viewvc?rev=1847045&view=rev Log: Fix single quotes in strings with replacements on import/export rather than trying to do it manually in POEditor. Modified: tomcat/trunk/java/org/apache/tomcat/build

Security of cluster's EncryptInterceptor

2018-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'd like a sanity-check on something I've done for the EncryptIntercepto r. I'm using CBC mode because any other mode makes no sense. Using ECB mode isn't evasive enough and the more elaborate ones require that both sides (encrypt/decrypt) agr

Re: Parallel Classloader - Again

2018-11-20 Thread Mark Thomas
On 20/11/2018 15:21, Andrew Carr wrote: Hello, We have been seeing some intermittent issues with the parallel classloader. I do not want to jump to any conclusions and say this is a bug w/ the classloader, but we are getting deadlocked threads, pretty randomly, when launching the server. I was

[Bug 53737] Use ServletContext.getJspConfigDescriptor() in Jasper instead of XML-parsing of merged web.xml [PATCHES]

2018-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53737 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

svn commit: r1847042 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/JspC.java java/org/apache/jasper/servlet/JspCServletContext.java test/org/apache/jasper/servlet/TestJspCServletContext.java w

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 17:39:54 2018 New Revision: 1847042 URL: http://svn.apache.org/viewvc?rev=1847042&view=rev Log: Complete the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=53737 Extend JspC to include support for resource JARs Modified: tomcat/tc8.5.x/trunk/ (props ch

svn commit: r1847041 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java

2018-11-20 Thread schultz
Author: schultz Date: Tue Nov 20 17:39:02 2018 New Revision: 1847041 URL: http://svn.apache.org/viewvc?rev=1847041&view=rev Log: Simplify the initialization of text keys for encryption. Make it more clear that a 128-bit key requires 32-characters of hex-encoded key, and that the larger keys requi

svn commit: r1847032 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/Jar.java java/org/apache/tomcat/util/scan/AbstractInputStreamJar.java java/org/apache/tomcat/util/scan/JarFileUrlJar.java

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 17:25:21 2018 New Revision: 1847032 URL: http://svn.apache.org/viewvc?rev=1847032&view=rev Log: Add an exists(String) method to Tomcat's JAR interface Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/Jar.java

svn commit: r1847031 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspC.java

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 17:24:34 2018 New Revision: 1847031 URL: http://svn.apache.org/viewvc?rev=1847031&view=rev Log: The docBase is required and has been for ~15 years (r305684) Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.ja

svn commit: r1847030 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/JspC.java

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 17:24:07 2018 New Revision: 1847030 URL: http://svn.apache.org/viewvc?rev=1847030&view=rev Log: The docBase is required and has been for ~15 years (r305684) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/jasper/JspC.ja

svn commit: r1847028 - in /tomcat/trunk: java/org/apache/jasper/JspC.java java/org/apache/jasper/servlet/JspCServletContext.java test/org/apache/jasper/servlet/TestJspCServletContext.java webapps/docs

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 16:54:28 2018 New Revision: 1847028 URL: http://svn.apache.org/viewvc?rev=1847028&view=rev Log: Complete the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=53737 Extend JspC to include support for resource JARs Modified: tomcat/trunk/java/org/apache/jas

buildbot success in on tomcat-trunk

2018-11-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3762 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1847023 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/openssl/LocalStrings.properties

2018-11-20 Thread remm
Author: remm Date: Tue Nov 20 16:02:45 2018 New Revision: 1847023 URL: http://svn.apache.org/viewvc?rev=1847023&view=rev Log: Fix message string Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties Propcha

svn commit: r1847022 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties

2018-11-20 Thread remm
Author: remm Date: Tue Nov 20 16:01:40 2018 New Revision: 1847022 URL: http://svn.apache.org/viewvc?rev=1847022&view=rev Log: Fix message string Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/util/net/open

buildbot failure in on tomcat-trunk

2018-11-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3761 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

Parallel Classloader - Again

2018-11-20 Thread Andrew Carr
Hello, We have been seeing some intermittent issues with the parallel classloader. I do not want to jump to any conclusions and say this is a bug w/ the classloader, but we are getting deadlocked threads, pretty randomly, when launching the server. I was wondering if anyone had experienced this

[GitHub] tomcat pull request #133: Update the ECJ dependency to 4.9 in ide-support fi...

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/133 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1847015 - in /tomcat/trunk/java/org/apache/tomcat: Jar.java util/scan/AbstractInputStreamJar.java util/scan/JarFileUrlJar.java

2018-11-20 Thread markt
Author: markt Date: Tue Nov 20 14:59:07 2018 New Revision: 1847015 URL: http://svn.apache.org/viewvc?rev=1847015&view=rev Log: Add an exists(String) method to Tomcat's JAR interface Modified: tomcat/trunk/java/org/apache/tomcat/Jar.java tomcat/trunk/java/org/apache/tomcat/util/scan/Abstra

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/134 I tried adding a Last-Modified HTTP header but that didn't help. The history approach looks to be the best solution at this point. ---

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-20 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/tomcat/pull/134 @ljader, why? This is a static change, not a dynamic one. --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For ad

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-20 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/134 The browser history will give you what you need (to the minute anyway) in both Chrome Firefox and IE. This is a generic solution that works for any web page for any service - not just one page of t

[Bug 62273] Add support for alternate URL specification

2018-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #33 from Mark Thomas --- Any further questions should be addressed to the users mailing list. http://tomcat.apache.org/lists.html -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 62273] Add support for alternate URL specification

2018-11-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #32 from sureshkarthi --- (In reply to Mark Thomas from comment #27) > (In reply to Markus Schlegel from comment #26) > > The Patch provided in the attachments has a USE_URL_LIVING_STANDARD switch > > implemented. > > However, when

[GitHub] tomcat issue #134: Display generate date when showing every message in Html ...

2018-11-20 Thread ljader
Github user ljader commented on the issue: https://github.com/apache/tomcat/pull/134 When it comes to checksuming the response of Html Manager, recently there was a Pull Request which added 2 nbsp's to the produced Html - #130 If you decide to not proceed with this change, con