Hello Micheal,

Thanks for your answer.

ques ->  :  I basically want to know , is the problem with neo4j (some kind 
of bug ?) or there is some problem with plugins i have written ?
  
It is necessary for me to know because i will launch my site from beta to 
full version . 
So if there is any bug in my code (my custom plugin which can cause above 
exception) then I have to resolve it otherwise i can simple upgrade neo4j.


THanks

On Wednesday, 16 April 2014 01:23:37 UTC+5:30, Michael Hunger wrote:
>
> Amit,
>
> please update to a recent version (2.0.2) first.
>
> You're still running a very old milestone of 2.0
>
> Michael
>
> Am 15.04.2014 um 18:32 schrieb Amit Aggarwal 
> <[email protected]<javascript:>
> >:
>
> Hello All,
>
> Please help me , I launch my site with neo4j but after running for 1 day , 
> all of sudden it throws me exception :
>
> java.lang.RuntimeException: Error starting 
> org.neo4j.kernel.EmbeddedGraphDatabase, 
> /var/databases/neo4jHA/neo4j/data/graph.db
> at 
> org.neo4j.kernel.InternalAbstractGraphDatabase.run(InternalAbstractGraphDatabase.java:323)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:100) 
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.graphdb.factory.GraphDatabaseFactory$1.newDatabase(GraphDatabaseFactory.java:92)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.graphdb.factory.GraphDatabaseBuilder.newGraphDatabase(GraphDatabaseBuilder.java:197)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.recovery.StoreRecoverer.recover(StoreRecoverer.java:115)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.server.preflight.PerformRecoveryIfNecessary.run(PerformRecoveryIfNecessary.java:59)
>  
> ~[neo4j-server-2.0.0-M05.jar:2.0.0-M05]
> at org.neo4j.server.preflight.PreFlightTasks.run(PreFlightTasks.java:70) 
> ~[neo4j-server-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.server.AbstractNeoServer.runPreflightTasks(AbstractNeoServer.java:307)
>  
> ~[neo4j-server-2.0.0-M05.jar:2.0.0-M05]
> at org.neo4j.server.AbstractNeoServer.start(AbstractNeoServer.java:133) 
> ~[neo4j-server-2.0.0-M05.jar:2.0.0-M05]
> at org.neo4j.server.Bootstrapper.start(Bootstrapper.java:86) 
> [neo4j-server-2.0.0-M05.jar:2.0.0-M05]
> at org.neo4j.server.Bootstrapper.main(Bootstrapper.java:49) 
> [neo4j-server-2.0.0-M05.jar:2.0.0-M05]
> Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 
> 'org.neo4j.kernel.impl.transaction.XaDataSourceManager@5d29be53' was 
> successfully initialized, but failed to start. Please see attached cause 
> exception.
> at 
> org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:504)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:115) 
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.InternalAbstractGraphDatabase.run(InternalAbstractGraphDatabase.java:300)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> ... 10 common frames omitted
> Caused by: org.neo4j.kernel.lifecycle.LifecycleException: Component 
> 'org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource@2d750345' was 
> successfully initialized, but failed to start. Please see attached cause 
> exception.
> at 
> org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:504)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at org.neo4j.kernel.lifecycle.LifeSupport.start(LifeSupport.java:115) 
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.XaDataSourceManager.start(XaDataSourceManager.java:165)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:498)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> ... 12 common frames omitted
> Caused by: org.neo4j.kernel.impl.nioneo.store.InvalidRecordException: 
> NodeRecord[2] not in use
> at 
> org.neo4j.kernel.impl.nioneo.store.NodeStore.getRecord(NodeStore.java:252) 
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.nioneo.store.NodeStore.getRecord(NodeStore.java:125) 
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.nioneo.xa.WriteTransaction.gatherUpdatesFromPropertyCommands(WriteTransaction.java:800)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.nioneo.xa.WriteTransaction.gatherPropertyAndLabelUpdates(WriteTransaction.java:778)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.nioneo.xa.WriteTransaction.applyCommit(WriteTransaction.java:711)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.nioneo.xa.WriteTransaction.doCommit(WriteTransaction.java:639)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaTransaction.commit(XaTransaction.java:321)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.injectTwoPhaseCommit(XaResourceManager.java:400)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyTwoPhaseCommitEntry(XaLogicalLog.java:563)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyEntry(XaLogicalLog.java:439)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.doInternalRecovery(XaLogicalLog.java:772)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:208)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:163)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.transaction.xaframework.XaContainer.openLogicalLog(XaContainer.java:64)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.impl.nioneo.xa.NeoStoreXaDataSource.start(NeoStoreXaDataSource.java:341)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> at 
> org.neo4j.kernel.lifecycle.LifeSupport$LifecycleInstance.start(LifeSupport.java:498)
>  
> ~[neo4j-kernel-2.0.0-M05.jar:2.0.0-M05]
> ... 15 common frames omitted
> 2014-04-15 16:28:48.776+0000 DEBUG [API] Failed to start Neo Server on 
> port [7474]
>
>
>
> Please help me .. its really bugging .. 
>
>
> -- 
> 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] <javascript:>.
> 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.

Reply via email to