On 5 Dec 2007, at 18:47, robert lazarski wrote:

Just a wild guess - are you sure tomcat can file glob $HOME ?

I've changed the full path with $HOME, the log states the full path.

Googling
turned up several hits on this - seems to be tomcat related and not
axis2. If its a linux box do an updatedb and a 'locate SESSIONS.ser' .
It might has something to do with your CATALINA_HOME var.

OK, I'll give it a try.


Thanks,
Michele

HTH,
Robert

On Dec 5, 2007 1:37 PM, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
Hi all,

I'm running axis2 1.3 inside tomcat 6.0.13 (NIO connector) and I get
this exception:

05-Dec-2007 18:26:39 org.apache.catalina.session.StandardManager stop
SEVERE: Exception unloading sessions to persistent storage
java.io.FileNotFoundException:
$HOME/apache-tomcat-6.0.13/work/Catalina/localhost/axis2/SESSIONS.ser
(No such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
        at
org.apache.catalina.session.StandardManager.doUnload (StandardManager.java:489)
        at
org.apache.catalina.session.StandardManager.unload (StandardManager.java:463)
        at
org.apache.catalina.session.StandardManager.stop (StandardManager.java:667)
        at
org.apache.catalina.core.StandardContext.stop(StandardContext.java: 4496)
        at
org.apache.catalina.core.ContainerBase.removeChild (ContainerBase.java:924)
        at
org.apache.catalina.startup.HostConfig.undeployApps (HostConfig.java:1180)
        at
org.apache.catalina.startup.HostConfig.stop(HostConfig.java:1151)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent (HostConfig.java:313)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (LifecycleSupport.java:117)
        at
org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1086)
        at
org.apache.catalina.core.ContainerBase.stop(ContainerBase.java:1098)
        at
org.apache.catalina.core.StandardEngine.stop(StandardEngine.java:448)
        at
org.apache.catalina.core.StandardService.stop(StandardService.java: 584)
        at
org.apache.catalina.core.StandardServer.stop(StandardServer.java:744)
at org.apache.catalina.startup.Catalina.stop(Catalina.java: 616) at org.apache.catalina.startup.Catalina.start (Catalina.java:591) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)




I'm testing only one service -- and it's deployed in request scope.

Any idea?
Michele



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to