Hello John,

what version of Neo4j are you currently running?

As it tries to replay an AddRelationshipCommand and there was a recent fix 
around this issue, you might try to recover your db using
Neo4j version 1.3 (Abisko Lampa) M01. 
(http://blog.neo4j.org/2011/01/neo4j-13-abisko-lampa-m01-ha-growing-up.html)

Quote: "Indexing bug fixes - A bug during reovery was removed that occurred 
when only relationship index commands were executed before the crash (Thanks to 
Andreas Bauer for reporting that)."

You can get it from here: http://neo4j.org/download

HTH

Michael

Am 04.02.2011 um 01:48 schrieb John Howard:

> Hello,
> 
> We have been evaluating the neo4j for one of our critical applications.
> When the server goes down abruptly without the clean shutdown of the graph
> db, it looks like the recovery always fails.
> It consistently throws the exception given below and then the graph db
> becomes unusable.
> I dont think graph had any uncommitted transactions before the abrupt
> shutdown, because we loaded the graph couple of days ago and since then we
> have been using only to read the data(though not in read only mode).
> It's possible that we have not configured something right.
> Your help is highly appreciated. I have attached our log stack trace and
> message.log contents
> 
> Nodes: 200000
> Relationships:450000
> Properties:4,000,000
> Rel types: 60
> 
> Our log stack trace:
> 18:48:25,455 INFO  [log]
> Non clean shutdown detected on log [C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew\nioneo_logical.log
> .1]. Recovery started ...
> 18:48:26,015 INFO  [log] Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log.
> 1]. Recovery started ...
> 18:48:26,047 INFO  [log] Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lu
> cene.log.1]. Recovery started ...
> 18:48:26,405 INFO  [log] Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew\index/lucene.log.1
> ]. Recovery started ...
> 18:48:30,087 ERROR [STDERR] org.neo4j.graphdb.TransactionFailureException:
> Could not create data source lucene-index[lucene-index]
> 18:48:30,089 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.TxModule.registerDataSource(TxModule.java:182)
> 18:48:30,089 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.LuceneIndexProvider.load(LuceneIndexProvider.java:110)
> 18:48:30,090 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.LuceneIndexProvider.init(LuceneIndexProvider.java:94)
> 18:48:30,090 ERROR [STDERR]     at
> org.neo4j.kernel.KernelExtension$KernelData.initAll(KernelExtension.java:153)
> 18:48:30,091 ERROR [STDERR]     at
> org.neo4j.kernel.EmbeddedGraphDbImpl$2.init(EmbeddedGraphDbImpl.java:160)
> 18:48:30,091 ERROR [STDERR]     at
> org.neo4j.kernel.GraphDbInstance.start(GraphDbInstance.java:155)
> 18:48:30,092 ERROR [STDERR]     at
> org.neo4j.kernel.EmbeddedGraphDbImpl.<init>(EmbeddedGraphDbImpl.java:168)
> 18:48:30,092 ERROR [STDERR]     at
> org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:81)
> 18:48:30,139 ERROR [STDERR] Caused by:
> java.lang.reflect.InvocationTargetException
> 18:48:30,139 ERROR [STDERR]     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 18:48:30,140 ERROR [STDERR]     at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> 18:48:30,140 ERROR [STDERR]     at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.jav
> a:27)
> 18:48:30,141 ERROR [STDERR]     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> 18:48:30,142 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.XaDataSourceManager.create(XaDataSourceManager.java:74)
> 18:48:30,142 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.TxModule.registerDataSource(TxModule.java:176)
> 18:48:30,142 ERROR [STDERR]     ... 79 more
> 18:48:30,143 ERROR [STDERR] Caused by: java.lang.NullPointerException
> 18:48:30,144 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.LuceneDataSource.findDocument(LuceneDataSource.java:602)
> 18:48:30,144 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.CommitContext.getDocument(CommitContext.java:71)
> 18:48:30,145 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.LuceneCommand$AddRelationshipCommand.perform(LuceneCommand.java:212
> )
> 18:48:30,146 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.LuceneTransaction.doCommit(LuceneTransaction.java:231)
> 18:48:30,146 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaTransaction.commit(XaTransaction.java:319)
> 18:48:30,147 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.injectTwoPhaseCommit(XaResource
> Manager.java:380)
> 18:48:30,148 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyTwoPhaseCommitEntry(XaLogicalLo
> g.java:577)
> 18:48:30,149 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyEntry(XaLogicalLog.java:469)
> 18:48:30,149 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.doInternalRecovery(XaLogicalLog.java
> :804)
> 18:48:30,150 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:274)
> 18:48:30,151 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:197)
> 18:48:30,151 ERROR [STDERR]     at
> org.neo4j.kernel.impl.transaction.xaframework.XaContainer.openLogicalLog(XaContainer.java:98)
> 18:48:30,152 ERROR [STDERR]     at
> org.neo4j.index.impl.lucene.LuceneDataSource.<init>(LuceneDataSource.java:207)
> 18:48:30,152 ERROR [STDERR]     ... 85 more
> 
> ======================================================
> message.log
> 
> 
> 
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.relationshiptypestore.db
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.relationshiptypestore.db.names
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.strings
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.index
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.index.keys
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.arrays
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.relationshipstore.db
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.nodestore.db
> non clean shutdown detected
> Thu Feb 03 18:48:25 EST 2011: Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log.1]. Recovery
> started ...
> Thu Feb 03 18:48:25 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log.1]
> logVersion=33 with committed tx=342
> Thu Feb 03 18:48:25 EST 2011: Injected two phase commit, txId=343
> Thu Feb 03 18:48:25 EST 2011: Injected two phase commit, txId=344
> Thu Feb 03 18:48:25 EST 2011: Injected two phase commit, txId=345
> Thu Feb 03 18:48:25 EST 2011: Injected two phase commit, txId=346
> Thu Feb 03 18:48:25 EST 2011: Injected two phase commit, txId=347
> Thu Feb 03 18:48:25 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log.1]
> entries found=553 lastEntryPos=52091
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.relationshiptypestore.db.names
> rebuild id generator, highId=132 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.index.keys
> rebuild id generator, highId=65 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.index
> rebuild id generator, highId=62 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.strings
> rebuild id generator, highId=211305 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db.arrays
> rebuild id generator, highId=4334475 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.propertystore.db
> rebuild id generator, highId=4178276 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.relationshipstore.db
> rebuild id generator, highId=466346 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore.nodestore.db
> rebuild id generator, highId=211754 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\neostore
> rebuild id generator, highId=4 defragged count=0
> Thu Feb 03 18:48:25 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log]
> sorting 1 xids
> Thu Feb 03 18:48:25 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log]
> checkRecoveryComplete 0 xids
> Thu Feb 03 18:48:25 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log]
> recovery completed.
> Thu Feb 03 18:48:25 EST 2011: Recovery on log
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\nioneo_logical.log.1]
> completed.
> Thu Feb 03 18:48:26 EST 2011: Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log.1]. Recovery
> started ...
> Thu Feb 03 18:48:26 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log.1]
> logVersion=0 with committed tx=1
> Thu Feb 03 18:48:26 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log.1]
> entries found=0 lastEntryPos=16
> Thu Feb 03 18:48:26 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log]
> sorting 0 xids
> Thu Feb 03 18:48:26 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log]
> checkRecoveryComplete 0 xids
> Thu Feb 03 18:48:26 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log]
> recovery completed.
> Thu Feb 03 18:48:26 EST 2011: Recovery on log
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene/lucene.log.1]
> completed.
> Thu Feb 03 18:48:26 EST 2011: Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log.1].
> Recovery started ...
> Thu Feb 03 18:48:26 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log.1]
> logVersion=0 with committed tx=1
> Thu Feb 03 18:48:26 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log.1]
> entries found=0 lastEntryPos=16
> Thu Feb 03 18:48:26 EST 2011: Extension
> org.neo4j.kernel.KernelExtension[shell] initialized ok
> Thu Feb 03 18:48:26 EST 2011: Extension
> org.neo4j.kernel.KernelExtension[kernel jmx] initialized ok
> Thu Feb 03 18:48:26 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log]
> sorting 0 xids
> Thu Feb 03 18:48:26 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log]
> checkRecoveryComplete 0 xids
> Thu Feb 03 18:48:26 EST 2011:
> XaResourceManager[C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log]
> recovery completed.
> Thu Feb 03 18:48:26 EST 2011: Recovery on log
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew/lucene-fulltext/lucene.log.1]
> completed.
> Thu Feb 03 18:48:26 EST 2011: Non clean shutdown detected on log [C:\JBoss\
> jboss-5.1.0.GA\server\all\data\ssGraphNew\index/lucene.log.1]. Recovery
> started ...
> Thu Feb 03 18:48:26 EST 2011:
> [C:\JBoss\jboss-5.1.0.GA\server\all\data\ssGraphNew\index/lucene.log.1]
> logVersion=34 with committed tx=111
> Thu Feb 03 18:48:30 EST 2011: Failed to init extension
> org.neo4j.graphdb.index.IndexProvider[lucene] Could not create data source
> lucene-index[lucene-index]
> org.neo4j.graphdb.TransactionFailureException: Could not create data source
> lucene-index[lucene-index]
> at
> org.neo4j.kernel.impl.transaction.TxModule.registerDataSource(TxModule.java:182)
> at
> org.neo4j.index.impl.lucene.LuceneIndexProvider.load(LuceneIndexProvider.java:110)
> at
> org.neo4j.index.impl.lucene.LuceneIndexProvider.init(LuceneIndexProvider.java:94)
> at
> org.neo4j.kernel.KernelExtension$KernelData.initAll(KernelExtension.java:153)
> at
> org.neo4j.kernel.EmbeddedGraphDbImpl$2.init(EmbeddedGraphDbImpl.java:160)
> at org.neo4j.kernel.GraphDbInstance.start(GraphDbInstance.java:155)
> at
> org.neo4j.kernel.EmbeddedGraphDbImpl.<init>(EmbeddedGraphDbImpl.java:168)
> at
> org.neo4j.kernel.EmbeddedGraphDatabase.<init>(EmbeddedGraphDatabase.java:81)
> at
> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
> at
> org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
> at
> org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
> at
> org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
> at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
> at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
> at sun.reflect.GeneratedMethodAccessor299.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> at
> org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
> at
> org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
> at $Proxy38.start(Unknown Source)
> at
> org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
> at
> org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
> at
> org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
> at
> org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
> at
> org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
> at
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
> at
> org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
> at
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
> at
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
> at
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
> at
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
> at
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
> at
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
> at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
> at org.jboss.system.ServiceController.start(ServiceController.java:460)
> at
> org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
> at
> org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
> at
> org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
> at
> org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
> at
> org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
> at
> org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
> at
> org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
> at
> org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
> at
> org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
> at
> org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
> at
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
> at
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
> at
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
> at
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
> at
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
> at
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
> at
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
> at
> org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
> at
> org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
> at
> org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
> at
> org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
> at
> org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
> at
> org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
> at
> org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
> at
> org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
> at
> org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
> at
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
> at
> org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
> at
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
> at
> org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
> at
> org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
> at
> org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
> at
> org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
> at org.jboss.Main.boot(Main.java:221)
> at org.jboss.Main$1.run(Main.java:556)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> at
> org.neo4j.kernel.impl.transaction.XaDataSourceManager.create(XaDataSourceManager.java:74)
> at
> org.neo4j.kernel.impl.transaction.TxModule.registerDataSource(TxModule.java:176)
> ... 79 more
> Caused by: java.lang.NullPointerException
> at
> org.neo4j.index.impl.lucene.LuceneDataSource.findDocument(LuceneDataSource.java:602)
> at
> org.neo4j.index.impl.lucene.CommitContext.getDocument(CommitContext.java:71)
> at
> org.neo4j.index.impl.lucene.LuceneCommand$AddRelationshipCommand.perform(LuceneCommand.java:212)
> at
> org.neo4j.index.impl.lucene.LuceneTransaction.doCommit(LuceneTransaction.java:231)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaTransaction.commit(XaTransaction.java:319)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaResourceManager.injectTwoPhaseCommit(XaResourceManager.java:380)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyTwoPhaseCommitEntry(XaLogicalLog.java:577)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.applyEntry(XaLogicalLog.java:469)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.doInternalRecovery(XaLogicalLog.java:804)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:274)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:197)
> at
> org.neo4j.kernel.impl.transaction.xaframework.XaContainer.openLogicalLog(XaContainer.java:98)
> at
> org.neo4j.index.impl.lucene.LuceneDataSource.<init>(LuceneDataSource.java:207)
> ... 85 more
> Thu Feb 03 18:48:30 EST 2011: TM opening log: C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew\tm_tx_log.1
> Thu Feb 03 18:48:30 EST 2011: --- CONFIGURATION START ---
> Thu Feb 03 18:48:30 EST 2011: Physical mem: 4094MB, Heap size: 1820MB
> Thu Feb 03 18:48:30 EST 2011: Kernel version: Neo4j - Graph Database Kernel
> 1.2-1.2
> Thu Feb 03 18:48:30 EST 2011: Operating System: Windows Server 2008;
> version: 6.0; arch: amd64; cpus: 4
> Thu Feb 03 18:48:30 EST 2011: VM Name: Java HotSpot(TM) 64-Bit Server VM
> Thu Feb 03 18:48:30 EST 2011: VM Vendor: Sun Microsystems Inc.
> Thu Feb 03 18:48:30 EST 2011: VM Version: 16.0-b13
> Thu Feb 03 18:48:30 EST 2011: Garbage Collector: PS Scavenge: [PS Eden
> Space, PS Survivor Space]
> Thu Feb 03 18:48:30 EST 2011: Garbage Collector: PS MarkSweep: [PS Eden
> Space, PS Survivor Space, PS Old Gen, PS Perm Gen]
> Thu Feb 03 18:48:30 EST 2011: VM Arguments: [-Dprogram.name=run.bat,
> -Xms1024M, -Xmx2048M, -XX:MaxPermSize=512M,
> -Dsun.rmi.dgc.client.gcInterval=3600000,
> -Dsun.rmi.dgc.server.gcInterval=3600000, -Dorg.jboss.resolver.warning=true,
> -Djava.endorsed.dirs=C:\JBoss\jboss-5.1.0.GA\lib\endorsed]
> Thu Feb 03 18:48:30 EST 2011:
> Thu Feb 03 18:48:30 EST 2011: adaptive_cache_heap_ratio=0.77
> Thu Feb 03 18:48:30 EST 2011: adaptive_cache_manager_decrease_ratio=1.15
> Thu Feb 03 18:48:30 EST 2011: adaptive_cache_manager_increase_ratio=1.1
> Thu Feb 03 18:48:30 EST 2011: adaptive_cache_worker_sleep_time=3000
> Thu Feb 03 18:48:30 EST 2011: create=true
> Thu Feb 03 18:48:30 EST 2011: dir=C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew/lucene-fulltext
> Thu Feb 03 18:48:30 EST 2011: logical_log=C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew\nioneo_logical.log
> Thu Feb 03 18:48:30 EST 2011: max_node_cache_size=15000
> Thu Feb 03 18:48:30 EST 2011: max_relationship_cache_size=10000
> Thu Feb 03 18:48:30 EST 2011: min_node_cache_size=1000
> Thu Feb 03 18:48:30 EST 2011: min_relationship_cache_size=5000
> Thu Feb 03 18:48:30 EST 2011: neo_store=C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew\neostore
> Thu Feb 03 18:48:30 EST 2011: neostore.nodestore.db.mapped_memory=25M
> Thu Feb 03 18:48:30 EST 2011:
> neostore.propertystore.db.arrays.mapped_memory=400M
> Thu Feb 03 18:48:30 EST 2011:
> neostore.propertystore.db.index.keys.mapped_memory=1M
> Thu Feb 03 18:48:30 EST 2011:
> neostore.propertystore.db.index.mapped_memory=1M
> Thu Feb 03 18:48:30 EST 2011: neostore.propertystore.db.mapped_memory=90M
> Thu Feb 03 18:48:30 EST 2011:
> neostore.propertystore.db.strings.mapped_memory=50M
> Thu Feb 03 18:48:30 EST 2011:
> neostore.relationshipstore.db.mapped_memory=50M
> Thu Feb 03 18:48:30 EST 2011: rebuild_idgenerators_fast=true
> Thu Feb 03 18:48:30 EST 2011: store_dir=C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew
> Thu Feb 03 18:48:30 EST 2011: use_adaptive_cache=YES
> Thu Feb 03 18:48:30 EST 2011: use_memory_mapped_buffers=false
> Thu Feb 03 18:48:30 EST 2011: --- CONFIGURATION END ---
> Thu Feb 03 18:48:30 EST 2011: Extension
> org.neo4j.kernel.KernelExtension[shell] loaded ok
> Thu Feb 03 18:48:30 EST 2011: Extension
> org.neo4j.kernel.KernelExtension[kernel jmx] loaded ok
> Thu Feb 03 18:50:15 EST 2011: Closed log C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew\nioneo_logical.log
> Thu Feb 03 18:50:15 EST 2011: NeoStore closed
> Thu Feb 03 18:50:15 EST 2011: Closed log C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew/lucene/lucene.log
> Thu Feb 03 18:50:15 EST 2011: NeoStore closed
> Thu Feb 03 18:50:15 EST 2011: Closed log C:\JBoss\jboss-5.1.0.GA
> \server\all\data\ssGraphNew/lucene-fulltext/lucene.log
> Thu Feb 03 18:50:15 EST 2011: TM shutting down
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to