Re: NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Rémy Maucherat
2016-07-20 2:54 GMT+02:00 Peter Robbins : > Without JCE or BC? Both are pretty critical for core functionality and > didn't cause any issues until 8.5.3 entered the mix. Any known issues there > I should be aware of? > You still need to test something. You don't describe anything out of the ordin

Re: Tomcat Log file setting.

2016-07-19 Thread Daniel Küppers
James, i think this is either a Log4j error or a custom one. It seems like the path for *IDOMailLOCAL1.log* is hard coded, as it's not present in the Log4j config file. I would suggest you search your codebase for pattern like *IDOMail* (because the LOCAL1 might be generic, imho) or for the dri

Re: OutOfMemoryError: PermGen space

2016-07-19 Thread Román Valoria
Cris: You are looking at the wrong memory object. You need to focus on the PermGen memory tab, not the Heap one. That is, of course, if your memory error is indeed mentioning PermGen as in the subject of this mail. Again the PermGen holds the classes metadata definitions, so it should not be imp

Re: NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Peter Robbins
Without JCE or BC? Both are pretty critical for core functionality and didn't cause any issues until 8.5.3 entered the mix. Any known issues there I should be aware of? Peter On Jul 19, 2016 6:24 PM, R?my Maucherat wrote: 2016-07-19 23:51 GMT+02:00 Peter Robbins : > Hi there, > > JCE, Bouncy

Re: NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Rémy Maucherat
2016-07-19 23:51 GMT+02:00 Peter Robbins : > Hi there, > > JCE, Bouncy Castle 1.48 > > Maybe try without that first. Rémy

NullPointerExceptions from Coyote over SSL

2016-07-19 Thread Peter Robbins
Hi there, Versions: Tomcat 8.5.3, JDK 1.8 + JCE, Bouncy Castle 1.48, Ubuntu 14.04 & 16.04,Windows 2012 R2 I’m running into an issue where we are getting NullPointerExceptions from the Coyote connector in a Tomcat web application. This is an existing, stable web application that was recently up

Tomcat Log file setting.

2016-07-19 Thread Boyle, James A
Hello, I have a web app running on my workstation using Tomcat 7 and have the following entries in my console output. Any help would be appreciated. Thanks. INFO: Initializing log4j from [file:///c://lbxdw_ido_obm//conf//LOCALlog4j_JAB.xml] This is the log4j config file and is a

Re: OutOfMemoryError: PermGen space

2016-07-19 Thread Mark Thomas
On 19/07/2016 17:19, Berneburg, Cris J. - US wrote: >> This is probably a useful read: >> http://people.apache.org/~markt/presentations/2010-11-04-Memory-Leaks-60mins.pdf >> >> Despite the age, it is still very relevant today. > > > Thanks for reminding me about that document. It does sound r

RE: OutOfMemoryError: PermGen space

2016-07-19 Thread Berneburg, Cris J. - US
Mark Thanks for taking the time to answer my questions. Please see my response and questions below. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, July 14, 2016 2:58 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space > On 14/07/2016 2

RE: OutOfMemoryError: PermGen space

2016-07-19 Thread Jäkel , Guido
>In Visual VM, under File, Compare Memory Snapshots, it does not see the >snapshots I generated. The snapshots appear to >be extension *.apps, but the compare function looks for files with extension >*.nps. I don't know how to get the compare >function to work. > >Not sure where to go from here

RE: OutOfMemoryError: PermGen space

2016-07-19 Thread Berneburg, Cris J. - US
Román Thanks for taking the time to reply and educate me. :-) Please see my ramblings below. -Original Message- From: Román Valoria [mailto:romanvalo...@gmail.com] Sent: Thursday, July 14, 2016 11:28 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space > Cris: > > C

Re: mod-jk (1.2.37) crashes Apache 2 (2.4.7) occasionally with a buffer overflow on Ubuntu 14.04 x64

2016-07-19 Thread Michael Diener
Chris, thanks a lot for explaining what could be overflowing the FD_SETSIZE of 1024. Just for reference, I use mpm_event mostly with SSL connections, so it should behave like mpm_worker. This is my configuration: StartServers 2 ServerLimit 16