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

NioEndpoint.getPoller0 throws NPE

2008-02-03 Thread Michele Mazzucco
Hello everybody, I'm running tomcat 6.0.14 on Linux. It worked fine for a couple of days then, after a reboot, the NIO connector failed throwing the following exception 03-Feb-2008 14:37:05 org.apache.tomcat.util.net.NioEndpoint setSocketOptions SEVERE: java.lang.NullPointerException at o

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 element related to axis2 (which is a servlet)? First you said axis2 is a webapp, now

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 fold

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, Mi

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

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

2007-12-12 Thread Michele Mazzucco
clue? 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 lik

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
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 s

[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 Decem

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: /home/nmm42/devel/tomcat/apache-to

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 s

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: java.rmi.AccessException

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 unsubscribe,

Re: tomcat jmx agent question

2006-09-15 Thread Michele Mazzucco
ewski 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 acc

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: >> rig

Re: tomcat jmx agent question

2006-09-15 Thread Michele Mazzucco
se, > read the details at jmx api javadocs (javax.management.remote). > > Peter > > > Am 14.09.2006 um 18:23 schrieb Michele Mazzucco: > >> I'm sorry Peter, but you didn't reply to my questions ;): with the out >> of the box configuration, wh

Re: tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
tion? If yes, which port is it used? 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 experi

Re: tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
; Peter > > Michele > Am 14.09.2006 um 12:41 schrieb 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 1

Re: tomcat jmx agent question

2006-09-14 Thread Michele Mazzucco
efault jmx protocol? 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, >> >>

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, e-m

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: [E

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 >

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 pr

Re: How to monitor web services?

2006-09-08 Thread Michele Mazzucco
Friday, September 08, 2006 4:05 AM > Subject: Re: How to monitor web services? > > >> I thought to wait for better answers than mine, but noone seems to have one. >> Can you say what exactly you want to monitor? >> >> regards >> leon >> >> On 9

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 >> wh

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 appreciated