I am not sure, I guess, this could be something related to the
PersistentManager
I am using for my session management, which I had downloaded from the TomCat
site
for version 4.1.12 ?

The server.xml file sets the PersistentManger section as :

          <Manager className="org.apache.catalina.session.PersistentManager"
              debug="0"
              saveOnRestart="true"
              maxActiveSessions="-1"
              minIdleSwap="-1"
              maxIdleSwap="-1"
              maxIdleBackup="-1">
                <Store className="org.apache.catalina.session.FileStore"/>
          </Manager>



Nizar Bhamani 
Senior Software Engineer
YouDecide.com Inc, a subsidiary of Ace INA Holdings Corp
[EMAIL PROTECTED]
(770) 291 7180
http://www.youdecide.com


-----Original Message-----
From: Paananen, Tero [mailto:Tero.Paananen@;divine.com]
Sent: Wednesday, October 23, 2002 3:05 PM
To: Struts Users Mailing List
Subject: RE: Tomcat startup error


> java.lang.NullPointerException
>         at
> org.apache.catalina.session.StoreBase.processExpires(StoreBase
> .java:305)

What's on line 305 of this java source file?

                                -TPP

--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
____________________________________________________________
CONFIDENTIALITY
This e-mail and any attachments are confidential and also may be privileged.
If you are not the named recipient, or have otherwise received this 
communication in error, please delete it from your inbox, notify the sender
immediately, and do not disclose its contents to any other person, 
use them for any purpose, or store or copy them in any medium. 
Thank you for your cooperation. 
____________________________________________________________


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to