Do you have more detail on the stack trace? Esp. in the server side logs. On Sat, Dec 31, 2016 at 5:25 PM, Thirumal M <[email protected]> wrote:
> I am getting the following exception after executing my program. Not able > to access database until restart database. > > > > Exception in thread "pool-1-thread-2" > org.neo4j.driver.v1.exceptions.DatabaseException: > Could not apply the transaction to the store after written to log > at org.neo4j.driver.internal.net.SocketResponseHandler. > handleFailureMessage(SocketResponseHandler.java:74) > at org.neo4j.driver.internal.messaging.PackStreamMessageFormatV1$ > Reader.unpackFailureMessage(PackStreamMessageFormatV1.java:464) > at org.neo4j.driver.internal.messaging.PackStreamMessageFormatV1$ > Reader.read(PackStreamMessageFormatV1.java:425) > at org.neo4j.driver.internal.net.SocketClient.receiveOne( > SocketClient.java:179) > at org.neo4j.driver.internal.net.SocketConnection.receiveOne( > SocketConnection.java:202) > at org.neo4j.driver.internal.net.ConcurrencyGuardingConnection. > receiveOne(ConcurrencyGuardingConnection.java:166) > at org.neo4j.driver.internal.net.pooling.PooledConnection. > receiveOne(PooledConnection.java:187) > at org.neo4j.driver.internal.InternalStatementResult.tryFetchNext( > InternalStatementResult.java:324) > at org.neo4j.driver.internal.InternalStatementResult.hasNext( > InternalStatementResult.java:191) > at org.neo4j.driver.internal.InternalStatementResult.list( > InternalStatementResult.java:269) > at com.enkindle.persistence.executor.BoltCypherExecutor. > query(BoltCypherExecutor.java:31) > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
