You have to include the System.setProperty("org.omg.CORBA.ORBSingletonClass",
"org.openorb.CORBA.ORBSingleton"); in the Kernel.java source.
This should be at the top just before the initialization.Have you got the source too, make that change and build the jar, it will then work. Thanks Mohan �yvind Vestavik wrote: > I have a problem using dbxml on Unix.(version 1.0b4) > > The downloaded version could not be used at all, as the OS refused to > recognize the start command (shell script) I had to use a dos2unix command > to convert dos linefeed to unix linefeed before anything worked. Now I get > the server started, but there seems to be a problem with the ORB. I think > I am able to use the database as is, but I would still like to fix this, > as others are going to use the db after me, and the error messages given > below aren't beautiful... > > Anyone have any hints to whats wrong??? > > This is the output given by dbxml.. > > ..... > ...... > > Starting dbXML > -------------- > > dbXML 1.0b4 (Mustard) > > Database: 'db' initializing > Script: 'GET' added to script storage > Service: 'db' started > Service: 'GopherServer' started @ gopher://fenris.idi.ntnu.no:4070/ > Service: 'HTTPServer' started @ http://fenris.idi.ntnu.no:4080/ > DEBUG> APIService: org.omg.CORBA.INITIALIZE: Unable to complete init orb > singleton is not openorb singleton. > Please use: System.setProperty("org.omg.CORBA.ORBSingletonClass", > "org.openorb.CORBA.ORBSingleton");As the first statement in your > application. minor code: 0 completed: No > DEBUG> > org.omg.CORBA.INITIALIZE: Unable to complete init orb singleton is not > openorb singleton. > Please use: System.setProperty("org.omg.CORBA.ORBSingletonClass", > "org.openorb.CORBA.ORBSingleton"); > As the first statement in your application. minor code: 0 completed: No > at org.openorb.CORBA.kernel.OpenORBLoader.init(OpenORBLoader.java, > Compiled Code) > at org.openorb.CORBA.ORB.set_parameters(ORB.java, Compiled Code) > at org.omg.CORBA.ORB.init(ORB.java, Compiled Code) > at > org.dbxml.core.server.services.APIService.start(APIService.java, Compiled > Code) > at > org.dbxml.server.standard.StdServiceManager.startServices(StdServiceManager.java, > Compiled Code) > at org.dbxml.server.Kernel.startServices(Kernel.java, Compiled > Code) > at org.dbxml.server.Kernel.<init>(Kernel.java, Compiled Code) > at org.dbxml.core.server.dbXML.main(dbXML.java, Compiled Code) > DEBUG> Most likely your CORBA naming service couldn't be reached. > Service: 'APIService' started > > Server Running > DEBUG> Index Creation: test > DEBUG> Index Complete: test > DEBUG> Populated Indexes: 17ms > > Hope someone could give me some answers.. > > �yvind Vestavik > �vre M�llenberggt 44b > 7014 Trondheim > [EMAIL PROTECTED] > 41422911
