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

2008-01-16 Thread aschoedl
Caldarale, Charles R wrote: > >> From: Michele Mazzucco [mailto:[EMAIL PROTECTED] > >> The folder is created at tomcat startup but when I stop tomcat >> it still complains because it doesn't find the file SESSIONS.ser >> (i.e. the same error occurs). > > Looks a lot like an Axis problem

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

2007-12-13 Thread Caldarale, Charles R
> From: Michele Mazzucco [mailto:[EMAIL PROTECTED] > Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) > during tomcat shutdown > > The folder is created at tomcat startup but when I stop tomcat > it still complains because it doesn't find the file SESSIONS

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 Caldarale, Charles R
> 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 you say it's a servle

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 Caldarale, Charles R
> 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 in my home. D

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 Mazz

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 Caldarale, Charles R
> 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) - no web servic

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

2007-12-12 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) > during tomcat shutdown > > The serialised session files are kept in the temp folder No, they're kept in Tomcat's work directory, which is normally (and def

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

2007-12-12 Thread Martin Gainty
/local/michele bootstrap.jar Martin- - Original Message - From: "Michele Mazzucco" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, December 12, 2007 10:31 AM Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) during tomcat shutdown > For some

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 Caldarale, Charles R
> 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 might have a somewhat malevola

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 Caldarale, Charles R
> From: Michele Mazzucco [mailto:[EMAIL PROTECTED] > Subject: Re: [Axis2] FileNotFoundException (SESSIONS.ser) > during tomcat shutdown > > but the problem seems to be that the axis2 directory does > not exist under $CATALINA_HOME/work/Catalina/localhost. Tomcat normally c

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 Caldarale, Charles R
> 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.) > Some more details. I don't know whether this is a Tomcat or Axis2