Make sure that the JDBC 2.0 jar file is in your path.  That contains the
javax.sql.* package.
 
Sean Bowman
Webb Interactive, Inc.
http://www.webb.net <http://www.webb.net> 

-----Original Message-----
From: Roland Kamsika [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 11, 2000 10:59 AM
To: 'Philippe Coq'; [EMAIL PROTECTED]
Subject: 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]
<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 <http://www-frec.bull.com>

> Download our EJBServer at http://www.bullsoft.com/ejb
<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". 
> 

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