Re: Not able to connect to Tomcat 9.0.39 instance using jconsole/jvisualvm

2021-02-06 Thread Suvendu Sekhar Mondal
t; JPDA_ADDRESS=8000 on Tomcat 8 to - JPDA_ADDRESS=*:8000 on Tomcat 9 > >>> (i.e. host needs to be included, or a wildcard). > >>> > >> Thanks for pointing that out but I think it is not related to the > >> problem I am seeing. > >> > >&g

Re: Not able to connect to Tomcat 9.0.39 instance using jconsole/jvisualvm

2021-02-04 Thread Mark Thomas
seeing. >> >>> On Tue, Feb 2, 2021 at 12:22 PM Suvendu Sekhar Mondal >> wrote: >>>> >>>> Hello Everyone, >>>> >>>> We recently migrated Tomcat from 7.0.55 to 9.0.39. Everything is >>>> working as expected except accessing e

Re: Not able to connect to Tomcat 9.0.39 instance using jconsole/jvisualvm

2021-02-04 Thread Luis Rodríguez Fernández
ng. > > > On Tue, Feb 2, 2021 at 12:22 PM Suvendu Sekhar Mondal > wrote: > > > > > > Hello Everyone, > > > > > > We recently migrated Tomcat from 7.0.55 to 9.0.39. Everything is > > > working as expected except accessing exposed MBeans via JMX

Re: Not able to connect to Tomcat 9.0.39 instance using jconsole/jvisualvm

2021-02-02 Thread Suvendu Sekhar Mondal
t accessing exposed MBeans via JMX clients > > like jconsole/jvisualvm. While troubleshooting the issue, I enabled > > debug logging for both of those tools and it is throwing following > > error: > > java.rmi.ConnectIOException: non-JRMP server at remote endpoint > >

Re: Not able to connect to Tomcat 9.0.39 instance using jconsole/jvisualvm

2021-02-02 Thread Martynas Jusevičius
Tomcat from 7.0.55 to 9.0.39. Everything is > working as expected except accessing exposed MBeans via JMX clients > like jconsole/jvisualvm. While troubleshooting the issue, I enabled > debug logging for both of those tools and it is throwing following > error: > java.rmi.ConnectIOEx

Not able to connect to Tomcat 9.0.39 instance using jconsole/jvisualvm

2021-02-02 Thread Suvendu Sekhar Mondal
Hello Everyone, We recently migrated Tomcat from 7.0.55 to 9.0.39. Everything is working as expected except accessing exposed MBeans via JMX clients like jconsole/jvisualvm. While troubleshooting the issue, I enabled debug logging for both of those tools and it is throwing following error

Re: Monitoring Tomcat JDBC Connection Pool with JConsole?

2018-01-12 Thread Jerry Malcolm
ement.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=localhost I opened JConsole localhost;8083, and it connected. I can see CPU, heap, classes, and thread graphs. When I look at the MBean tab, I see a Catalina entry and a "DataSource" entry below that. Expanding that gives

Re: Monitoring Tomcat JDBC Connection Pool with JConsole?

2018-01-11 Thread Christopher Schultz
e > -Djava.rmi.server.hostname=localhost > > I opened JConsole localhost;8083, and it connected. I can see > CPU, heap, classes, and thread graphs. When I look at the MBean > tab, I see a Catalina entry and a "DataSource" entry below that. > Expanding that gives me

Re: Monitoring Tomcat JDBC Connection Pool with JConsole?

2018-01-11 Thread Simon De Uvarow
s to java config: > > -Dcom.sun.management.jmxremote > -Dcom.sun.management.jmxremote.port=8083 > -Dcom.sun.management.jmxremote.ssl=false > -Dcom.sun.management.jmxremote.authenticate=false > -Djava.rmi.server.hostname=localhost > > I opened JConsole localhost;8083, and it connected. I

Monitoring Tomcat JDBC Connection Pool with JConsole?

2018-01-11 Thread Jerry Malcolm
=localhost I opened JConsole localhost;8083, and it connected.   I can see CPU, heap, classes, and thread graphs.  When I look at the MBean tab, I see a Catalina entry and a "DataSource" entry below that.  Expanding that gives me a ton of attributes, operations, and notifications for m

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Christopher Schultz
at it is. >>>> >>>>> (Again, AFAIK, I'm not mucking-around with any of Tomcat's >>>>> internals... just a standard web application.)_ >>>> >>>> It looks like I can reproduce this with just Velocity and >>>> Vel

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Konstantin Kolinko
oks like I can reproduce this with just Velocity and Velocity >>> Tools. I'll keep narrowing it down. >> >> I have a minimal test which I've attached (sort of) to this Bugzilla >> issue: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=56242 >

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Konstantin Kolinko
which I've attached (sort of) to this Bugzilla > issue: > https://issues.apache.org/bugzilla/show_bug.cgi?id=56242 > > If anyone could give me some pointers at this stage, it would be > greatly appreciated. > Win7, 32-bit JDK 7u51 Tomcat 8.0.3 If I connect with jconsole, it d

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 3/10/14, 1:20 PM, Christopher Schultz wrote: > All, > > On 3/10/14, 12:58 PM, Christopher Schultz wrote: >> All, > >> On 3/10/14, 12:52 PM, Christopher Schultz wrote: >>> I stopped Tomcat, completely removed my web application, >>> restar

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 3/10/14, 12:58 PM, Christopher Schultz wrote: > All, > > On 3/10/14, 12:52 PM, Christopher Schultz wrote: >> I stopped Tomcat, completely removed my web application, >> restarted Tomcat and I can connect without a problem. > >> AFAIK, my a

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 3/10/14, 12:52 PM, Christopher Schultz wrote: > I stopped Tomcat, completely removed my web application, restarted > Tomcat and I can connect without a problem. > > AFAIK, my application isn't doing anything with JMX. > > I'll try using m

Re: Not able to connect to Tomcat via jconsole

2014-03-10 Thread Christopher Schultz
-chris On 3/10/14, 12:46 PM, Christopher Schultz wrote: > All, > > I have two instances of Tomcat 8 running locally. One of them > happens to have a JNDI DataSource configured and the other does > not. They are both out-of-the-box 8.0.3 installations. > > One of them has no

Not able to connect to Tomcat via jconsole

2014-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I have two instances of Tomcat 8 running locally. One of them happens to have a JNDI DataSource configured and the other does not. They are both out-of-the-box 8.0.3 installations. One of them has no problem connecting via jconsole to observe

Re: application loggers not visible in jconsole

2014-02-03 Thread Konstantin Kolinko
2014-01-31 Ja kub : > changing logging level in logging properties works fine, but my custom > logger is not visible in jconsole under java.util.logging -> loggerNames, I > can't change logging level dynamically by jconsole > > I add into logging properties > test.logging

application loggers not visible in jconsole

2014-01-31 Thread Ja kub
changing logging level in logging properties works fine, but my custom logger is not visible in jconsole under java.util.logging -> loggerNames, I can't change logging level dynamically by jconsole I add into logging properties test.logging.LoggingTest .level = FINE and it successfully

Re: Remote jconsole access (again)

2013-07-26 Thread Tim Watts
ng somewhere. Is there any message conveying *how* it failed, e.g. "connection refused", "invalid handshake" etc? Could there be missing classes that it's trying to resolve via rmi? No answers here but hopefully some useful questions. -tim > When attempting

Remote jconsole access (again)

2013-07-26 Thread Christopher Schultz
*.* LISTEN tcp6 0 0 ::1.18217 *.* LISTEN tcp4 0 0 127.0.0.1.18215*.* LISTEN tcp6 0 0 ::1.18215 *.* LISTEN When attempting to connect via jconsole (as per Tomcat documentation[1]): $ jconsole service:jmx:rmi://localhost:18217

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-10 Thread Andres Aguado
icate=true -Dcom.sun.management.jmxremote.password.file=%CATALINA_HOME%/conf/jmxremote.password -Dcom.sun.management.jmxremote.access.file=%CATALINA_HOME%/conf/jmxremote.access and now i'm connected with jconsole running this connection chain, with credentials defined in jmxremote.passord and j

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Pid *
On 9 Feb 2012, at 17:10, "Caldarale, Charles R" wrote: >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: Enabling JMX Remote Ports to connect Tomcat server remotelly >> with jconsole tool > >>> warning: [path] bad path element >>> "C:\

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andres, On 2/9/12 12:29 PM, Andres Aguado wrote: > Great, it's great!. First obstacle overcomed. Now, i've compiled > .java file and it's been created a .class file. Now i've got this > .class file and i've added it to catalina.jar and > catalina-opti

Re: [OT] Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andres, On 2/9/12 11:26 AM, Andres Aguado wrote: > Hi, first, for me there is a powerfull reason for maintain 5.5 > version. This is the initial version and application is working > fine now, and I think that i'm not prepare to execute the upgrade, >

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Andres Aguado
XAdapterLifecycleListener > .. > > Thanks and regards, > Andres > > 2012/2/9 Caldarale, Charles R : >>> From: Pid [mailto:p...@pidster.com] >>> Subject: Re: Enabling JMX Remote Ports to connect Tomcat server remotelly >>> with jconsole tool >>

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Andres Aguado
Catalina.start using conf/server.xml: java.lang.ClassNotFoundException: org.apache.catalina.mbeans.JMXAdapterLifecycleListener .. Thanks and regards, Andres 2012/2/9 Caldarale, Charles R : >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: Enabling JMX Remote Ports to connect Tomcat se

RE: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Enabling JMX Remote Ports to connect Tomcat server remotelly > with jconsole tool > > warning: [path] bad path element > > "C:\apache-tomcat-5.5.27\server\lib\catalina.jar:C:\apache-tomcat-5.5.27\bin\commons-logg

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Pid
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

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Andres Aguado
h 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 remote

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Pid
;-) ) >> >> 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

Re: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Rainer Jung
onment 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

RE: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Casper Wandahl Schmidt
See comments inline -Original Message- From: Andres Aguado [mailto:andriu@gmail.com] Sent: 9. februar 2012 13:52 To: users@tomcat.apache.org Subject: Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool Hi Guys! First of all, I want to be grateful for

Enabling JMX Remote Ports to connect Tomcat server remotelly with jconsole tool

2012-02-09 Thread Andres Aguado
ion 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.manag

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-24 Thread Pid
On 23/12/2010 19:32, Adib wrote: > Pid thanks or your comments below. > > Any idea why it was working just fine on a windows Vista machine but not on > Windows 2008 R2. One of the main differences between the two machines is > that the windows server has multiple IP addresses on the same network c

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
tion only works if > > jconsole is running the same userid as process you want to connect to, > which > > is not the case in my tomcat setup which is running as a service. > > re: 'masks', the above is a better description. > > > I tested my setup o

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Pid
On 23/12/2010 10:01, Adib wrote: > The local process option seems to be a hit and miss on various versions of > windows, it was not working. Also the local process option only works if > jconsole is running the same userid as process you want to connect to, which > is not the case

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Pid
On 23/12/2010 09:20, André Warnier wrote: > Shortly : > If you are local, then you can use the "Local process" option in jconsole. But usually not if you're using the service wrapper, which masks* the JVM process from the Attach API used in Java 6 to provide the local process

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
The local process option seems to be a hit and miss on various versions of windows, it was not working. Also the local process option only works if jconsole is running the same userid as process you want to connect to, which is not the case in my tomcat setup which is running as a service. I

Re: Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread André Warnier
Shortly : If you are local, then you can use the "Local process" option in jconsole. Otherwise : as far as I remember, the jmx connection really uses 2 ports, not only the one you obviously connect to. And that second port is random, which is what makes it difficult to connect

Problem connecting to tomcat6 service via JConsole on Windows Server 2008

2010-12-23 Thread Adib
23:22:21] [447 javajni.c] [debug] Jvm Option[9] -Dcom.sun.management.jmxremote.authenticate=false I am running jconsole on the same machine that is running tomcat so I am not trying to connect remotely and should not have any problems with ports I even turned off the windows firewall on the

Re: How to reload Tomcat Engine with jconsole? (or any other similar tools)

2010-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca, On 11/11/2010 6:56 AM, Luca Gervasi wrote: > i'm using jconsole to reload single contextes when i need it (i don't > deploy manager). > > Is there a way to reload tomcat engine in a similar way? I'm not entirely

How to reload Tomcat Engine with jconsole? (or any other similar tools)

2010-11-11 Thread Luca Gervasi
Hello, i'm using jconsole to reload single contextes when i need it (i don't deploy manager). Is there a way to reload tomcat engine in a similar way? It happens "Exception in thread TP-Processor16 java.lang.OutOfMemoryError: PermGen space", which leads to a tomcat reload.

RE: [OT] Jconsole Perform GC?

2010-11-09 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: RE: [OT] Jconsole Perform GC? > I was impressed with the speed of the full GC. GC speed is proportional to the number and size of live objects, not dead ones. If your apps don't persist much data, GC will

RE: [OT] Jconsole Perform GC?

2010-11-09 Thread Jeffrey Janner
I must say, I was impressed with the speed of the full GC. Blink of an eye fast. > -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Tuesday, November 09, 2010 9:51 AM > To: Tomcat Users List > Subject: RE: [OT] Jconsole Perform GC? &g

RE: [OT] Jconsole Perform GC?

2010-11-09 Thread Jeffrey Janner
Thanks Chuck. Just what I was interested in. > -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Tuesday, November 09, 2010 9:05 AM > To: Tomcat Users List > Subject: RE: [OT] Jconsole Perform GC? > > > From: Jeffrey Ja

Re: [OT] Jconsole Perform GC?

2010-11-09 Thread Mark Thomas
On 09/11/2010 14:53, Jeffrey Janner wrote: > Anyone know what exactly what kind of GC the "Perform GC" button in > Jconsole does? It will trigger a full GC which will GC both old and new spaces. Mark - To uns

[OT] Jconsole Perform GC?

2010-11-09 Thread Jeffrey Janner
Anyone know what exactly what kind of GC the "Perform GC" button in Jconsole does? I had a Tomcat instance that I'd been monitoring since yesterday morning, because the end users were getting some "interesting" OOM errors. The initial work was mostly in the Eden spac

RE: [OT] Jconsole Perform GC?

2010-11-09 Thread Caldarale, Charles R
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Subject: [OT] Jconsole Perform GC? > Anyone know what exactly what kind of GC the "Perform GC" > button in Jconsole does? The same one you get by calling System.gc() - a full GC. > The initial work was mos

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Pid
. > 3) We have several UNIX /LINUX servers > > 4) From WIN 2000 server JKD6/jconsole I am able to connect to UNIX server >for Monitoring TOMCAT 6.0.14 > > 5) From WIN 2000 server JKD6/jconsole I am NOT able to connect to Linux >server for Monitoring TOMCAT 6.0.29 W

RE: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Karthik Nanjangude
Hi >> through a firewall As I have already told u in the last mail 1) We do not have a Firewall 2) All our servers are available locally 3) We have several UNIX /LINUX servers 4) From WIN 2000 server JKD6/jconsole I am able to connect to UNIX server for Monitoring TOMCAT 6.0.14 5

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Pid
On 13/10/2010 12:12, Karthik Nanjangude wrote: >>> export JAVA_HOME=/opt/java6 >>> echo JAVA_HOME = $JAVA_HOME >>> export CATALINA_OPTS='-Dcom.sun.management.jmxremote.port=8999 >>> -Dcom.sun.management.jmxremote.ssl=false >>> -Dcom.sun.managem

RE: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-13 Thread Karthik Nanjangude
Hi >> I'm not playing chase-the-answer with you Nither am I , Replying as per u'r mail >> what details are you putting into the JConsole client instance? >> export JAVA_HOME=/opt/java6 >> echo JAVA_HOME = $JAVA_HOME >> export CATALINA_OPTS=&

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-12 Thread Pid
rewall? >> Note : >> Earlier I had configured the same for UNIX / Windows for JConsole to Tomcat >> 6.0.14 >> URL : http://old.nabble.com/JMX---jconsole-for-TOMCAT6.0.14-td17778173.html Also: what details are you putting into the JConsole client instance? Are you specifyi

RE: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-11 Thread Karthik Nanjangude
ith regards Karthik -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, October 11, 2010 8:23 PM To: Tomcat Users List Subject: Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux On 11/10/2010 09:41, Karthik Nanjangude wrote: > Hi > >

Re: Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-11 Thread Pid
On 11/10/2010 09:41, Karthik Nanjangude wrote: > Hi > > Spec : > > Java 1.5 > WebApp : Tomcat 6.0.29 > O/s Win 2000 / Linux / Unix > > Linux : 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 > GNU/Linux > > Question : Is there a Bug

Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux

2010-10-11 Thread Karthik Nanjangude
Hi Spec : Java 1.5 WebApp : Tomcat 6.0.29 O/s Win 2000 / Linux / Unix Linux : 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux Question : Is there a Bug with JConsole for monitering TOMCAT 6.0.29 Running on Linux ? I am not able to connect TOMCAT 6.0.29

Re: jconsole

2010-06-29 Thread Kaushal Shriyan
On Tue, Jun 29, 2010 at 7:22 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] > > Subject: jconsole > > > > Does jconsole > > http://java.sun.com/developer/technicalArticles/J2SE/jconsole

RE: jconsole

2010-06-29 Thread Caldarale, Charles R
> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] > Subject: jconsole > > Does jconsole > http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html > cause additional overheads on a server? Of course - not even Java can avoid Heisenberg. Just how much overhea

jconsole

2010-06-29 Thread Kaushal Shriyan
Hi, Does jconsole http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html cause additional overheads on a server? Thanks, Kaushal

Re: Tomcat Jconsole

2010-05-19 Thread Ozgur Ozdemircili
..@gmail.com] > > Subject: Re: Tomcat Jconsole > > > > -Dual core Intel(R) Xeon(R) CPU E3110 @ 3.00GHz and 4 GB memory each. > > What does "each" mean? Is the system running with 4 GB of memory or > something more? > > > The startup.sh configur

RE: Tomcat Jconsole

2010-05-19 Thread Caldarale, Charles R
> From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] > Subject: Re: Tomcat Jconsole > > -Dual core Intel(R) Xeon(R) CPU E3110 @ 3.00GHz and 4 GB memory each. What does "each" mean? Is the system running with 4 GB of memory or something more? > The startu

Re: Tomcat Jconsole

2010-05-19 Thread Hassan Schroeder
On Wed, May 19, 2010 at 6:38 AM, Ozgur Ozdemircili wrote: > I have the following parameters in my tomcat startup.sh ripple:/tmp$ cat testenv #!/bin/bash export CATALINA_OPTS="-XX:MaxPermSize=512m -Xms512m -Xmx2048m -server" set CATALINA_OPTS="-Dcom.sun.management.jmxremote \ -Dcom.sun.managem

Re: Tomcat Jconsole

2010-05-19 Thread Ozgur Ozdemircili
> From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] > > Subject: Tomcat Jconsole > > > > Im trying to connect to my tomcat server using Jconsole. I do get > > "Connection Failed" > > What version of Tomcat? What JVM? > > > I have the following

RE: Tomcat Jconsole

2010-05-19 Thread Caldarale, Charles R
> From: Ozgur Ozdemircili [mailto:ozgur.ozdemirc...@gmail.com] > Subject: Tomcat Jconsole > > Im trying to connect to my tomcat server using Jconsole. I do get > "Connection Failed" What version of Tomcat? What JVM? > I have the following parameters in my tomcat

Tomcat Jconsole

2010-05-19 Thread Ozgur Ozdemircili
Hi, Im trying to connect to my tomcat server using Jconsole. I do get "Connection Failed" I have the following parameters in my tomcat startup.sh export CATALINA_OPTS="-XX:MaxPermSize=512m -Xms512m -Xmx2048m -server" set CATALINA_OPTS="-Dcom

tomcat windows serivce and jconsole - solution

2010-02-17 Thread daniel steel
hi all, i have seen numerous questions asked on how to connect jconsole / jmap to a tomcat service on windows. And most of the solutions involve,in setting up jmx remort port setting etc.. and then connecting to tomcat service using jconsole remotely. Here is an alternate solution without

RE: Need to monitor the JNDI based Connection Pool usage using JConsole

2010-01-28 Thread Caldarale, Charles R
> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] > Subject: Need to monitor the JNDI based Connection Pool usage using > JConsole > I need to monitor the JNDI based Connection Pool usage > using JConsole Not sure if you'll get all the usage information yo

Need to monitor the JNDI based Connection Pool usage using JConsole

2010-01-28 Thread Karthik Nanjangude
Hi SPEC : JDK1.6 TOMCAT 6.0.20 O/s 1, 2 Windows 2000 Server Apache Http - 2.x DB : Oracle 10G I need to monitor the JNDI based Connection Pool usage using JConsole 1) Is there a reference URL on the web ( did not via goggled ) 2) Is some JMX coding needed for monitoring (alternate

RE: Processes are not showing in the JConsole

2009-05-21 Thread Caldarale, Charles R
> From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Subject: Re: Processes are not showing in the JConsole > > Is it still possible under Vista, and will it help, if you let the > service run with the same account you are using to login? Nope, I've tried that. The servi

Re: Processes are not showing in the JConsole

2009-05-21 Thread Rainer Jung
On 21.05.2009 14:57, Caldarale, Charles R wrote: >> From: Anamika raj [mailto:rajnam...@gmail.com] >> Subject: Processes are not showing in the JConsole >> >> the process which i want to monitor on JConsole not showing >> in the JConsole window. > > Welco

RE: Processes are not showing in the JConsole

2009-05-21 Thread Caldarale, Charles R
> From: Anamika raj [mailto:rajnam...@gmail.com] > Subject: Processes are not showing in the JConsole > > the process which i want to monitor on JConsole not showing > in the JConsole window. Welcome to the wonderful world of Windows "security". At least on Vista, To

Processes are not showing in the JConsole

2009-05-20 Thread Anamika raj
the process which i want to monitor on JConsole not showing in the JConsole window.Can anybody help me why they are not showing.However I enabled JMX on my process.What would be the possible cause of not showing the process.My process is running it is showing in the task manager also.when I m

RE: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Caldarale, Charles R
> From: Anamika raj [mailto:rajnam...@gmail.com] > Subject: Re: how to setup jconsole to monitor tomcat locally > > hi i m not getting the meaning of that > > [ " create CATALINA_HOME/bin/setenv.sh CATALINA_HOME refers to the directory in which you have Tomcat i

RE: how to setup jconsole to monitor tomcat locally

2009-05-09 Thread Caldarale, Charles R
> From: Karthik Nanjangude [mailto:karthik.nanjang...@xius-bcgi.com] > Subject: RE: how to setup jconsole to monitor tomcat locally > > Just add the following as 1'st line's into u'r " > /TOMCAT/bin/Catalina.bat ( .sh on Unix /Linux) Bad advice. You shou

RE: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Karthik Nanjangude
#x27;r " /TOMCAT/bin/Catalina.bat ( .sh on Unix /Linux) Start the tomcat server now using startu.bat ( .sh ) , This should not show any exception message on the console (windows) or "/logs/catalian.out" If non, then run the command "jconsole" under JDK6 or 5/bi

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
thanx Mark Thomas-18 wrote: > > Anamika raj wrote: >> I searched a lot for the setting of the jconsole to monitor tomcat >> locally..i got every where it is saying to set or edit >> CATALINA_OPTS="-Dcom.sun.management.jmxremote \ >> -Dcom.sun.management.

RE: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Caldarale, Charles R
> From: Anamika raj [mailto:rajnam...@gmail.com] > Subject: Re: how to setup jconsole to monitor tomcat locally > > using Tomcat 5.0.28.0 Please note that Tomcat 5.0 has been deprecated for some time; you would be better off moving to 5.5.x, or better yet, 6.0.x. - Chuck THIS C

RE: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Caldarale, Charles R
> From: Anamika raj [mailto:rajnam...@gmail.com] > Subject: Re: how to setup jconsole to monitor tomcat locally > I am working on windows vista Our deepest sympathies. > so please tell me the steps for windows. The steps Mark outlined are the same; just substitute ".bat"

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
I am working on windows vista and using Tomcat 5.0.28.0 and JDK 1.6 so please tell me the steps for windows. thanx Mark Thomas-18 wrote: > > Anamika raj wrote: >> I searched a lot for the setting of the jconsole to monitor tomcat >> locally..i got every where it is say

Re: how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Mark Thomas
Anamika raj wrote: > I searched a lot for the setting of the jconsole to monitor tomcat > locally..i got every where it is saying to set or edit > CATALINA_OPTS="-Dcom.sun.management.jmxremote \ > -Dcom.sun.management.jmxremote.port=9004 \ > -Dcom.sun.management

how to setup jconsole to monitor tomcat locally

2009-05-08 Thread Anamika raj
I searched a lot for the setting of the jconsole to monitor tomcat locally..i got every where it is saying to set or edit CATALINA_OPTS="-Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=9004 \ -Dcom.sun.management.jmxremote.ssl=

Re: remote jconsole connection did not succeed

2009-03-12 Thread Ivars Strazdiņš
Caldarale, Charles R wrote: From: Ivars Strazdiņš [mailto:ivars.strazd...@gmail.com] Subject: remote jconsole connection did not succeed If I try to connect remotely to that instance, connection fails with message "the connection did not succeed". This is usually the firewal

RE: remote jconsole connection did not succeed

2009-03-12 Thread Caldarale, Charles R
> From: Ivars Strazdiņš [mailto:ivars.strazd...@gmail.com] > Subject: remote jconsole connection did not succeed > > If I try to connect remotely to that instance, connection > fails with message "the connection did not succeed". This is usually the firewall bl

Re: remote jconsole connection did not succeed

2009-03-12 Thread Ivars Strazdiņš
2 Mar 2009 20:36:38 +0200 > From: ivars.strazd...@gmail.com > To: users@tomcat.apache.org > Subject: remote jconsole connection did not succeed > > Hi *, > in this setup there are two tomcat 6.0.18 instances each running on > separate windows 2003 server with Sun JDK 1.6.0_1

remote jconsole connection did not succeed

2009-03-12 Thread Ivars Strazdiņš
Hi *, in this setup there are two tomcat 6.0.18 instances each running on separate windows 2003 server with Sun JDK 1.6.0_12. I have configured JMX console access pretty much the standard way on both systems, with switches: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9004

JConsole with fixed ports

2009-02-05 Thread André Warnier
I posted this question previously, but it was OT in another thread, and I got the impression it's now buried a bit deep, so new more on-topic thread. referring to : About the possibilities to run JConsole remotely, through a firewalled connection. Mark Thomas wrote : You might also

Re: Jconsole through firewall

2008-11-27 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: André Warnier [mailto:[EMAIL PROTECTED] >> Subject: Re: Jconsole through firewall >> >> With the announced thing above, would I be able to monitor >> them with jconsole behind their respective firewalls, and >> if

RE: Jconsole through firewall

2008-11-27 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Jconsole through firewall > > With the announced thing above, would I be able to monitor > them with jconsole behind their respective firewalls, and > if yes what would I need to do for that ? Yes, the patch Ma

Re: Jconsole through firewall

2008-11-27 Thread André Warnier
Caldarale, Charles R wrote: From: Mark Thomas [mailto:[EMAIL PROTECTED] Subject: Re: Jconsole through firewall There is some code in trunk to do this. Life just became easier. Thanks very much. I'll say thanks first too, not that anyone would think I am ungrateful. But could so

RE: Jconsole through firewall

2008-11-26 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: Jconsole through firewall > > There is some code in trunk to do this. Life just became easier. Thanks very much. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for

Re: Jconsole through firewall

2008-11-26 Thread Mark Thomas
André Warnier wrote: > 1) does someone understand what it says above ? Yes. :) > 2) if I want to monitor a Tomcat server from a remote location through a > firewall using jconsole, can I do it ? There is some code in trunk to do this. You'll need to build the extras package for to

Jconsole through firewall

2008-11-26 Thread André Warnier
er on which the RMIServer and RMIConnection remote objects are exported and port2 is the port number of the RMI Registry. unquote My simple questions are : 1) does someone understand what it says above ? 2) if I want to monitor a Tomcat server from a remote location through a firewall using jc

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > > I gather that I was wrongly fixated on that number (266M) > and that it does not really represent any real memory used > in any permanent way by the process. Correct; it

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
ual number is just what's in the memory map for the process, so that includes files, code, non-Java stuff, etc., as well as the JVM heap. The resident memory number is the pages that happen to be in RAM at the moment. Compared to the numbers I see in the jconsole VM summary below, these

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > > I don't know if the jconsole offers a cleaner way of doing this I'm not aware of any mechanism in JConsole to send the output anywhere, other than via the clipboard. > A

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Monitoring Tomcat with Jconsole This script by the way (not one of mine) does a "cd" into the java/bin directory and then launches the program from there. Can that have something to do with it

RE: Monitoring Tomcat with Jconsole

2008-11-24 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Monitoring Tomcat with Jconsole > > This script by the way (not one of mine) does a "cd" into > the java/bin directory and then launches the program from > there. Can that have something to do with it ? Th

Re: Monitoring Tomcat with Jconsole

2008-11-24 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Monitoring Tomcat with Jconsole Can I "provoke" some meaningful message by misspelling one of these -D switches, just to check ? Not by misspelling, but if you change the port number to alpha

  1   2   >