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 Juozas Baliuka <ba...@centras.lt> on 2002/05/23 19:40:16 UTC

[XINDICE] Query Processing Error

Next two problems :
1) Then I try to append root node XUpdate service throws :
   org.xmldb.api.base.XMLDBException: Query Processing Error
I use something like this :
     <xu:append select="/" \>
...............................................

It works if I use:
    <xu:append select="/document" \>
...............................................
 Is "/" is not walid XPath query ?
2) Then I try to add empty document it says "Collection Document Malformed"
Is "<?xml version=\"1.0\"?>"   not valid document ?
 



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


shiutdown errors

Posted by redpineseed <re...@telus.net>.
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)