Re: NioEndpoint.getPoller0 throws NPE

2008-02-03 Thread Michele Mazzucco
Yes, it might be. Michele On 3 Feb 2008, at 17:05, Mark Thomas wrote: Michele Mazzucco wrote: Any idea? Maybe http://issues.apache.org/bugzilla/show_bug.cgi?id=43701 Mark - To start a new topic, e-mail: users

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-13 Thread Michele Mazzucco
On 13 Dec 2007, at 00:52, Caldarale, Charles R wrote: From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown I've tried with a clean tomcat 6.0.13 setup where only axis2 1.3 was deployed (tomcat 5.5.20 behaves the same

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-13 Thread Michele Mazzucco
Chuck, BTW I've set workDir in $CATALINA_HOME/conf/server.xml (inside the Host section) to point to a temp folder in my home. The folder and all subfolders are created, apart from axis2... so the error still occurs. What do you think? Thanks, Michele On 13 Dec 2007, at 11:29, Michele

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-13 Thread Michele Mazzucco
On 13 Dec 2007, at 15:33, Caldarale, Charles R wrote: From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown BTW I've set workDir in $CATALINA_HOME/conf/server.xml (inside the Host section) to point to a temp folder

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-13 Thread Michele Mazzucco
On 13 Dec 2007, at 16:35, Caldarale, Charles R wrote: From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown Where do I find the Context element related to axis2 (which is a servlet)? First you said axis2 is a webapp

FileNotFoundException (SESSIONS.ser)

2007-12-12 Thread Michele Mazzucco
Hi all, I'm running Axis2 1.3 inside Tomcat 6.0.13 (my machine is a Linux box) and I get the following problem ($CATALINA_HOME is set to /home/nmm42/devel/tomcat/apache-tomcat-6.0.13) ~/devel/tomcat/apache-tomcat-6.0.13/bin ./shutdown.sh Using CATALINA_BASE:

[Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-12 Thread Michele Mazzucco
Some more details. I don't know whether this is a Tomcat or Axis2 issue, but the problem seems to be that the axis2 directory does not exist under $CATALINA_HOME/work/Catalina/localhost. Michele Begin forwarded message: From: Michele Mazzucco [EMAIL PROTECTED] Date: 12 December 2007 10

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-12 Thread Michele Mazzucco
On 12 Dec 2007, at 13:54, Caldarale, Charles R wrote: From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Subject: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown (Please don't cross-post to multiple lists; that makes following a thread nearly impossible.) I'm sorry Chuck

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-12 Thread Michele Mazzucco
For some obscure reason the directory is deleted (!!!) and the same problem occurs. Michele On 12 Dec 2007, at 14:46, Caldarale, Charles R wrote: What happens if you manually create the axis2 directory? - To start a new

Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown

2007-12-12 Thread Michele Mazzucco
? Michele On 12 Dec 2007, at 15:47, Caldarale, Charles R wrote: From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown For some obscure reason the directory is deleted (!!!) and the same problem occurs. Sounds like you

jmx rmi connection problem

2006-11-06 Thread Michele Mazzucco
Hi all, I don't know wether this is the right mailing list where to post my problem. I have a web service which, during the system startup, creates all the needed JMX stuff, but unfortunately if fails (see the stack trace below). The reason seems to be: Caused by:

Re: jmx rmi connection problem

2006-11-06 Thread Michele Mazzucco
Hi again, I forgot to mention that the code works fine on windows while it fails on linux. Michele On 6 Nov 2006, at 12:09, Michele Mazzucco wrote: Hi all, I don't know wether this is the right mailing list where to post my problem. I have a web service which, during the system

how to use tomcat libraries

2006-09-27 Thread Michele Mazzucco
Hi all, how can I use the tomcat libraries (i.e. the ones in $CATALINA_HOME/server/lib) without putting them in 'lib' of my web application? Thanks, Michele - To start a new topic, e-mail: users@tomcat.apache.org To

Re: tomcat jmx agent question

2006-09-15 Thread Michele Mazzucco
Hi Mikolaj, I understand this. What I don't understand is, how can I access (inside a web application or program) the mbeans exposed by another web application? Do you have any chunk of code to show me? Thanks, Michele Mikolaj Rydzewski wrote: Michele Mazzucco wrote: right, that's

Re: tomcat jmx agent question

2006-09-15 Thread Michele Mazzucco
Rydzewski wrote: Michele Mazzucco wrote: I understand this. What I don't understand is, how can I access (inside a web application or program) the mbeans exposed by another web application? Do you have any chunk of code to show me? If you want to access another webapp's mbeans (but running

tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
Hi all, which kind of JMX connector does tomcat uses, rmi? If it is rmi, which port is it used? In which class is the JMX agent started? Thanks, Michele - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,

Re: tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
? Thanks, Michele Peter Rossbach wrote: Hi, please read the docs http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html Regards Peter Am 14.09.2006 um 11:23 schrieb Michele Mazzucco: Hi all, which kind of JMX connector does tomcat uses, rmi? If it is rmi, which port

Re: tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
Michele Mazzucco: Hi Peter, thanks. But what about out of the box configuration?, the org.apache.tomcat.servlets.jmxremote.JmxRemoteServlet creates a rmi registry on port 1099 and a jmx service url at service:jmx:rmi://rmiHost/jndi/rmi://localhost:1099/jndiPath. So the question is, is rmi

Re: tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
? Thanks, Michele Peter Rossbach wrote: Hi, Am 14.09.2006 um 16:25 schrieb Michele Mazzucco: Thanks Peter. Peter Rossbach wrote: Hi, I don't know about this experiment, but it seems not finished. Please, use sun jdk command line args to start your jmx adapter. I though tomcat used

Re: high cpu load; memory use is fine.

2006-09-12 Thread Michele Mazzucco
Hi Atomi, try to take a look to the following links http://www.hyperic.com/ http://www.hyperic.com/products/sigar.html Or, if you could use JMX: http://java.sun.com/products/JavaManagement/ Regards, Michele atomi wrote: I have a single servlet application and my server jumps up to 99+% cpu

JMX monitoring question

2006-09-12 Thread Michele Mazzucco
Hi all, what kind of connections does Tomcat use for JMX monitoring? If it is RMI, where does the RMI registry run, on port 1099? Thanks, Michele - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

Re: Performance monitoring for web applications

2006-09-11 Thread Michele Mazzucco
You could also try this tool (I haven't used it): http://www.hyperic.com/products/ It uses this library http://www.hyperic.com/products/sigar.html which can be downloaded from Sourceforge. Michele Michael Echerer wrote: Shimol Shah wrote: Hi, Hi, I am trying to look for a way to

Re: How to monitor web services?

2006-09-08 Thread Michele Mazzucco
to have one. Can you say what exactly you want to monitor? regards leon On 9/7/06, Michele Mazzucco [EMAIL PROTECTED] wrote: Hi all, I'm using Axis2 embedded into Tomcat. I've got a stateful web service which needs to be monitored. I think the best way to monitor my application is via JMX

How to monitor web services?

2006-09-07 Thread Michele Mazzucco
Hi all, I'm using Axis2 embedded into Tomcat. I've got a stateful web service which needs to be monitored. I think the best way to monitor my application is via JMX, but I've found out that axis2 is only a servlet. Is this a problem?, How could I accomplish my goal? Any help would be