I have managed to get my server and registry running.
the client does not run and gives me an error:


 java -Djava.naming.provider.url="rmi://uwt.hrb.com:1099"
-Djava.naming.factory.initial="com.sun.jndi.rmi.registry.RegistryContextFactory"
sb.ClientOp

Cannot lookup UserTransaction: javax.naming.NameNotFoundException:
javax.transaction.UserTransaction

I looked in the faq and found a 'solution':

This exception raised because java.naming.factory.initial property was
not set.
      To run the client, try the following:

      . $JONAS_ROOT/bin/config.env    # set CLASSPATH
      java -Djava.naming.provider.url="rmi://hostname:1099" \

-Djava.naming.factory.initial="com.sun.jndi.rmi.registry.RegistryContextFactory"
\
      sb.ClientOp

This is exactly what i did to get the error in the first place!!!!
any ideas?
thanks
jt


----
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