I got this exception in two cases (jboss 2.4.3):

1. the bean has thrown a java.rmi.RemoteException before
=> jboss discarded the bean

2. the automatical remove of the SessionBean by jobss has taken place,
default configuration is 30 min.

Annegret



-----Ursprüngliche Nachricht-----
Von: Nicolai P Guba [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 21. November 2001 10:22
An: JBoss User
Betreff: [JBoss-user] Stateful Session Bean Problem


What are the reasons for a stateful session bean NOT to serialize itself
onto the filesystem?  I am getting this pretty odd exception from our
only stateful session bean and am a bit stupefied.  Hmmmm....

Log is below 

     [java] java.rmi.ServerException: RemoteException occurred in server
thread; nested exception is: 
     [java]     javax.transaction.TransactionRolledbackException: Could not
activate; nested exception is: 
     [java]     java.io.FileNotFoundException:
/usr/local/JBoss/2.4.3/jboss/db/sessions/QueryHandler/1006278857470.ser
(No such file or directory); nested exception is: 
     [java]     java.rmi.NoSuchObjectException: Could not activate; nested
exception is: 
     [java]     java.io.FileNotFoundException:
/usr/local/JBoss/2.4.3/jboss/db/sessions/QueryHandler/1006278857470.ser
(No such file or directory)
     [java] javax.transaction.TransactionRolledbackException: Could not
activate; nested exception is: 

-- 
  Nicolai P Guba    http://www.gnu.org         http://www.frontwire.com
                    mailto:[EMAIL PROTECTED]     mailto:[EMAIL PROTECTED]
                    GSM: +44 (0)7909 960 751   DDI: +44 (0)20 7368 9708

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to