Eujene,

Your stack trace clearly indicates that Visibroker (a CORBA platform 
from Borland/Inprise) is somehow being referenced when you use Jonas. 

This shouldn't be happening, and is probably due to a conflict in the 
setting of your CLASSPATH environment variable. I would suggest that 
you check the setting of this variable; indeed, try unsetting 
completely this environment variable (I'm assuming that you are using 
Java 2) and then run EJBServer.

Note also that there is a small error (but this is not causing the 
problem) in your jndi.properties file: for the java.naming.provider.url
property, you have an extra / after the host IP address.

Kathleen

******************************************************************
Kathleen Milsted
France Telecom R&D
Distributed Systems Architecture department (DTL/ASR)
28 chemin du Vieux Chene
BP 98, 38243 Meylan Cedex
FRANCE
E-mail: [EMAIL PROTECTED]
Tel: +33 4 76 76 45 94
Fax: +33 4 76 76 45 57
******************************************************************




Eujene Chung wrote:
> 
> Hi everybody?
> Copy your jndi.properties file and jonas.properties files in the
> directory you call the server. JOnAS looks to
> the . directory when it starts up.
> I had install jonas2 (NT), but I'm having trouble with running
> EJBserver.
> I want to use rmi only, but running on Jeremie.
> Here error:
> ###################### ERROR###################
> bash-2.02$ EJBServer
> JOnAS Server, version 2.0, running on Jeremie.
> Exception in thread "main" java.lang.ExceptionInInitializerError:
> org.omg.CORBA.
> INITIALIZE: can't instantiate default ORB implementation
> com.visigenic.vbroker.o
> rb.ORB  minor code: 0  completed: No
>         at org.omg.CORBA.ORB.create_impl(ORB.java:305)
>         at org.omg.CORBA.ORB.<clinit>(ORB.java:202)
>         at
> com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:141)
>         at com.sun.enterprise.util.ORBManager.init(ORBManager.java:63)
>         at
> com.sun.enterprise.naming.EJBInitialContextFactory.<init>(EJBInitialC
> ontextFactory.java:34)
>         at java.lang.Class.newInstance0(Native Method)
>         at java.lang.Class.newInstance(Compiled Code)
>         at
> javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
> 60)
>         at
> javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:250
> )
>         at javax.naming.InitialContext.init(InitialContext.java:226)
>         at javax.naming.InitialContext.<init>(InitialContext.java:182)
>         at
> org.objectweb.jonas.naming.NamingManager.<init>(NamingManager.java:71
> )
>         at org.objectweb.jonas.server.Server.main(Server.java:78)
> 
> ###################### MY jnid.properity file###################
> # If you use Jeremie only
> #java.naming.factory.initial 
>org.objectweb.jeremie.libs.services.registry.jndi.JRMIInitialContextFactory
> #java.naming.provider.url jrmi://<hostname>:1099
> # if you use rmi only
> java.naming.factory.initial com.sun.jndi.rmi.registry.RegistryContextFactory
> java.naming.provider.url rmi://150.10.192.210/:1099
> # In both cases
> java.naming.factory.url.pkgs org.objectweb.jonas.naming
> What's problems?
> Help me, please.
> I add files(jonas.properites, config.env).
> 
> 
>                        Name: jonas.properties
>    jonas.properties    Type: Plain Text (text/plain)
>                    Encoding: quoted-printable
> 
>                  Name: config.env
>    config.env    Type: Plain Text (text/plain)
>              Encoding: quoted-printable
----
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