Hi again Pierre, By looking at the code, I'm going to guess that you might have some other Scala things loaded in your server, and they are pulling in a different version of the Scala-libs. Could that be the case?
Andrés On Tue, Jun 14, 2011 at 6:19 PM, Pierre De Wilde <[email protected]>wrote: > Hi Andrés, > > From data/log: > > java.lang.IncompatibleClassChangeError: Class > scala.collection.mutable.HashMap$$anon$1 does not implement the requested > interface scala.collection.generic.Addable > at org.neo4j.cypher.SymbolTable.identifiers(SymbolTable.scala:130) > at > > org.neo4j.cypher.SymbolTable.checkConnectednessOfPatternGraph(SymbolTable.scala:74) > at org.neo4j.cypher.ExecutionEngine.execute(ExecutionEngine.scala:55) > at > > org.neo4j.cypher.javacompat.ExecutionEngine.execute(ExecutionEngine.java:40) > at > > org.neo4j.server.webadmin.console.CypherSession.evaluate(CypherSession.java:70) > at > org.neo4j.server.webadmin.rest.ConsoleService.exec(ConsoleService.java:110) > > HTH, > Pierre > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

