neo4j-contrib / rabbithole

Interactive, embeddable Neo4j-Console
http://rabbithole.heroku.com
79 stars 41 forks source link

Local installation stuck #58

Closed EnricGTorrents closed 11 years ago

EnricGTorrents commented 11 years ago

Seems that Rabbithole installation is trying to get files from the Neo4j server that no longer exist. When making a "mvn clean install exec:java" install as instructed, the process stops at this point: " Downloading: http://m2.neo4j.org/content/repositories/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom ", giving up after a while. When I check what's on that URL via browser, the server response is: "The server has not found anything matching the request URI. You can get technical details here. Please continue your visit at our home page."

Edit: Managed to install it. Not sure what made it work, though. Tried both "mvn compile install exec:java" and "mvn clean install exec:java" again, now seems to be all ok and the console is running.