Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-05-04 Thread Lars Beuth
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-30 Thread Vadim Gritsenko
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-30 Thread Lars Beuth
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-30 Thread Vadim Gritsenko
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-16 Thread Lars Beuth
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-16 Thread Vadim Gritsenko
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-15 Thread Lars Beuth
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

Re: java.lang.OutOfMemoryError when trying to delete a collection

2004-04-14 Thread Vadim Gritsenko
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

java.lang.OutOfMemoryError when trying to delete a collection

2004-04-14 Thread Lars Beuth
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