Hello,
> But you certainly have something different in your database / with your
> environment, because clean deployment worked ok for me. If you want you
> can (re)send me your java code and I can try running this too.
I use the following method to delete a collection from Xindice:
private bo
Lars Beuth wrote:
Hello,
BTW, subject of your email says "OutOfMemoryError", but here you say you
have got "IndexOutOfBoundsException"
I get an "OutOfMemoryError" when I try to delete a collection with my Java
application and an "IndexOutOfBoundsException" when I do the same from the
c
Hello,
> BTW, subject of your email says "OutOfMemoryError", but here you say you
> have got "IndexOutOfBoundsException"
I get an "OutOfMemoryError" when I try to delete a collection with my Java
application and an "IndexOutOfBoundsException" when I do the same from the
command line. Listing
Lars Beuth wrote:
Hi,
I ...
Better late than nver... Tried today:
... installed xindice.war (1.1b4) by copying it into the webapps-folder and
starting Tomcat (5.0.19)
Have it.
... created a collection in the command line with:
f:\>xindice ac -c xmldb:xindice://localhost:8080/db -n mdbm
D
Hi,
I ...
... installed xindice.war (1.1b4) by copying it into the webapps-folder and
starting Tomcat (5.0.19)
... created a collection in the command line with:
f:\>xindice ac -c xmldb:xindice://localhost:8080/db -n mdbm
... tried to delete the collection again with:
f:\>xindice dc -c xmldb:xind
Lars Beuth wrote:
Hi,
when I delete a collection by using the command line tool
(f:\xindice dc -c xmldb:xindice://localhost:8080/db -n wdbm), I get the
following error:
Failed to execute command 'RemoveCollection' on server:
http://localhost:8080/xindice, message: java.lang.Exception:
java.lang.Ind
Hi,
when I delete a collection by using the command line tool
(f:\xindice dc -c xmldb:xindice://localhost:8080/db -n wdbm), I get the
following error:
Failed to execute command 'RemoveCollection' on server:
http://localhost:8080/xindice, message: java.lang.Exception:
java.lang.IndexOutOfBoundsExce
Lars Beuth wrote:
Hello,
when I try to delete a collection I get the following error:
org.xmldb.api.base.XMLDBException:
Failed to execute command 'RemoveCollection' on server:
http://localhost:8080/xindice/, message: java.lang.Exception:
java.lang.OutOfMemoryError
Can you / have you tried to re
Hello,
when I try to delete a collection I get the following error:
org.xmldb.api.base.XMLDBException:
Failed to execute command 'RemoveCollection' on server:
http://localhost:8080/xindice/, message: java.lang.Exception:
java.lang.OutOfMemoryError
I use:
Xindice 1.1b4 (WAR) with Tomcat 5.0.19 an