Chris Humphrey wrote:
> 
> Hi everyone,
> 
> I am currently upgrading to jonas 2.0.
> 
> I have gotten everything installed and am trying to deploy the examples.
> 
> I added the jonas_home directory to my classpath.
> 
> startup the rmi registry.
> 
> now if I am in the jonas_home directory the server starts up properly
> with no problems.
> 
> if I try to cd into $JONAS_HOME/examples/src/eb and run ejbserver I get
> the following error:
> java -Dinstall.root=c:\jonas_jdk1.2 -Djava.security.policy=java.policy
> org.objectweb.jonas.server.Server
> JOnAS Server, version 2.0, running on rmi.
> 
> JOnAS: Cannot start Naming Manager
> java.lang.NullPointerException
>         at
> org.objectweb.jonas.naming.NamingManager.<init>(NamingManager.java:75)
>         at org.objectweb.jonas.server.Server.main(Server.java:78)
> 
> please help.
> 
> Sincerely,
> Chris Humphrey
> 
> ----
> 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".
This is a known pb that has been fixed in the cvs tree: YOu probably
forgot to put jndi.properties in your CLASSPATH. In the next JOnAS
version,
the error message will be more explicit.

        Philippe
-- 
Philippe Durieux  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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