[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jacorb-developer
Subject:    Re: [jacorb-developer] error initialising the orb
From:       Carsten Karkola <carsten.karkola () mailbox ! tu-dresden ! de>
Date:       2001-06-22 6:36:31
Message-ID: 3B33038F.3212.10231A () localhost
[Download RAW message or body]

Von:            	Georges Boutros <GBoutros@interstarinc.com>
An:             	"'jacorb-developer@lists.spline.inf.fu-berlin.de'" 
   	<jacorb-developer@lists.spline.inf.fu-berlin.de>
Betreff:        	[jacorb-developer] error initialising the orb
Datum:   	Thu, 21 Jun 2001 15:47:40 -0400

Hello,

> hi,
> i'm using tomcat with IIS and Jacorb1_3_30, i get this error when i use the
> following method:
> String args[] = null;
> java.util.Properties props = System.getProperties();
> props.put("org.omg.CORBA.ORBClass", "jacorb.orb.ORB");
I think there should be
  java.util.Properties props = System.getProperties();
  props.put("org.omg.CORBA.ORBClass",
                "org.jacorb.orb.ORB");
  props.put("org.omg.CORBA.ORBSingletonClass",
                "org.jacorb.orb.ORBSingleton");

  // Initialize the ORB.
 org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(args,
                                                                                 props);

I hope, it helps.

Regards, carsten

> System.setProperties(props);
> orb = org.omg.CORBA.ORB.init(args, props);
> 
> could anyone give me any advice??
> thanks, Georges
> The following error occured while processing the request:
> org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation
> org.jacorb.orb.ORB minor code: 0 completed: No 
> 
> _______________________________________________
> jacorb-developer maillist  -  jacorb-developer@lists.spline.inf.fu-berlin.de
> http://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
> 


==================================================
==
==    Dipl.-Ing. Carsten Karkola
==
==    TU Dresden - Fak.Bauingenieurwesen - FRZ
==
==      Tel.:  +49 351 463 3659
==       Fax:  +49 351 463 7766
==    e-mail:  carsten.karkola@mailbox.tu-dresden.de
==
==================================================

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic