It might be that you didn't shutdown the database? So the lock's still locked? Sent from my BlackBerry® wireless device
-----Original Message----- From: "ahmed.elsharkasy [via Neo4j Community Discussions]" <[email protected]> Date: Sun, 7 Aug 2011 05:42:33 To: noppanit<[email protected]> Subject: cant use index after commit i deleted some nodes and committed and was successfuly deleted but in the same run i tried to start my batch index again and i faced this exception Exception in thread "main" java.lang.RuntimeException: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: [email protected] at org.neo4j.index.impl.lucene.LuceneBatchInserterIndex.instantiateWriter(LuceneBatchInserterIndex.java:240) at org.neo4j.index.impl.lucene.LuceneBatchInserterIndex.<init>(LuceneBatchInserterIndex.java:72) at org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider.index(LuceneBatchInserterIndexProvider.java:135) at org.neo4j.index.impl.lucene.LuceneBatchInserterIndexProvider.nodeIndex(LuceneBatchInserterIndexProvider.java:102) at databaseManagers.Neo4jDatabaseManager.startIndex(Neo4jDatabaseManager.java:266) at databaseManagers.Neo4jDatabaseManager.deleteDocument(Neo4jDatabaseManager.java:155) at databaseManagers.Neo4jDatabaseManager.main(Neo4jDatabaseManager.java:450) Caused by: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out: [email protected] at org.apache.lucene.store.Lock.obtain(Lock.java:84) at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1115) at org.neo4j.index.impl.lucene.LuceneBatchInserterIndex.instantiateWriter(LuceneBatchInserterIndex.java:235) ... 6 more what is the problem? _______________________________________________ If you reply to this email, your message will be added to the discussion below: http://neo4j-community-discussions.438527.n3.nabble.com/cant-use-index-after-commit-tp3233038p3233038.html To start a new topic under Neo4j Community Discussions, email [email protected] To unsubscribe from Neo4j Community Discussions, visit http://neo4j-community-discussions.438527.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=438527&code=bm9wcGFuaXQuY0BnbWFpbC5jb218NDM4NTI3fDExOTIzNzAyNjk= -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/cant-use-index-after-commit-tp3233038p3233050.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

