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

2018-03-05 Thread Clemens Wyss DEV
>The full thread dump when the problem occurs would be helpful. Note that the >thread dump should tell you if there is a deadlock. If there is no deadlock >but you have a thread stuck at the point above that looks very much like a JVM >bug. The stacktraces indicate no deadlock, nevertheless the

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

2018-03-05 Thread Clemens Wyss DEV
>What about the storage-mechanism? Maybe you have something like an NFS share >storing the JAR file and you have a problem with the network connection? no NFS in use. Ext4 only -Ursprüngliche Nachricht- Von: Christopher Schultz Gesendet: Montag, 5. März

RE: Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Prakash Saraf
Thanks Mark!! -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Monday, March 05, 2018 1:39 PM To: Tomcat Users List Subject: Re: Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10 On 05/03/18 21:29, Mark Thomas wrote: > On

Re: WebApp Caching Broken

2018-03-05 Thread Mark Thomas
On 05/03/18 21:26, Kenneth Taylor wrote: > We are having a serious problem with Tomcat (8.5).  Twice it has decided > to PERMANENTLY cache one of our webapps.  We are unable to update that > webapp.  We’ve tried everything imaginable, short of uninstalling > Tomcat, which is the next step. > >

Re: WebApp Caching Broken

2018-03-05 Thread Dave Fisher
I’m guessing that the OP’s configuration or user permissions are not allowing war unpacking to update the webapps directory to the new version of the webapps. This has happened to me on some of my installations in the past when an admin starts as root vs. a special user like tomcat. This is

Re: Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Mark Thomas
On 05/03/18 21:29, Mark Thomas wrote: > On 05/03/18 16:42, Prakash Saraf wrote: >> Hi Team, >> >> We are observing the high CPU utilization often in our sandbox and >> production environment. We are using Tomcat 8.5.16 with APR native 1.2.10. >> >> It looks, the Poller thread is going in infinite

Re: WebApp Caching Broken

2018-03-05 Thread Leon Rosenberg
Hello, can you explain what you mean by 'caching' ? regards Leon On Mon, Mar 5, 2018 at 10:26 PM, Kenneth Taylor < kenneth.tay...@dataexpress.com> wrote: > We are having a serious problem with Tomcat (8.5). Twice it has decided > to PERMANENTLY cache one of our webapps. We are unable to

Re: Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Mark Thomas
On 05/03/18 16:42, Prakash Saraf wrote: > Hi Team, > > We are observing the high CPU utilization often in our sandbox and > production environment. We are using Tomcat 8.5.16 with APR native 1.2.10. > > It looks, the Poller thread is going in infinite loop while adding sockets > which are

WebApp Caching Broken

2018-03-05 Thread Kenneth Taylor
We are having a serious problem with Tomcat (8.5). Twice it has decided to PERMANENTLY cache one of our webapps. We are unable to update that webapp. We've tried everything imaginable, short of uninstalling Tomcat, which is the next step. Where is this cache and how do we turn it off? Why

RE: [OT] Want help understanding missing piece in architecture

2018-03-05 Thread Berneburg, Cris J. - US
Thanks Chris for taking the time to provide such a detailed and educational answer. cjb> Now let's say that we want the Tomcat application to only do cjb> rendering. It connects to a different server, X, and no longer to the cjb> DB. The X server connects to the DB. Requests and data flow

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

