[re-sending this message due to a Majordomo error]
From: Joerg Diederich <[EMAIL PROTECTED]>
Date: 21 Nov 1999 18:59:07 +0100
Hello,
sorry, I know this question was asked several times in
this mailing list, but after reading all the answers, the
FAQ, and the JONAS and RMI documentation, I'm even more
confused than at the beginning.
After several unsuccessful attempts to start the EJBServer (JONAS1.5)
on my Linux box with JDK1.1.7, always getting the error message
"Cannot rebind TM", I eventually found a guide in this mailing
list, how to install JONAS. This guide suggested (in contrary to the
FAQ and installation documentation) to set the CLASSPATH for
rmiregistry and EJBServer to contain all classes (JONAS as well as all
other packages). With these settings I succeeded in starting the
EJBServer on my machine as well as local client programs. Now, I tried to
move my client application to a different machine. But when I start
the client I always get a ClassNotFoundException, telling that the
stub files are missing. FYI I've copied the client, generated stub,
and interface classes to the remote machine and adjusted the CLASSPATH
to contain them.
Any hints and suggestions how to solve this problem are really
appreciated.
Regards,
Joerg Diederich