Hi
I'm working with cocoon 2.0.4 xindice 1.0 and jdk 1.4.1_01 and I want to
make an xupdate with the XMLDBTransformer
On windows 2k, mac 10.2 and linux it works fine but not if xindice is
located under Solaris 8. (cocoon on solaris and xindice on windows is ok)
There is always the error Failed to update resource test.xml: 1
And the sitemap log:
DEBUG (2003-03-18) 14:33.58:198 [sitemap.transformer.xmldb]
(/cocoon/doit/update-xmldb) Thread-8/XMLDBTransformer: Failed to update
resource test.xml: 1
org.xmldb.api.base.XMLDBException: Unexcepected User Exception
at
org.apache.xindice.core.FaultCodes.createXMLDBException(FaultCodes.java:247)
at
org.apache.xindice.client.xmldb.services.XUpdateQueryServiceImpl.updateResou
rceResult(XUpdateQueryServiceImpl.java:198)
at
org.apache.xindice.client.xmldb.services.XUpdateQueryServiceImpl.updateResou
rce(XUpdateQueryServiceImpl.java:213)
at
org.apache.cocoon.transformation.XMLDBTransformer.endElement(XMLDBTransforme
r.java:434)
at
org.apache.xalan.transformer.ResultTreeHandler.endElement(ResultTreeHandler.
java:307)
at
org.apache.xalan.templates.ElemLiteralResult.execute(ElemLiteralResult.java:
684)
[...]
The exception is thrown in the class
org.apache.xindice.client.corba.db._CollectionStub.queryDocument(_Collection
Stub.java:880)
org.omg.CORBA.UNKNOWN: vmcid: 0x0 minor code: 0 completed: Maybe
2070: Unexcepected User Exception
Does anyone know how to fix it?
Thanks
Patrick