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 Yiupun Kwong <yi...@stanfordalumni.org> on 2002/12/22 02:43:58 UTC

startup problem

I'm having trouble starting up the xindice server

I'm not sure why the code seem to be looking for CORBA Naming Service.
(The naming tag is commented out in system.xml)

Any help/suggestions is much appreciated.

FYI, I'm running jdk 1.4.1 on Mandrake Linux.

[xml-xindice-1.0]$ java -version
java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

Mike K.

Xindice 1.0 (Birthday)

Database: 'db' initializing
Script: 'GET' added to script storage
Service: 'db' started
Service: 'HTTPServer' started @ http://localhost:4080/
DEBUG> APIService: java.lang.NullPointerException
DEBUG> 
java.lang.NullPointerException
        at java.net.InetAddress.cacheAddress(InetAddress.java:648)
        at java.net.InetAddress.cacheAddress(InetAddress.java:633)
        at
java.net.InetAddress.getAddressFromNameService(InetAddress.java:1016)
        at java.net.InetAddress.getLocalHost(InetAddress.java:1125)
        at
org.openorb.iiop.IIOPTransportServerInitializer.<init>(IIOPTransportServerInitializer.java:86)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
        at
org.openorb.CORBA.kernel.OpenORBLoader.constructClass(OpenORBLoader.java:374)
        at
org.openorb.iiop.IIOPProtocolInitializer.init(IIOPProtocolInitializer.java:185)
        at org.openorb.PI.OpenORBInitInfo.post_init(OpenORBInitInfo.java:166)
        at
org.openorb.CORBA.kernel.OpenORBLoader.init(OpenORBLoader.java:152)
        at org.openorb.CORBA.ORB.set_parameters(ORB.java:646)
        at org.omg.CORBA.ORB.init(ORB.java:337)
        at
org.apache.xindice.server.services.APIService.start(APIService.java:187)
        at
org.apache.xindice.server.standard.StdServiceManager.startServices(StdServiceManager.java:131)
        at org.apache.xindice.server.Kernel.startServices(Kernel.java:464)
        at org.apache.xindice.server.Kernel.<init>(Kernel.java:158)
        at org.apache.xindice.server.Kernel.<init>(Kernel.java:117)
        at org.apache.xindice.server.Xindice.main(Xindice.java:99)
DEBUG> Most likely your CORBA naming service couldn't be reached.
Service: 'APIService' started

Server Running


____________________________________________________________________