You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
olleolleolle
changed the title
CI build failure:
CI build failure: Neo.ClientError.Procedure.ProcedureNotFound
Jun 20, 2019
Travis build failure
The text was updated successfully, but these errors were encountered: