Majirus FANSI wrote:
Hi all, I tried to add Document address1.xml under collection /db/addressBook/mycollection using the example of developpers guide 0.7.1,
Can you give an URL to the document you are referring to?
by way of xmldb api; compilation works fine but during execution I obtained the following errors messages:
XML:DB Exception occured:
org.apache.xmlrpc.XmlRpcException:
java.lang.Exception:
org.apache.xindice.core.DBException: [PoolThread-4]
'/db/addressBook/mycollection' putDocument:
docKey=<0ff...>: Error Compressing Document '0ff...'.
I'd tried today (after building xindice from cvs):
bin\xindice ac -c /db -n addressBook
bin\xindice ac -c /db/addressBook -n mycollection
bin\xindice ad -c /db/addressBook/mycollection -n address1 -f java\examples\guide\xml\address1.xml
All commands were executed successfully.
Vadim