ALEXANDER SCHMIDT wrote:
> 
> Hi everybody,
> I am trying to set up JONAS on Win98-Machine evertything is fine til it tries 
>connect the RMIregistry through the JNDI.
> (The RMIRegistry is running!)
> 
> In the TMServer class (line 97) the following command fails
>         initialContext.rebind("TMFactory", tm);
> It throws the following Exception:
> 
> Cannot rebind UserTransaction:
> javax.naming.CommunicationException [Root exception is java.rmi.ServerException: 
>RemoteException occurred in server thread; nested exception is:
>         java.rmi.UnmarshalException: error unmarshalling arguments; nested exception 
>is:
>         java.lang.ClassNotFoundException: rmitest.TransactionFactoryImpl_Stub]
> 
> Does anybody no, what's wrong??
> 
> Thanks and best regards from Germany,
> 
> Alexa Schmidt
> 
The CLASSPATH was not correct in the environment where you have launched
rmiregistry. 
Use $JONAS_ROOT/bin/registry to run rmiregistry.
Regards,
-- 
        Philippe

Philippe Coq  Groupe Bulll/BullSoft/OpenMaster  Phone: (33) 04 76 29 78
49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]  http://www-frec.bull.com
Download our EJBServer at http://www.bullsoft.com/ejb
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to