Maybe a file access denied, check your couch.log.
Hi,
Can you file an issue with the errors you're getting to:
http://github.com/rnewson/couchdb-lucene/issues
If it was related to "bad utf8", this problem has been fixed on the
master branch since 0.3.
B.
On Wed, Jul 8, 2009 at 8:30 AM, Nitin Borwankar<[email protected]> wrote:
Greetings intrepid CouchDb Adventurers,
Has anyone here used couchdb_lucene with CouchDBX, successfully?
I have used it with no problems on Ubuntu 8.10/Couch
0.9/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar
But trying to stat it up on
Leopard/CouchDBX0.9/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -
having problems.
CouchDBX hangs on restart after I uncomment the foll lines in local.ini
;[external]
;fti=/usr/bin/java -jar
/cdb09/lib/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -search
;[update_notification]
;indexer=/usr/bin/java -Xmx512m -Xms256m -Dcouchdb.lucene.commit.min=50 -jar
/cdb09/lib/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -index
;[httpd_db_handlers]
;_fti = {couch_httpd_external, handle_external_req, <<"fti">>}
Any ideas ?
Nitin Borwankar