Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Lee Bassom
Thanks, I'll try that :) *LEE BASSOM* Associate QA Engineer Interactions LLC o: (512) 872-8129 <5128728129> lbas...@interactions.com www.interactions.com On

Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Rainer Jung
Am 07.01.2016 um 19:55 schrieb Rainer Jung: Am 07.01.2016 um 19:21 schrieb Caldarale, Charles R: From: Lee Bassom [mailto:lbas...@interactions.com] Subject: Re: How do I block 'Unloading class sun.reflect' messages? -XX:+PrintGCDetails I'm going to guess that the above enables the class

Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Rainer Jung
Am 07.01.2016 um 19:21 schrieb Caldarale, Charles R: From: Lee Bassom [mailto:lbas...@interactions.com] Subject: Re: How do I block 'Unloading class sun.reflect' messages? -XX:+PrintGCDetails I'm going to guess that the above enables the class unloading messages. I used the above flags

RE: Tomcat 8.0.15

2016-01-07 Thread Caldarale, Charles R
> From: Julie Sur [mailto:julie...@gmail.com] > Subject: Re: Tomcat 8.0.15 > I am using tomcat 8.0.15, jdk1.8.0_45 with my application and I am seeing > below errors in my log. Is this a bug with the tomcat version that I am > using ? Could be, but it's more likely an application bug. Try runni

RE: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Caldarale, Charles R
> From: Lee Bassom [mailto:lbas...@interactions.com] > Subject: Re: How do I block 'Unloading class sun.reflect' messages? > -XX:+PrintGCDetails I'm going to guess that the above enables the class unloading messages. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PR

Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Lee Bassom
Attaching to process ID 26917, please wait... Debugger attached successfully. Server compiler detected. JVM version is 20.5-b03 -Djava.util.logging.config.file=/opt/tomcat/apache-tomcat-7.0.57/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Dnova.conf

Re: Tomcat 8.0.15

2016-01-07 Thread Julie Sur
Resending the email as I got failure notification earlier Thanks Julie On Thu, Jan 7, 2016 at 12:44 PM, Julie Sur wrote: > Hi, > I am using tomcat 8.0.15, jdk1.8.0_45 with my application and I am seeing > below errors in my log. Is this a bug with the tomcat version that I am > using ? > > Tomc

Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Christopher Schultz
Lee, On 1/7/16 12:35 PM, Lee Bassom wrote: > [Unloading class sun.reflect.GeneratedConstructorAccessor475] > [Unloading class sun.reflect.GeneratedConstructorAccessor346] Okay. What about: $ jinfo -flags [pid] (You might have to sanitize that output) -chris ---

Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Lee Bassom
[Unloading class sun.reflect.GeneratedConstructorAccessor475] [Unloading class sun.reflect.GeneratedConstructorAccessor346] [Unloading class sun.reflect.GeneratedConstructorAccessor484] [Unloading class sun.reflect.GeneratedMethodAccessor87] [Unloading class sun.reflect.GeneratedConstructorAccessor

Re: How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Christopher Schultz
Lee, On 1/7/16 10:08 AM, Lee Bassom wrote: > My Catalina.out file is getting flooded with 'Unloading class > sun.reflect.' messages. > > As far as I have been able to find out, adding -XX:-TraceClassLoading > and -XX:-TraceClassUnloading to setenv.sh should supress these messages but > it's n

How do I block 'Unloading class sun.reflect....' messages?

2016-01-07 Thread Lee Bassom
My Catalina.out file is getting flooded with 'Unloading class sun.reflect.' messages. As far as I have been able to find out, adding -XX:-TraceClassLoading and -XX:-TraceClassUnloading to setenv.sh should supress these messages but it's not. Am I missing something obvious ? (probably) *LEE

Re: tomcat 7

2016-01-07 Thread Daniel Küppers
Am 07.01.2016 um 11:50 schrieb ANISH S IYER: hello while am deploying java application in webapps,say test contains spring and hibernate,with mysql db. it work normally while i also deploy another apps in in the tomcat say demo, all deployment are okay, but it accesses the database of test, ins

tomcat 7

2016-01-07 Thread ANISH S IYER
hello while am deploying java application in webapps,say test contains spring and hibernate,with mysql db. it work normally while i also deploy another apps in in the tomcat say demo, all deployment are okay, but it accesses the database of test, instead of demo. at can i do for resolving the iss