Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI build failure: Neo.ClientError.Procedure.ProcedureNotFound #25

Open
olleolleolle opened this issue Jun 20, 2019 · 0 comments
Open

CI build failure: Neo.ClientError.Procedure.ProcedureNotFound #25

olleolleolle opened this issue Jun 20, 2019 · 0 comments

Comments

@olleolleolle
Copy link

Travis build failure

  1) Neo4j::Core::Spatial update geometry from spatial layer can update a geometry
     Failure/Error: procedure.response.map do |res|
     
     Neo4j::Core::CypherSession::CypherError:
         Cypher error:
         Neo.ClientError.Procedure.ProcedureNotFound: There is no procedure with the name `spatial.updateFromWKT` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
         
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/responses/http.rb:106:in `validate_faraday_response!'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/responses/http.rb:14:in `initialize'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/adaptors/http.rb:41:in `query_set'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/adaptors.rb:117:in `block in queries'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/adaptors.rb:142:in `transaction'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/adaptors.rb:201:in `new_or_current_transaction'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/adaptors.rb:116:in `queries'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session/adaptors.rb:108:in `query'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j/core/cypher_session.rb:30:in `block in query'
     # /home/travis/.rvm/gems/jruby-9.0.5.0/gems/neo4j-core-8.1.4/lib/neo4j-core/query.rb:244:in `response'
     # ./lib/neo4j/spatial.rb:147:in `execute_and_format_response'
     # ./lib/neo4j/spatial.rb:142:in `wrap_spatial_procedure'
     # ./lib/neo4j/spatial.rb:66:in `update_from_wkt'
     # ./spec/neo4jrb_spatial_spec.rb:122:in `block in (root)'
Finished in 6.59 seconds (files took 1.79 seconds to load)
21 examples, 1 failure
Failed examples:
rspec ./spec/neo4jrb_spatial_spec.rb:114 # Neo4j::Core::Spatial update geometry from spatial layer can update a geometry

@olleolleolle olleolleolle changed the title CI build failure: CI build failure: Neo.ClientError.Procedure.ProcedureNotFound Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant