Re: [Neo4j] [SPAM] Re: EmbeddedGraphDatabase shutdown leaves a Timer thread running

2010-10-13 Thread Rick Bullotta
] Re: [Neo4j] EmbeddedGraphDatabase shutdown leaves a Timer thread running I added: MapString, String map = new HashMapString, String(); map.put(cache_type, soft); and gave the map to the EmbeddedGraphDatabase constructor; no change in behavior. I'm running: Java HotSpot, 1.6.0_18 64 bit Ubuntu

Re: [Neo4j] [SPAM] Re: EmbeddedGraphDatabase shutdown leaves a Timer thread running

2010-10-13 Thread Chris Gioran
On Wed, Oct 13, 2010 at 5:34 PM, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: Probably the recently added phone home functionality (UDC).  Just a guess, though. in that case removing the dependency as per http://wiki.neo4j.org/content/UDC should make it work. My setup is the same