Re: Struts 2 /Glassfish to Tomcat migration

2014-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 10/3/14 8:02 PM, Kiran Badi wrote: > Thanks Chris for replying.I did resolve the 404 issue,it's error > on my part. One of view jsp was in incorrect folder so it was > throwing 404 error.Fixed it and now it works fine. > > I do not recal

Re: Struts 2 /Glassfish to Tomcat migration

2014-10-03 Thread Kiran Badi
Thanks Chris for replying.I did resolve the 404 issue,it's error on my part. One of view jsp was in incorrect folder so it was throwing 404 error.Fixed it and now it works fine. I do not recall as how I installed this tomcat probably I downloaded the zip file and then integrated that installation

Re: Tomcat JVM Crash

2014-10-03 Thread Chad Maniccia
Christopher, I'll try turning off the APR next time I get a crashing form. Thanks, Chad From: Christopher Schultz Sent: Friday, October 03, 2014 2:01 PM To: Tomcat Users List Subject: Re: Tomcat JVM Crash -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: Client authentication for specific path

2014-10-03 Thread Cédric Couralet
2014-10-03 17:42 GMT+02:00 Nathan Quirynen : > > On 02/10/14 19:00, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 12:16 PM, Nathan Quirynen wrote: > > On 01/10/14 18:08, Christopher Schultz wrote: Nathan, > > On 10/1/14 10:02 AM, Nathan

Re: Tomcat JVM Crash

2014-10-03 Thread Chad Maniccia
Hi Christopher, Appreciate the help. I figured the same on the slow down after reading a little bit about what turning off the JIT compiler would mean. But we are not experiencing a perceivable slow down. So for now its a good patch to prevent Tomcat crashing. I don't have a working example of

Re: Tomcat JVM Crash

2014-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jess, On 10/3/14 2:46 PM, Jess Holle wrote: > On 10/3/2014 1:11 PM, Mark Thomas wrote: >> On 03/10/2014 17:07, Chad Maniccia wrote: >>> Hi, >>> >>> I have discovered the source of the JVM crashes. I figured it >>> best to share with the group becau

Re: Tomcat JVM Crash

2014-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chad, On 10/3/14 2:38 PM, Chad Maniccia wrote: > Thanks for replying. I actually reported this bug to Oracle before > contacting this group. They contacted me once but then never > replied again. I'd appreciate it if you could bring it to their > a

Re: Tomcat JVM Crash

2014-10-03 Thread Chad Maniccia
I figured as much I'm trying to build something right now to show case this oddity. From: Mark Thomas Sent: Friday, October 03, 2014 1:50 PM To: Tomcat Users List Subject: Re: Tomcat JVM Crash On 03/10/2014 19:38, Chad Maniccia wrote: > Hi Mark, > > Thank

Re: Tomcat JVM Crash

2014-10-03 Thread Mark Thomas
On 03/10/2014 19:38, Chad Maniccia wrote: > Hi Mark, > > Thanks for replying. I actually reported this bug to Oracle before contacting > this group. They contacted me once but then never replied again. I'd > appreciate it if you could bring it to their attention again. > > https://bugs.openjdk

Re: Tomcat JVM Crash

2014-10-03 Thread Jess Holle
On 10/3/2014 1:11 PM, Mark Thomas wrote: On 03/10/2014 17:07, Chad Maniccia wrote: Hi, I have discovered the source of the JVM crashes. I figured it best to share with the group because it is quite odd. I have tested this and confirmed with a colleague so as odd as it sounds it is reproducibl

Re: SecureRandom instance for session ID generation using [SHA1PRNG] took [510,962] milliseconds !

2014-10-03 Thread Rainer Jung
Am 03.10.2014 um 14:01 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 10/3/14 5:48 AM, Martin Hamant wrote: Le 03/10/2014 11:26, Martin Hamant a écrit : The virtual (qemu) server runs with 4GB RAM Sorry, The hypervisor is KVM. The VM is running on

Re: Tomcat JVM Crash

2014-10-03 Thread Chad Maniccia
Oh and when I say it's not crashing, I just mean the JVM is not causing Tomcat to stop. It just seems to ignore the request instead. Chad From: Chad Maniccia Sent: Friday, October 03, 2014 1:38 PM To: Tomcat Users List Subject: Re: Tomcat JVM Crash Hi Ma

RE: Tomcat JVM Crash

2014-10-03 Thread Caldarale, Charles R
> From: Igal @ getRailo.org [mailto:i...@getrailo.org] > Subject: Re: Tomcat JVM Crash > fair enough, but first we need to ensure that this is not a Tomcat > issue, right? By definition, it *cannot* be a Tomcat problem. The JVM must not crash due to any bugs in pure Java code. (The JVM can be

Re: Tomcat JVM Crash

2014-10-03 Thread Chad Maniccia
Hi Mark, Thanks for replying. I actually reported this bug to Oracle before contacting this group. They contacted me once but then never replied again. I'd appreciate it if you could bring it to their attention again. https://bugs.openjdk.java.net/browse/JDK-8058284 This bug is kind of elusiv

Re: Tomcat JVM Crash

2014-10-03 Thread Igal @ getRailo.org
On 10/3/2014 11:14 AM, Mark Thomas wrote: > The general position of the Tomcat developers is that we do *not* > patch Tomcat to work around bugs in third party code. There have been > exceptions in the past but - since this JVM bug as a workaround > available - I very much doubt that Tomcat will be

Re: Tomcat JVM Crash

2014-10-03 Thread Mark Thomas
On 03/10/2014 17:11, Igal @ getRailo.org wrote: >> Whose problem is this: Google, Apache Tomcat, GoDaddy(SSL), or Oracle? >> regardless of whose fault this is, Tomcat should be patched so that it >> doesn't crash. The general position of the Tomcat developers is that we do *not* patch Tomcat to wo

Re: Tomcat JVM Crash

2014-10-03 Thread Mark Thomas
On 03/10/2014 17:07, Chad Maniccia wrote: > Hi, > > I have discovered the source of the JVM crashes. I figured it best to share > with the group because it is quite odd. I have tested this and confirmed with > a colleague so as odd as it sounds it is reproducible. > > The crash is caused by a

Re: Tomcat JVM Crash

2014-10-03 Thread Igal @ getRailo.org
> Whose problem is this: Google, Apache Tomcat, GoDaddy(SSL), or Oracle? regardless of whose fault this is, Tomcat should be patched so that it doesn't crash. can you produce a reduced test case so that the good people at Tomcat can reproduce it on their end and patch it? --

Re: Tomcat JVM Crash

2014-10-03 Thread Chad Maniccia
Hi, I have discovered the source of the JVM crashes. I figured it best to share with the group because it is quite odd. I have tested this and confirmed with a colleague so as odd as it sounds it is reproducible. The crash is caused by a combination of Chrome web browser, HTTPS, and posting a

Re: Client authentication for specific path

2014-10-03 Thread Nathan Quirynen
On 02/10/14 19:00, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 12:16 PM, Nathan Quirynen wrote: >> On 01/10/14 18:08, Christopher Schultz wrote: Nathan, >> >> On 10/1/14 10:02 AM, Nathan Quirynen wrote: > Hi Tomcat users, > >

Re: SecureRandom instance for session ID generation using [SHA1PRNG] took [510,962] milliseconds !

2014-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 10/3/14 5:48 AM, Martin Hamant wrote: > Le 03/10/2014 11:26, Martin Hamant a écrit : >> >> >> The virtual (qemu) server runs with 4GB RAM > > Sorry, The hypervisor is KVM. The VM is running on top of > OpenStack So... This could lead s

Re: tomcat crash problem (INTERNAL)

2014-10-03 Thread Ognjen Blagojevic
Subbu, On 3.10.2014 10:25, bala-subrahmanyam.bha...@telenor.com wrote: Hi Ognjen, Tomcat is crashing with the below error message. java.lang.OutOfMemoryError: GC overhead limit exceeded Please, reply below the quotes, it is standard on this list. Tomcat have small memory footprint, way belo

Re: SecureRandom instance for session ID generation using [SHA1PRNG] took [510,962] milliseconds !

2014-10-03 Thread Martin Hamant
Le 03/10/2014 11:26, Martin Hamant a écrit : The virtual (qemu) server runs with 4GB RAM Sorry, The hypervisor is KVM. The VM is running on top of OpenStack So... This could lead somewhere as I am reading http://blog.dustinkirkland.com/2012/10/entropy-or-lack-thereof-in-openstack.html

SecureRandom instance for session ID generation using [SHA1PRNG] took [510,962] milliseconds !

2014-10-03 Thread Martin Hamant
Hi there, Here is my config Server version: Apache Tomcat/8.0.14 Server built: Sep 24 2014 09:01:51 Server number: 8.0.14.0 OS Name:Linux OS Version: 3.13.0-36-generic Architecture: amd64 JVM Version:1.7.0_65-b32 JVM Vendor: Oracle Corporation The virtual (qemu) server

RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-03 Thread Mitev, Mitko
Ognjen -Original Message- >From: Mitev, Mitko [mailto:mitko.mi...@unify.com] >Sent: 3. října 2014 10:06 >To: Tomcat Users List >Subject: RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE >Ognjen -Original Message- >You right with the quotation mark, I apologize for it. >

RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-03 Thread Mitev, Mitko
Ognjen -Original Message- >From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] >Sent: 3. října 2014 9:20 >To: Tomcat Users List >Subject: Re: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE >Mitko, On 3.10.2014 8:52, Mitev, Mitko wrote: >> Tomcat 8.0.12 >> :noJuliConfig

Re: tomcat crash problem (OPEN)

2014-10-03 Thread Ognjen Blagojevic
Subbu, 3.10.2014 9:38, bala-subrahmanyam.bha...@telenor.com wrote: I upgraded tomcat from 5.0.28 to 6.0.36, after upgrade tomcat server is consuming lot of memory and once if memory reaches to 3GB then it is crashing (max memory I configured is 3GB). What kind of a crash is that? Does JVM cr

tomcat crash problem (OPEN)

2014-10-03 Thread Bala-Subrahmanyam.Bhatta
Hi, I upgraded tomcat from 5.0.28 to 6.0.36, after upgrade tomcat server is consuming lot of memory and once if memory reaches to 3GB then it is crashing (max memory I configured is 3GB). Please find the details below. Operating System : SunOS 5.10 Generic_142900-11 sun4u sparc SUNW,SPA

Re: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-03 Thread Ognjen Blagojevic
Mitko, On 3.10.2014 8:52, Mitev, Mitko wrote: Tomcat 8.0.12 :noJuliConfig set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG% Tomcat 8.0.14 :noJuliConfig set JAVA_OPTS=”%JAVA_OPTS% %LOGGING_CONFIG%” Actually, the qotation marks in 8.0.14 are in different position: set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_