Hi,
I am implementing a trip-planner using neo4j embedded. I am using neo4j 
traversal framework. I have placed my web-app in tomcat7 server. I get this 
error when i send two requests simultaneously :

*org.neo4j.graphdb.NotFoundException: Node[261] not connected to this 
relationship[98]
        
org.neo4j.kernel.impl.core.RelationshipProxy.getOtherNode(RelationshipProxy.java:117)
        
zophop.neo4j_graphalgo.traversal.TraversalBranchImpl.next(TraversalBranchImpl.java:152)
        
zophop.neo4j_graphalgo.BestFirstSelectorFactory$BestFirstSelector.next(BestFirstSelectorFactory.java:112)
        
zophop.neo4j_graphalgo.traversal.MonoDirectionalTraverserIterator.fetchNextOrNull(MonoDirectionalTraverserIterator.java:68)
        
zophop.neo4j_graphalgo.traversal.MonoDirectionalTraverserIterator.fetchNextOrNull(MonoDirectionalTraverserIterator.java:35)
        
org.neo4j.helpers.collection.PrefetchingIterator.hasNext(PrefetchingIterator.java:55)
        
zophop.neo4j_graphalgo.StopAfterWeightIterator.fetchNextOrNull(StopAfterWeightIterator.java:45)
        
zophop.neo4j_graphalgo.StopAfterWeightIterator.fetchNextOrNull(StopAfterWeightIterator.java:29)
        
org.neo4j.helpers.collection.PrefetchingIterator.hasNext(PrefetchingIterator.java:55)*


works fine with single request.

I have tried customizing the neo4j community code too. have removed all static 
and final modifiers ( just to ensure ) from all appropriate classes.

Any ideas what might be wrong?

-- 
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