AW: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-24 Thread Clemens Wyss DEV
Note: I have moved this "issue" over to the tomcat-dev mailinglist ... -Ursprüngliche Nachricht- Von: Clemens Wyss DEV Gesendet: Mittwoch, 24. Juli 2019 11:07 An: 'Tomcat Users List' Betreff: PooledConnection#connectUsingDriver, Thread.currentThread().getContextC

PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-24 Thread Clemens Wyss DEV
Context: Debian GNU/Linux 9 \n \l java version 1.8.0_162 Tomcat 8.5.35 From time to time we are facing the follwing exception (call stack): ... Caused by: java.sql.SQLException: Unable to load class: org.mariadb.jdbc.Driver from ClassLoader:java.net.URLClassLoader@4c873330;ClassLoader:null

AW: AW: jk_handler::mod_jk.c (2917): Could not get endpoint for worker ...

2018-09-17 Thread Clemens Wyss DEV
icht- Von: Christopher Schultz Gesendet: Montag, 17. September 2018 20:36 An: users@tomcat.apache.org Betreff: Re: AW: jk_handler::mod_jk.c (2917): Could not get endpoint for worker ... -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Clemens, On 9/17/18 02:54, Clemens Wyss DEV wrote: >> How

AW: jk_handler::mod_jk.c (2917): Could not get endpoint for worker ...

2018-09-16 Thread Clemens Wyss DEV
for any advice - Clemens -Ursprüngliche Nachricht- Von: Christopher Schultz Gesendet: Sonntag, 16. September 2018 20:42 An: users@tomcat.apache.org Betreff: Re: jk_handler::mod_jk.c (2917): Could not get endpoint for worker ... -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Clemens, On 9/15/1

jk_handler::mod_jk.c (2917): Could not get endpoint for worker ...

2018-09-15 Thread Clemens Wyss DEV
Hi all, we are seeing quite a few: "[Mon Sep 10 15:19:46 2018] [27562:140532026529536] [error] jk_handler::mod_jk.c (2917): Could not get endpoint for worker=testAPJ" errors in our md_jk.log. Worker properties are as follwos: ... worker.list=testAPJ worker.testAPJ.port=8009 worker.testAPJ.host=

AW: Blocked Tomcat while (due to?) "concurrent class loading"?

2018-03-06 Thread Clemens Wyss DEV
>you;d expect such threads to be started and stopped by a ServletContextListener I guess the ServletContextListener is being called/executed from/by another thread than the startStop-thread (and hence has another classloader)? -Ursprüngliche Nachricht- Von: Clemens Wyss DEV Gesen

AW: Blocked Tomcat while (due to?) "concurrent class loading"?

2018-03-05 Thread Clemens Wyss DEV
: users@tomcat.apache.org Betreff: Re: Blocked Tomcat while (due to?) "concurrent class loading"? On 03/03/18 16:56, Clemens Wyss DEV wrote: > From time to time we encouter tomcats which block while starting up. The > stacktraces of the then "running" (but effectively b

AW: Blocked Tomcat while (due to?) "concurrent class loading"?

2018-03-05 Thread Clemens Wyss DEV
users@tomcat.apache.org Betreff: Re: Blocked Tomcat while (due to?) "concurrent class loading"? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/5/18 8:27 AM, Mark Thomas wrote: > On 03/03/18 16:56, Clemens Wyss DEV wrote: >> From time to time we encouter tomcats which block w

Blocked Tomcat while (due to?) "concurrent class loading"?

2018-03-03 Thread Clemens Wyss DEV
From time to time we encouter tomcats which block while starting up. The stacktraces of the then "running" (but effectively blocked) threads (one of them being the init servlet starting thread) look alike: ajp-nio-8059-exec-8 Stack Trace is: java.lang.Thread.State: RUNNABLE at java.lang.Class.for

AW: AW: AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-14 Thread Clemens Wyss DEV
sometimes returning IP address from the previous request -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Clemens, On 3/13/14, 3:24 AM, Clemens Wyss DEV wrote: > Dear Christopher, >> But you also don't know what you are doing If you don't help us > again I appreciate yo

AW: AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-13 Thread Clemens Wyss DEV
Dear Christopher, > But you also don't know what you are doing >If you don't help us again I appreciate your help and you definitely know more about tomcat than I do. IMHO, I do help and I try to focus on what is relevant. It doesn't make sense to put our million lines-of-code and log entries onl

AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-12 Thread Clemens Wyss DEV
request.getRemoteAddr() sometimes returning IP address from the previous request -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Clemens, On 3/12/14, 11:34 AM, Clemens Wyss DEV wrote: >> Do you have any proof of this or is this just guess work? > No guessing. Am taking into account a

AW: AW: AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-12 Thread Clemens Wyss DEV
address from the previous request -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/03/2014 06:19, Clemens Wyss DEV wrote: >> VelocityViewServlet or VelocityLayoutServlet? > None of these in use > > I give my "szenario" another try ;) [HTTP REQUEST 1] enter

AW: AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-12 Thread Clemens Wyss DEV
>>> (The reuse can be disabled via a system property, see >>> RECYCLE_FACADES. I usually do so, for better security) >> Would I need to compile my own tomcat? >No, just set the system property as per the docs. What ist he (performance) impact of setting this property to "true"? -

AW: AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-11 Thread Clemens Wyss DEV
achricht- Von: Christopher Schultz [mailto:ch...@christopherschultz.net] Gesendet: Dienstag, 11. März 2014 19:47 An: Tomcat Users List Betreff: Re: AW: request.getRemoteAddr() sometimes returning IP address from the previous request -BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Clemens, On 3/11

AW: request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-11 Thread Clemens Wyss DEV
ious request"? Thx Clemens -Ursprüngliche Nachricht- Von: Mark Thomas [mailto:ma...@apache.org] Gesendet: Dienstag, 11. März 2014 15:34 An: Tomcat Users List Betreff: Re: request.getRemoteAddr() sometimes returning IP address from the previous request On 11/03/2014 14:16, Clemens Wyss D

request.getRemoteAddr() sometimes returning IP address from the previous request

2014-03-11 Thread Clemens Wyss DEV
Hi all, we are still facing this issue here https://issues.apache.org/bugzilla/show_bug.cgi as Mark Thomas points out https://issues.apache.org/bugzilla/show_bug.cgi?id=51872#c16 the bug is "fixed". Trying to find out "what we are doing wrong" I have the following questions: 1) as soon as a respo