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 redpineseed <re...@telus.net> on 2002/05/23 19:44:29 UTC

shiutdown errors

I got the following error when i shutdwon xindice with xindiceadmin, please help


--------------------------  errors ------------------------------
org.omg.CORBA.COMM_FAILURE:   minor code: 1 completed: Maybe at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(Unknown Source)
        at com.sun.corba.se.internal.iiop.ReaderThread.run(Unknown Source)
ERROR : org.omg.CORBA.COMM_FAILURE:   minor code: 1398079490  completed: No Veri
fy the Xindice server is running
org.omg.CORBA.COMM_FAILURE: ERROR : org.omg.CORBA.COMM_FAILURE:   minor code: 13
98079490  completed: No Verify the Xindice server is running  minor code: 0  com
pleted: No
        at org.apache.xindice.tools.XMLTools.process(XMLTools.java:267)
        at org.apache.xindice.tools.XMLAdminTools.main(XMLAdminTools.java:89)


Off topic URL

Posted by Øyvind Vestavik <Oy...@idi.ntnu.no>.

I'm making a servlet that serve material/documents from Xindice based on
some policy (Cant just dump everything to the database port..)

I'm having a link like this

http://localhost:8080/reap/get_document_init?collectionId=3&itemId=4

BUT. If i change the last parameter to for instance 36 my localhost goes
into timeout. I just collect the parameter into session varialbles as of
yet, I don't do anything with them yet.

Anyone could give me a tip on why this happens??

Øyvind