Is it only me getting this weird exception consistently when trying to add a collection? This is W2K, tried with both JDK 1.3.1 and 1.4, Tomcat 4.0.x or 4.1.x: I'm having an hard time to track it down (boy, debugging Xindice with XML-RPC is a true PITA) and I'm currently stuck. Funny enough: the collection is actually created!

Ciao,

--
Gianugo

org.apache.xmlrpc.XmlRpcException: java.lang.Exception: java.lang.StackOverflowE
rror
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java)
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.runRemoteComman
d(CollectionImpl.java:168)
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.createCollectio
n(CollectionImpl.java:596)
at org.apache.xindice.client.xmldb.services.CollectionManagementServiceI
mpl.createCollection(CollectionManagementServiceImpl.java:201)
at org.apache.xindice.tools.command.AddCollection.execute(AddCollection.
java:152)
at org.apache.xindice.tools.XMLTools.execute(XMLTools.java:335)
at org.apache.xindice.tools.XMLTools.process(XMLTools.java:214)
at org.apache.xindice.tools.XMLTools.main(XMLTools.java:121)
ERROR : Cannot create child collection
org.xmldb.api.base.XMLDBException: Cannot create child collection
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.createCollectio
n(CollectionImpl.java:602)
at org.apache.xindice.client.xmldb.services.CollectionManagementServiceI
mpl.createCollection(CollectionManagementServiceImpl.java:201)
at org.apache.xindice.tools.command.AddCollection.execute(AddCollection.
java:152)
at org.apache.xindice.tools.XMLTools.execute(XMLTools.java:335)
at org.apache.xindice.tools.XMLTools.process(XMLTools.java:214)
at org.apache.xindice.tools.XMLTools.main(XMLTools.java:121)
Caused by: org.apache.xmlrpc.XmlRpcException: java.lang.Exception: java.lang.Sta
ckOverflowError
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java)
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.runRemoteComman
d(CollectionImpl.java:168)
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.createCollectio
n(CollectionImpl.java:596)
... 5 more
[EMAIL PROTECTED]: java.lang.Exception: java.lang.Stack
OverflowError
at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java)
at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java)
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.runRemoteComman
d(CollectionImpl.java:168)
at org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.createCollectio
n(CollectionImpl.java:596)
at org.apache.xindice.client.xmldb.services.CollectionManagementServiceI
mpl.createCollection(CollectionManagementServiceImpl.java:201)
at org.apache.xindice.tools.command.AddCollection.execute(AddCollection.
java:152)
at org.apache.xindice.tools.XMLTools.execute(XMLTools.java:335)
at org.apache.xindice.tools.XMLTools.process(XMLTools.java:214)
at org.apache.xindice.tools.XMLTools.main(XMLTools.java:121)




Reply via email to