Giter Club home page Giter Club logo

Comments (6)

mirkonasato avatar mirkonasato commented on July 16, 2024

Please provide more details, like what command you executed, full error stack trace etc.

from graphipedia.

leojoubert avatar leojoubert commented on July 16, 2024

Thank you for your rapid answer, but i found the solution yet by
downloading the 1.4.2 version of Neo4j :) But now i have an other problem :
when I wrote the cypher request :

MATCH (p0:Page {title:'Neo4j'}) -[Link]- (p:Page) RETURN p0, p

it gave "Missing START Clause". Can you give me the whole process to get a
graph of all link from one page in the cypher console ?

Le Wed Feb 04 2015 at 20:47:31, Mirko Nasato [email protected] a
Γ©crit :

Please provide more details, like what command you executed, full error
stack trace etc.

β€”
Reply to this email directly or view it on GitHub
#3 (comment)
.

from graphipedia.

thomir avatar thomir commented on July 16, 2024

Hi,

I also have this issue - is this supposed to work with neo4j v2.1.7? I'm new to neo4j, so I'm probably doing something stupid. Below is a selection of commands I've tried, and their error messages:

$ neo4j-shell -path graphdb/
ERROR (-v for expanded information):
    Error starting org.neo4j.kernel.EmbeddedGraphDatabase, /home/thomi/code/graphipedia/graphdb

$ neo4j-shell -path graphdb/neostore.nodestore.db
ERROR (-v for expanded information):
    java.io.FileNotFoundException: graphdb/neostore.nodestore.db/messages.log (Not a directory)

$ neo4j-shell -path graphdb/neostore.schemastore.db
ERROR (-v for expanded information):
    java.io.FileNotFoundException: graphdb/neostore.schemastore.db/messages.log (Not a directory)

Any hints as to how to get this going?

Thanks!

from graphipedia.

mirkonasato avatar mirkonasato commented on July 16, 2024

The project was last updated for neo4j v2.0.0, haven't tried more recent versions.

You probably need to change the neo4j.version property in the pom.xml and rebuild, I can imagine that if you create a database with v2.0 and then try to open it with v2.1 it may not work.

from graphipedia.

thomir avatar thomir commented on July 16, 2024

Hi,

I managed to fix this with a combination of building with '2.1.0' in pom.xml, and starting neo4j-shell with the allow_store_upgrade property in neo4j.properties file set to 'true'.

Thanks for your help.

from graphipedia.

mirkonasato avatar mirkonasato commented on July 16, 2024

I've now updated the dependencies to neo4j v2.1.7.

from graphipedia.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.