neo4j-admin icon indicating copy to clipboard operation
neo4j-admin copied to clipboard

The Neo4j server web console for the embedded neo4j.rb

Results 11 neo4j-admin issues
Sort by recently updated
recently updated
newest added

Uncaught exception: undefined method `started_db' for Neo4j:Module i get this error when start my rails app. why?? thanks thanks.

When starting the rails server using Jruby 1.7.3: ``` ruby LoadError: load error: jruby-openssl -- java.lang.VerifyError: class org.bouncycastle.asn1.ASN1Primitive overrides final method equals.(Ljava/lang/Object;)Z require at org/jruby/RubyKernel.java:1027 require at /Library/Frameworks/JRuby.framework/Gems/1.9/gems/bundler-1.3.5/lib/bundler/runtime.rb:72 each at...

With jruby 1.7.2: ``` => Booting WEBrick => Rails 3.2.15 application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Starting local Neo4j...

I followed steps in 'How' section but localhost:7474 doesn't seem to work for me. Do I need to do anything else?

The Cypher Console does not work on JRuby 1.7.x because a missmatch of JARs (jline.Terminal seems to be used by both JRuby and Neo4j) ``` java.lang.IncompatibleClassChangeError: Found interface jline.Terminal, but...

The neo4j-admin server starts, but when showing the graph view I get the following error in the server logs: java.lang.NoSuchMethodError: org.neo4j.graphdb.traversal.Evaluators.toDepth(I)Lorg/neo4j/graphdb/traversal/Evaluator;

Webadmin works just fine when I want a list of nodes or to see all relationships of a specific node but when I press the view mode I just get...

I have tried different versions of gems, as well as pulling from git. All configurations seem to result in the same error: 18:14:50,461 SEVERE [com.sun.jersey.server.impl.application.WebApplicationImpl](15317735@qtp-28240968-0) The RuntimeException could not be...

using neo4j 1.3.1, rails 3.1.0, neo4j-admin < 0.1.0... shell command 'rails g', 'rails g model', etc. try to start the server but shouldn't since user is just trying to get...

Setting up on an app with rails 3.2.2 and neo4jrb 2.0.0 alpha. What's this mean? On running `rails s`: ``` Mar 31, 2012 11:47:35 AM org.neo4j.server.logging.Logger log INFO: Starting Neo...