You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Edward Hung <eh...@cs.umd.edu> on 2002/04/02 23:27:14 UTC

xindice compile and start problem

Hi,

I'm a new user and subscriber.

I downloaded xindice source and compiled it on Solaris, but there seemed
to be something wrong and I couldn't start the program after successful
build. What should I do?

Thanks.

Edward

=====

while bin/ant:

init:
can't open /usr/local/java/j2sdk1_3_1_01/lib/tzmappings
:
:
main:

BUILD SUCCESSFUL

Total time: 19 seconds



while ./start:

Database: 'db' initializing
Script: 'GET' added to script storage
Service: 'db' started
ERROR: Could not start service 'HTTPServer'
DEBUG> APIService: org.omg.CORBA.INITIALIZE: Unable to complete init orb
singlet on is not openorb singleton.
Please use: System.setProperty("org.omg.CORBA.ORBSingletonClass",
"org.openorb.C ORBA.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 s ingleton.
Please use: System.setProperty("org.omg.CORBA.ORBSingletonClass",
"org.openorb.C ORBA.ORBSingleton");
As the first statement in your application.  minor code: 0  completed: No
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.lang.RuntimeException.<init>(Compiled Code)
        at org.omg.CORBA.SystemException.<init>(SystemException.java:49)
        at org.omg.CORBA.INITIALIZE.<init>(INITIALIZE.java:73)
        at org.omg.CORBA.INITIALIZE.<init>(INITIALIZE.java:47)
        at
org.openorb.CORBA.kernel.OpenORBLoader.init(OpenORBLoader.java:105)
        at org.openorb.CORBA.ORB.set_parameters(ORB.java:646)
        at org.omg.CORBA.ORB.init(ORB.java:353)
        at org.apache.xindice.server.services.APIService.start(Compiled
Code)
        at
org.apache.xindice.server.standard.StdServiceManager.startServices(Co
mpiled Code)
        at org.apache.xindice.server.Kernel.startServices(Unknown Source)
        at org.apache.xindice.server.Kernel.<init>(Unknown Source)
        at org.apache.xindice.server.Kernel.<init>(Unknown Source)
        at org.apache.xindice.server.Xindice.main(Unknown Source)
DEBUG> Most likely your CORBA naming service couldn't be reached.
Service: 'APIService' started
FATAL ERROR: Service manager could not be started