9 Feb 21:07
RE: Cores with FlushableGzipOutputStream
Allen Reese <areese <at> yahoo-inc.com>
2012-02-09 20:07:15 GMT
2012-02-09 20:07:15 GMT
Try again now that I'm subscribed. > -----Original Message----- > From: Allen Reese > Sent: Thursday, February 09, 2012 12:03 PM > To: 'users <at> tomcat.apache.org' > Cc: Lars Anderson > Subject: Cores with FlushableGzipOutputStream > > We've just upgraded from tomcat 6.0.33 to 6.0.35 and started having the > JVM core on our production boxes. > > I'm trying to determine what the next course of action should be here. > I have an Oracle Support contract, but they don't seem to see this as a > JVM issue, and blame it on a native lib. > > > Thanks. > > Allen Reese > Core Platforms > Yahoo!, Inc. > > Running on linux x86-64, jdk 6u27, 6u29, 6u30, 7u2 > > We run several tests and the output is: > > Jdk | Version | flags > | > 6u30 | 6.0.33 | compression enabled(Continue reading)
)
Well, I've a Tomcat 5.5.27 version with an application in
production environment and i've installed the same version for windows
on a VM-WiXP to test configuration before applying changes to
production server
And I want to monitorize the application remotelly through
jconsole. So, I've added this lines to catalina startup script:
set CATALINA_OPTS=-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8999
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false (When all works I'll
add authentication, but now i need to run jconsole.)
Now I'm accesible to 8999 port (RMI Registry?) telneting, but
jconsole outputs a connection error. I've executed netstat -an command
and I've seen that 8999 port connextion is STABLISHED, but there is
another port (48657) to the tomcat ip in SYN_WAIT.
Well, I've been reading documentation and it seems that i must
configure manually an additional port to connect through jconsole
because this port is a random port (RMIServer and RMIConnection?) and
it's a problem to gain access through firewalls
I've been reading more information and I've arrived to this document
RSS Feed