Skip to content

Instantly share code, notes, and snippets.

@tjad
Created February 16, 2018 17:18
Show Gist options
  • Save tjad/bb428bf721f0e2917e6b20a01e6dc5dc to your computer and use it in GitHub Desktop.
Save tjad/bb428bf721f0e2917e6b20a01e6dc5dc to your computer and use it in GitHub Desktop.
Neo4jrb 9.1.3, neo4j-core 8.1.0, neo4j localhost instance 3.3.3
ERROR - NoMethodError - undefined method `signature' for 46:Integer:
/usr/local/lib/ruby/gems/2.4.0/gems/neo4j-core-8.1.0/lib/neo4j/core/cypher_session/adaptors/bolt.rb:206:in `block in flush_messages'
/usr/local/lib/ruby/gems/2.4.0/gems/neo4j-core-8.1.0/lib/neo4j/core/cypher_session/adaptors/bolt.rb:206:in `block in flush_messages': undefined method `signature' for 46:Integer (NoMethodError)
from /usr/local/lib/ruby/gems/2.4.0/gems/neo4j-core-8.1.0/lib/neo4j/core/cypher_session/adaptors/bolt.rb:205:in `map'
from /usr/local/lib/ruby/gems/2.4.0/gems/neo4j-core-8.1.0/lib/neo4j/core/cypher_session/adaptors/bolt.rb:205:in `flush_messages'
from /usr/local/lib/ruby/gems/2.4.0/gems/neo4j-core-8.1.0/lib/neo4j/core/cypher_session/adaptors/bolt.rb:35:in `connect'
from /usr/local/lib/ruby/gems/2.4.0/gems/neo4j-core-8.1.0/lib/neo4j/core/cypher_session.rb:11:in `initialize'
from /usr/local/lib/ruby/gems/2.4.0/gems/neo4j-9.1.3/lib/neo4j/active_base.rb:35:in `new'
from /usr/local/lib/ruby/gems/2.4.0/gems/neo4j-9.1.3/lib/neo4j/active_base.rb:35:in `current_adaptor='
from /home/10ants/client-portal/config/initializers/neo4j_initializer.rb:16:in `<top (required)>'
from /usr/local/lib/ruby/gems/2.4.0/gems/padrino-core-0.13.2/lib/padrino-core/reloader.rb:91:in `require'
from /usr/local/lib/ruby/gems/2.4.0/gems/padrino-core-0.13.2/lib/padrino-core/reloader.rb:91:in `safe_load'
from /usr/local/lib/ruby/gems/2.4.0/gems/padrino-core-0.13.2/lib/padrino-core/loader.rb:154:in `block in require_dependencies'
from /usr/local/lib/ruby/gems/2.4.0/gems/padrino-core-0.13.2/lib/padrino-core/loader.rb:152:in `each'
from /usr/local/lib/ruby/gems/2.4.0/gems/padrino-core-0.13.2/lib/padrino-core/loader.rb:152:in `require_dependencies'
from /usr/local/lib/ruby/gems/2.4.0/gems/padrino-core-0.13.2/lib/padrino-core/loader.rb:58:in `load!'
from /home/10ants/client-portal/config/boot.rb:75:in `<top (required)>'
from app/fixtures.rb:1:in `require'
from app/fixtures.rb:1:in `<main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment