SOLVED, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 3:01 PM, Caldarale, Charles R wrote: You found the right documentation page. Update the JreMemoryLeakPreventionListener entry in your conf/server.xml to look like this: Thanks, Messrs. Caldarale, Thomas, and Schultz. The above change worked (by then, I'd just barely caught on th

RE: More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread Caldarale, Charles R
> From: James H. H. Lampert [mailto:jam...@touchtonecorp.com] > Subject: Re: More, Re: Tomcat 7.0.67 crashing on takeoff > On 1/26/16 2:25 PM, Mark Thomas wrote: > > Setting xmlParsingProtection="false" on the > > JreMemoryLeakPreventionListener should stop th

Re: More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 2:25 PM, Mark Thomas wrote: Setting xmlParsingProtection="false" on the JreMemoryLeakPreventionListener should stop the exception. It looks like your XML implementation isn't compatible for the fix for that memory leak. I never did get to the root of what triggered the memory leak. It

Re: More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread Mark Thomas
On 26/01/2016 21:58, James H. H. Lampert wrote: > On 1/26/16 12:55 PM, Christopher Schultz wrote: > >> If you are explicitly configuring the APR connector and the APR >> library (or some required dependency -- e.g. OpenSSL -- then Tomcat >> will not start. > > to which I just replied: >> This is

More, Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 12:55 PM, Christopher Schultz wrote: If you are explicitly configuring the APR connector and the APR library (or some required dependency -- e.g. OpenSSL -- then Tomcat will not start. to which I just replied: > This is quite literally straight out of apache-tomcat-7.0.67.zip. > We'

Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
On 1/26/16 12:55 PM, Christopher Schultz wrote: If you are explicitly configuring the APR connector and the APR library (or some required dependency -- e.g. OpenSSL -- then Tomcat will not start. This is quite literally straight out of apache-tomcat-7.0.67.zip. We're currently using 7.0.54 on

Re: Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James, On 1/26/16 2:02 PM, James H. H. Lampert wrote: > I'm attempting to install Tomcat 7.0.67 on an AS/400 (something > I've done several times before), and when I launch, I get a > crash-on-takeoff with an exception I've never seen before. Here's >

Tomcat 7.0.67 crashing on takeoff

2016-01-26 Thread James H. H. Lampert
I'm attempting to install Tomcat 7.0.67 on an AS/400 (something I've done several times before), and when I launch, I get a crash-on-takeoff with an exception I've never seen before. Here's the complete catalina.out: Jan 26, 2016 12:37:47 PM org.apache.catalina.startup.VersionLoggerListener lo