Mustapha Es-salihe wrote:
Just to mention that the same populator program with the same data from the
same client machine (windows xp) run correctly on a xindice1.1b3 database
installed on linux server using tomcat. We had a problem with linux (too
many open files), and the only modification was to increase the ulimit
variable before runing tomcat (ulimit -n 8192).
So, the problem went away after "ulimit -n 8192"?
what does mean Filer is closed and XMLDBException vendor error code 247 ?
All vendor error codes are defined in the org.apache.xindice.core.FaultCodes:
public static final int COL_COLLECTION_CLOSED = 247;
Vadim
-----Message d'origine----- De : Vadim Gritsenko [mailto:[EMAIL PROTECTED] Envoye : 18 fevrier, 2004 21:18 A : [email protected] Objet : Re: Filer is closed
Mustapha Es-salihe wrote:
Hi,of commune data. When we run our populator program to store data in the
We are using xindice1.1b3 to manage an xml repository for canadian house
repositoy, we get an XMLDBException after a lot of data insertion.
This is the detail of the exception :org.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.runRemoteCommand(Colle
org.xmldb.api.base.XMLDBException: :Filer is closed
at
ctionImpl.java:201)
atorg.apache.xindice.client.xmldb.xmlrpc.CollectionImpl.storeResource(Collecti
onImpl.java:318)
atca.crim.rap.repository.command.RepositoryXindicePopulator.addElementToCollec
tion(RepositoryXindicePopulator.java:279)
atca.crim.rap.repository.command.RepositoryXindicePopulator.addToSgbdx(Reposit
oryXindicePopulator.java:195)
atca.crim.rap.repository.command.RepositoryXindicePopulator.insertDocuments(Re
positoryXindicePopulator.java:63)
atExecuteRepositoryXindicePopulator.main(ExecuteRepositoryXindicePopulator.jav
a:24)
XMLDBException error code 1 XMLDBException vendor error code 247 Any ideas please?
Interesting. If it is easily reproducable, can you write a JUnit TestCase exposing this problem?
Vadim
