I've seen several mailing that ask about a problem I'm having, but I have 
yet to see a solution. I'm sure it's something simple. I'm not to interested 
in deals.

I get this problem with 3.0 alpha and 2.4.1. I user tomcat 4.0.1 as the 
servlet engine conecting to JBoss on the same box.

The output shows a couple of successful calls made to JBoss, followed by an 
RMI exception.

-- Execution time: 6 ms.
-- Calling setPassword(dave)
-- Succeeded: setPassword(dave)
-- Execution time: 6 ms.
authenticate()
-- Failed: authenticate()
java.rmi.ServerException: RemoteException occurred in server thread; nested 
exception is:
        java.rmi.ServerException: null
Embedded Exception
null; nested exception is:
        javax.ejb.EJBException: null
Embedded Exception
null
java.rmi.ServerException: null
Embedded Exception
null; nested exception is:
        javax.ejb.EJBException: null
Embedded Exception
null
javax.ejb.EJBException: null
Embedded Exception
null
        at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:248)
... lots of sun stuff

The next stack trace shows the subsequent call after the previous exception

-- Return value from authenticate(): false.
-- Calling getUsername()
-- Failed: getUsername()
java.rmi.NoSuchObjectException: Could not activate; nested exception is:
        java.io.FileNotFoundException: 
/home/dhoag/jbproject/jboss-all/build/output/jboss-3.0.0alpha/db/sessions/LoginSession/1006210296495.ser
 
(No such file or directory)
        at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:248)

I'm guessing this second exception is somehow related to the fist.
I've tried this on WinNT and RedHat 7.2, both using 1.3 jdks. JBoss and 
Tomcat are both run with the same version of the vm.

Anyone have any ideas?

I would post information from the JBoss logs, but there is no information 
about this exception in those logs. The only evidence that JBoss was even 
called were Trace entries (I enabled in the jboss configuration) showing 
that the methods were invoked.



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Reply via email to