Open rnc opened 9 years ago
No longer get a stackoverflow error.
However we now get
INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.commonjava.maven.plugins:betterdep-maven-plugin:0.9-SNAPSHOT:list (default-cli) on project apiman: Execution default-cli of goal org.commonjava.maven.plugins:betterdep-maven-plugin:0.9-SNAPSHOT:list failed: Comparison method violates its general contract! -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[INFO] Shutting down graph...
Exception in thread "Thread-13" java.lang.NoClassDefFoundError: org/apache/lucene/search/ConstantScoreQuery$ConstantWeight
I have also seen
Exception in thread "Thread-13" java.lang.NoClassDefFoundError: org/neo4j/kernel/AvailabilityGuard$3
at org.neo4j.kernel.AvailabilityGuard.shutdown(AvailabilityGuard.java:136)
at org.neo4j.kernel.InternalAbstractGraphDatabase.shutdown(InternalAbstractGraphDatabase.java:697)
at org.commonjava.maven.atlas.graph.spi.neo4j.FileNeo4JGraphConnection.close(FileNeo4JGraphConnection.java:1064)
at org.commonjava.maven.atlas.graph.spi.neo4j.FileNeo4JGraphConnection.run(FileNeo4JGraphConnection.java:1095)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.neo4j.kernel.AvailabilityGuard$3
at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
... 5 more
I'd guess the new error is just preventing the stack overflow. It looks like we're missing part of neo4j in the classpath, though I'm not sure how that happened (yet).
Running on PME (as a test) SHA 9420bc5aab27be4aab78d79b8a4209b7e49170c2 with the command
gives me