Craig, I am seeing the same thing. I tried with a clean install of Neo4J 2.0.0 Windows Binary + git clone Neo4J Spatial and the regression test errors prevent me from completing the build of the Neo4J Spatial libraries.
Keith On Saturday, January 11, 2014 1:33:14 PM UTC-8, Craig Taverner wrote: > > Hi, > > Has anyone else seen this. Latest code for neo4j/spatial regression tests > are generating warnings many times over during the runs. All are the same > exception, and all preceded by the 'Logger log' line. My environment is > ubuntu 12.04 with oracle java 7. The full exception is below. > > Jan 10, 2014 5:26:40 PM org.neo4j.server.logging.Logger log > WARNING: > java.lang.IllegalStateException: XaDataSourceManager has been shut down. > at > org.neo4j.kernel.impl.transaction.XaDataSourceManager.getXaDataSource(XaDataSourceManager.java:211) > at > org.neo4j.kernel.impl.transaction.XaDataSourceManager.getNeoStoreDataSource(XaDataSourceManager.java:225) > at > org.neo4j.kernel.impl.nioneo.xa.NioNeoDbPersistenceSource.getNumberOfIdsInUse(NioNeoDbPersistenceSource.java:79) > at > org.neo4j.kernel.impl.core.NodeManager.getNumberOfIdsInUse(NodeManager.java:675) > at > org.neo4j.server.rrd.sampler.NodeIdsInUseSampleable.getValue(NodeIdsInUseSampleable.java:40) > at org.neo4j.server.rrd.RrdSamplerImpl.updateSample(RrdSamplerImpl.java:59) > at org.neo4j.server.rrd.RrdJob.run(RrdJob.java:43) > at org.neo4j.server.rrd.ScheduledJob$1.run(ScheduledJob.java:41) > at java.util.TimerThread.mainLoop(Timer.java:555) > at java.util.TimerThread.run(Timer.java:505) > > Regards, Craig > > -- 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/groups/opt_out.
