Hello,
I am testing native neo API and LuceneIndexService.
If I ctrl -c the loading to the neo db, the next time db can not
recover with java.lang.OutOfMemoryError. Could you give me advice on
it?
Thank you,
Luda
eb 18, 2009 3:32:37 PM org.neo4j.impl.transaction.xaframework.XaLogicalLog
doInternalRecovery
INFO: Logical log is dirty, this means Neo hasn't been shutdown properly.
Recovering...
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: Could not create data source
nioneodb[nioneodb]
at
org.neo4j.impl.transaction.TxModule.registerDataSource(TxModule.java:248)
at org.neo4j.api.core.NeoJvmInstance.start(NeoJvmInstance.java:122)
at org.neo4j.api.core.NeoJvmInstance.start(NeoJvmInstance.java:66)
at org.neo4j.api.core.EmbeddedNeo.<init>(EmbeddedNeo.java:72)
at gov.lanl.cit.parser.SearchUtility.<clinit>(SearchUtility.java:21)
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:494)
at
org.neo4j.impl.transaction.XaDataSourceManager.create(XaDataSourceManager.java:70)
at
org.neo4j.impl.transaction.TxModule.registerDataSource(TxModule.java:242)
... 4 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.ArrayList.<init>(ArrayList.java:113)
at java.util.ArrayList.<init>(ArrayList.java:120)
at
org.neo4j.impl.nioneo.xa.NeoTransaction.<init>(NeoTransaction.java:83)
at
org.neo4j.impl.nioneo.xa.NeoStoreXaDataSource$TransactionFactory.create(NeoStoreXaDataSource.java:293)
at
org.neo4j.impl.transaction.xaframework.XaLogicalLog.readTxStartEntry(XaLogicalLog.java:216)
at
org.neo4j.impl.transaction.xaframework.XaLogicalLog.readEntry(XaLogicalLog.java:641)
at
org.neo4j.impl.transaction.xaframework.XaLogicalLog.doInternalRecovery(XaLogicalLog.java:598)
at
org.neo4j.impl.transaction.xaframework.XaLogicalLog.open(XaLogicalLog.java:110)
at
org.neo4j.impl.transaction.xaframework.XaContainer.openLogicalLog(XaContainer.java:89)
at
org.neo4j.impl.nioneo.xa.NeoStoreXaDataSource.<init>(NeoStoreXaDataSource.java:152)
... 10 more
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user