Title: Configuration Problems

The problem was solved by running the config file to set up the environment before running RmiRegistry.
I then had a problem with permissions to rebind from localhost to the IP of the Server:

This was fixed by manually setting the jndi.properties from LocalHost to the IP of the Server.
e.g.
java.naming.factory.initial     com.sun.jndi.rmi.registry.RegistryContextFactory
java.naming.provider.url        rmi://193.175.0.3:1099

The problem I have now is:

JOnAS Server, version 2.0, running on rmi.
Exception in thread "main" java.lang.NoClassDefFoundError: javax/sql/PooledConnection
        at org.objectweb.jonas.jtm.TransactionService.<init>(TransactionService.java:88)
        at org.objectweb.jonas.server.Server.main(Server.java:89)

Any tips on what the problem is here would be appreciated.

regards

Roland Kamsika


> -----Original Message-----
> From: Philippe Coq [mailto:[EMAIL PROTECTED]]
> Sent: 11 May 2000 16:38
> To: Roland Kamsika
> Cc: [EMAIL PROTECTED]; R�diger'; [EMAIL PROTECTED]
> Subject: Re:
>
>
> > Roland Kamsika wrote:
> >
> > Did you solve this one? I'm getting exactly the same error on an NT
> > 4.0 deployment. It seems like I'm following your footsteps
> exactly...
> > ;-)
> >
> > regards
> >
> > Roland Kamsika
>
> Hi,
> It seems that rmiregistry has no the correct CLASSPATH.
> Have you run rmiregistry command?
> You must use the "registry" command that set up correctly the
> CLASSPATH.
> best 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