I will be so happy if someone can help me!
--
Stephan Koch
Axentris Informationssysteme GmbH
Hohenzollerndamm 152
D-14199 Berlin
Germany
Fon: ++49/+30/82099 424
Fax.: ++49/+30/82099 433
Web: http://www.axentris.de
By default, JDK1.2.2 includes Sun's OMG classes - these need to be
overridden by providing an orb.properties file as described in the Install
Guide:
Create a file called orb.properties in the <JAVA_HOME>/jre/lib
directory. Place the following two lines into the file:
org.omg.CORBA.ORBClass=com.iona.corba.art.artimpl.ORBImpl
org.omg.CORBA.ORBSingletonClass=com.iona.corba.art.artimpl.ORBSingleton
Alternatively, you can set the properties on the command line:
java -Dorg.omg.CORBA.ORBClass=com.iona.corba.art.artimpl.ORBImpl
-Dorg.omg.CORBA.ORBSingletonClass=com.iona.corba.art.artimpl.ORBSingleton
...
hope this helps,
Maurice McCourt
Stephan Koch <stk...@axentris.de> wrote in message
news:3960C187...@axentris.de...
Maurice McCourt wrote:
--
Robert O'Brien m: robert...@iona.com
Orbix 2000 Java Edition Product Team P: +353-1-662 5255
http://www.iona.com/ F: +353-1-662 5244
Please visit our Knowledge base http://www.iona.com/support/kb/
By default, JDK1.2.2 includes Sun's OMG classes - these need to be
overridden by providing an orb.properties file as described in the Install
Guide:
Create a file called orb.properties in the <JAVA_HOME>/jre/lib
directory. Place the following two lines into the file:
org.omg.CORBA.ORBClass=com.iona.corba.art.artimpl.ORBImpl
org.omg.CORBA.ORBSingletonClass=com.iona.corba.art.artimpl.ORBSingleton
Alternatively, you can set the properties on the command line:
java -Dorg.omg.CORBA.ORBClass=com.iona.corba.art.artimpl.ORBImpl
-Dorg.omg.CORBA.ORBSingletonClass=com.iona.corba.art.artimpl.ORBSingleton
.
hope this helps,
Maurice McCourt wrote:
> hi Stephan,
> have you added orb.properties to your jre?
>
> By default, JDK1.2.2 includes Sun's OMG classes - these need to be
> overridden by providing an orb.properties file as described in the Install
> Guide:
> Create a file called orb.properties in the <JAVA_HOME>/jre/lib
> directory. Place the following two lines into the file:
> org.omg.CORBA.ORBClass=com.iona.corba.art.artimpl.ORBImpl
> org.omg.CORBA.ORBSingletonClass=com.iona.corba.art.artimpl.ORBSingleton
>
> Alternatively, you can set the properties on the command line:
> java -Dorg.omg.CORBA.ORBClass=com.iona.corba.art.artimpl.ORBImpl
> -Dorg.omg.CORBA.ORBSingletonClass=com.iona.corba.art.artimpl.ORBSingleton
> ...
>
> hope this helps,
> Maurice McCourt
>
> Stephan Koch <stk...@axentris.de> wrote in message
> news:3960C187...@axentris.de...
> > Has anybody tested Beta2 of Orbix 2000 for Java?
> > I hava already installed and configured it but I can't start the demo
> > programs.
> > First I start the services (locator, naming, ...) and then I try to
> > start the compiled class of a demo. Everything I will get is an error
> > message (COMM_FAILURE). Did I forgot something to start?
> >
> > I will be so happy if someone can help me!
> >
> >
> > --
> > Stephan Koch
> > Axentris Informationssysteme GmbH
> > Hohenzollerndamm 152
> > D-14199 Berlin
> > Germany
> >
> > Fon: ++49/+30/82099 424
> > Fax.: ++49/+30/82099 433
> > Web: http://www.axentris.de
> >
> >
--
(Exception in thread "main" org.omg.CORBA.INITIALIZE: minor code:
1230242078 completed: No)
I thing the reason for that is that the ORB isn't present at this time.
I didn't get any tray icons when I launch the start file. If I try to
start "itadmin" I'll get the following error message:
Wed Jul 05 10:23:08 2000 [RABE:622] (IT_CORE:5) F - Error in domain file
file://C:\Program Files\IONA/etc/domains/default-domain.cfg - Failed to
open
file: C:\Program Files\IONA/etc/domains/default-domain.cfg
ORB_init() failed: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540100
(ERROR_IN_DOMAIN), completion status = NO
My default domanin file contains only:
include "c:\Programme\Iona\etc\domains\o2.cfg";
The o2.cfg file is the original generated file, I haven't edited it.
hope you can help me a second time!
If I try to start itconfig_rep I'll get the following error message:
C:\Programme\IONA\orbix_art\1.0\bin>itconfig_rep
Wed Jul 05 16:24:26 2000 [RABE:168] (config_rep:3) F - could not load
config_rep: missing shlib_name config variable
could not load config_rep: missing shlib_name config variable
ERROR: Unable to load service: config_rep
I can't believe that this will be true, I fixed one problem to get the
next!
please help
(Exception in thread "main" org.omg.CORBA.INITIALIZE: minor code:
1230242078 completed: No)
I thing the reason for that is that the ORB isn't present at this time.
I didn't get any tray icons when I launch the start file. If I try to
start "itadmin" I'll get the following error message:
Wed Jul 05 10:23:08 2000 [RABE:622] (IT_CORE:5) F - Error in domain file
file://C:\Program Files\IONA/etc/domains/default-domain.cfg - Failed to
open
file: C:\Program Files\IONA/etc/domains/default-domain.cfg
ORB_init() failed: IDL:omg.org/CORBA/INITIALIZE:1.0: minor = 0x49540100
(ERROR_IN_DOMAIN), completion status = NO
My default domanin file contains only:
include "c:\Programme\Iona\etc\domains\o2.cfg";
The o2.cfg file is the original generated file, I haven't edited it.
hope you can help me a second time!
--
If I try to start itconfig_rep I'll get the following error message:
C:\Programme\IONA\orbix_art\1.0\bin>itconfig_rep
Wed Jul 05 16:24:26 2000 [RABE:168] (config_rep:3) F - could not load
config_rep: missing shlib_name config variable
could not load config_rep: missing shlib_name config variable
ERROR: Unable to load service: config_rep
I can't believe that this will be true, I fixed one problem to get the
next!
please help
--