2018-03-05 Thread Christopher Schultz
-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 while starting >> up. The stacktraces of the then "running" (but effectively >> blocked) threads (one of

Re: Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Mark Thomas
Please do not cross-post. If you aren't sure where to post a question, use the users list. Mark On 05/03/18 16:42, Prakash Saraf wrote: > Hi Team, > > > > We are observing the high CPU utilization often in our sandbox and > production environment. We are using Tomcat 8.5.16 with APR native

Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Prakash Saraf
Hi Team, We are observing the high CPU utilization often in our sandbox and production environment. We are using Tomcat 8.5.16 with APR native 1.2.10. It looks, the Poller thread is going in infinite loop while adding sockets which are waiting to the poller. java/org/apache/tomcat/util/

Re: SSL and IPv6 when using address to set a specific IP

2018-03-05 Thread Rick Trudeau
On Mon, Mar 5, 2018 at 10:35 AM, Mark Thomas wrote: > On 05/03/18 15:00, Mark Thomas wrote: >> On 05/03/18 02:02, Rick Trudeau wrote: >>> Hi, >>> I'm having some problems using SSL on my connector when binding it to >>> a specific IPv6 address. >>> I'm trying this on Tomcat v

Re: Tomcat behind IIS on windows 2012

2018-03-05 Thread tomcat
On 05.03.2018 14:21, Mark Thomas wrote: On 02/03/18 20:59, rich...@xentu.com wrote: If I want to have IIS act as an intermediary between Tomcat and the outside world, if I've understood it correctly, there seem to be two choices. Either add something called HttpPlatformHandler into IIS

Re: SSL and IPv6 when using address to set a specific IP

2018-03-05 Thread Mark Thomas
On 05/03/18 15:00, Mark Thomas wrote: > On 05/03/18 02:02, Rick Trudeau wrote: >> Hi, >> I'm having some problems using SSL on my connector when binding it to >> a specific IPv6 address. >> I'm trying this on Tomcat v 8.5.28, Ubuntu 14.04, JVM v1.8.0_161-b12. >> 05-Mar-2018 01:11:11.724 WARNING

Re: SSL and IPv6 when using address to set a specific IP

2018-03-05 Thread Mark Thomas
On 05/03/18 02:02, Rick Trudeau wrote: > Hi, > I'm having some problems using SSL on my connector when binding it to > a specific IPv6 address. > I'm trying this on Tomcat v 8.5.28, Ubuntu 14.04, JVM v1.8.0_161-b12. > > My connector config looks like this: > maxThreads="150" >

Re: Instances of org.apache.coyote.RequestInfo accumulate in RequestGroupInfo.processors and eventually result in OOME

2018-03-05 Thread Mark Thomas
On 04/03/18 18:14, Industrious wrote: > Hi Mark, > > Thanks for advice. However, I actually increased it. I was running on > about 80MB Xmx at first when I was on 512-600MB VMs. I did not have > problems for a long time. Eventually, I faced the problem and I > increased it to 220MB and I saw the

Re: intermittent connectivity failure under ssl

2018-03-05 Thread Alex O'Ree
thanks. what else could be cause this? Chrome says error empty response frequently On Mon, Mar 5, 2018 at 9:27 AM, Rémy Maucherat wrote: > On Mon, Mar 5, 2018 at 2:59 PM, Alex O'Ree wrote: > > > I may be on to something. I found at a coderanch something

Re: intermittent connectivity failure under ssl

2018-03-05 Thread Rémy Maucherat
On Mon, Mar 5, 2018 at 2:59 PM, Alex O'Ree wrote: > I may be on to something. I found at a coderanch something that was > related. I'm using a class that extends Http11NioProtocol to provide > encryption support for the keystore passwords. I was setting the xml > attribute

Re: intermittent connectivity failure under ssl

2018-03-05 Thread Alex O'Ree
I may be on to something. I found at a coderanch something that was related. I'm using a class that extends Http11NioProtocol to provide encryption support for the keystore passwords. I was setting the xml attribute in server.xml/Connector@protocol = the class name of the extended class. This may

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

2018-03-05 Thread Mark Thomas
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 blocked) threads (one of > them being the init servlet starting thread) look alike: > ajp-nio-8059-exec-8 > Stack Trace is: >

Re: Clarification on Apache Tribes setup docs

2018-03-05 Thread Mark Thomas
On 03/03/18 05:50, Arumugam, Santhosh wrote: > Hey there, > > We are planning to implement Apache Tribes(on our Tomcat-7) in our network > for server to server communication. > > I am looking at https://tomcat.apache.org/tomcat-7.0-doc/tribes/setup.html to > learn more about Apache Tribes, but

Re: Tomcat behind IIS on windows 2012

2018-03-05 Thread Mark Thomas
On 02/03/18 20:59, rich...@xentu.com wrote: > If I want to have IIS act as an intermediary between Tomcat and the > outside world, if I've understood it correctly, there seem to be two > choices. > > Either add something called HttpPlatformHandler into IIS > >