I ran into this once.   My problem was that I had the wrong version of java
in
the path.

Try:
    java -version

I think xindice needs at least 1.3 to run.   I had 1.2 and it wouldn't run.
Acutally, I had 1.2 and 1.3 installed and thought I was running 1.3 and
it turned out that I was running 1.2...   Also, check out the JAVA_HOME
environment variable.

Mark

�yvind Vestavik wrote:

> I have a orb initializing error on startup.
> The error is given below
>
> Is there any way to fix this without modifying the source code??
> I don't really need corba at all, but if I can get it working, than thats
> fine too..
>
> Is there a way to remove other services like gopher from port 40 and so
> on??
>
> Thanks in advance
>
> Error message:
>
> ...
> ...
>
> 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:40
> Service: 'HTTPServer' started @ http://fenris.idi.ntnu.no:4080/
> DEBUG> APIService: org.omg.CORBA.INITIALIZE: Unable to complete
> on is not openorb singleton.
> Please use: System.setProperty("org.omg.CORBA.ORBSingletonClass"
> ORBA.ORBSingleton");
> As the first statement in your application.  minor code: 0  comp
> DEBUG>
> org.omg.CORBA.INITIALIZE: Unable to complete init orb singleton
> ingleton.
> Please use: System.setProperty("org.omg.CORBA.ORBSingletonClass"
> ORBA.ORBSingleton");
> As the first statement in your application.  minor code: 0  comp
>         at org.openorb.CORBA.kernel.OpenORBLoader.init(OpenORBLo
> led Code)
>         at org.openorb.CORBA.ORB.set_parameters(ORB.java, Compil
>         at org.omg.CORBA.ORB.init(ORB.java, Compiled Code)
>         at org.dbxml.core.server.services.APIService.start(APISe
> iled Code)
>         at org.dbxml.server.standard.StdServiceManager.startServ
> anager.java, Compiled Code)
>         at org.dbxml.server.Kernel.startServices(Kernel.java, Co
>         at org.dbxml.server.Kernel.<init>(Kernel.java, Compiled
>         at org.dbxml.core.server.dbXML.main(dbXML.java, Compiled
> DEBUG> Most likely your CORBA naming service couldn't be reached
> Service: 'APIService' started
>
> Server Running
>
> �yvind Vestavik
> �vre M�llenberggt 44b
> 7014 Trondheim
> [EMAIL PROTECTED]
> 41422911

Reply via email to