Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Román Valoria
java classes are loaded during runtime? > > Thanks in Advance. > > Regards, > > Kaushal > > On Tue, Nov 29, 2016 at 10:47 AM, Román Valoria <romanvalo...@gmail.com> > wrote: > > > Sun, or should I say Oracle now, seems to be including the exact same > t

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Román Valoria
t; On Tue, Nov 29, 2016 at 7:40 AM, Román Valoria <romanvalo...@gmail.com> > wrote: > > > Use Java VisualVM to see PermGen memory allocation and troubleshoot. It > > would also let you validate that your sizing parameters are properly set. > > > > > Hi Rom

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Román Valoria
Use Java VisualVM to see PermGen memory allocation and troubleshoot. It would also let you validate that your sizing parameters are properly set. On Tue, Nov 29, 2016 at 2:09 AM, Kaushal Shriyan wrote: > Hi, > > I am seeing the below PermGen space issue in tomcat

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-20 Thread Román Valoria
1. Bad memory settings or a java class having a memory leak. 2. The place to setup the values will depend if you run Tomcat as a Windows Service, from the tomcat7.exe or from the startup.bat. BTW, those are super outdated releases of OS, Java and Tomcat. On Thu, Oct 20, 2016 at 6:00 PM, Moore,

SOLVED Tomcat 7.0.65 + Java 6 Update 121 64-bit - Cipher Suite Names

2016-09-28 Thread Román Valoria
Dear all: After updating Tomcat from 7.0.65 to 7.0.72, I can then use the Java 6 JCE , use TLS 1.2 and 256 ciphers. I just needed also to update Tomcat. Bottom line, if you are forced to stick with Tomcat 7 and Java 6, you can still use TLS 1.2 and high ciphers by updating Java 6 and Tomcat 7

Re: Tomcat 7.0.65 + Java 6 Update 121 64-bit - Cipher Suite Names

2016-09-21 Thread Román Valoria
I know it did not worked because as soon as I add the ciphers entry to the SSL HTTPS connector in the server.xml file, it tells me that value is not supported. On Wed, Sep 21, 2016 at 6:45 PM, Mark Thomas <ma...@apache.org> wrote: > On 21/09/2016 11:22, Román Valoria wrote: > >

Re: Tomcat 7.0.65 + Java 6 Update 121 64-bit - Cipher Suite Names

2016-09-21 Thread Román Valoria
Before anyone tells me, I cannot upgrade either Tomcat or Java to the latest major release. My setup is running on Windows Server 2008 R2 64-bit OS. On Wed, Sep 21, 2016 at 6:18 PM, Román Valoria <romanvalo...@gmail.com> wrote: > Dear all: > > I need to configure Tomcat 7.0.65 wi

Tomcat 7.0.65 + Java 6 Update 121 64-bit - Cipher Suite Names

2016-09-21 Thread Román Valoria
Dear all: I need to configure Tomcat 7.0.65 with Java 6, both 64-bit. I have managed to make it work with update 121 in using the SSL protocol TLS 1.2. Now I need to exert some control over the cipher suites used on that protocol. I am unable to come up with the list of supported cipher suite

Re: OutOfMemoryError: PermGen space

2016-07-19 Thread Román Valoria
, Cris J. - US < cberneb...@caci.com> wrote: > 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

Re: OutOfMemoryError: PermGen space

2016-07-14 Thread Román Valoria
Cris: Couple of things here. First, you can use in any Java 6 Update 45 and above the Java Visual VM, to monitor in real time the memory utilization done by the Java virtual machine. This will show you both the Help and Perm Gen memory graphs. You can find this tool in the bin directory of any

Re: Facing issue while configuring SSL

2016-07-14 Thread Román Valoria
Dear all: The issue was solved, it was compounded by several factors, once full path to the certificates was used. The SSL Certificate was created using the wrong FQDN, which meant that the hostname to IP address resolution done by the browser was failing. The telnet command was done using the