hi all,

I had other folders of neo4j, and i noticed that localhost/7474 pointed to 
an old version kernel 1.8:
at launch, webadmin displayed the old database I had (thank u lorenzo for 
telling me what i shoudl get)

I was also experiementing by starting it as job:
http://docs.neo4j.org/chunked/1.4.2/server-installation.html#_mac_osx_service
but no success.

At the end I deleted all the folders of neo4j, and installed it again.

But I still see the old database in the webadmin, and no log file is 
generated in 
mydirectoryToStartNeo4Jserver/data/log


it looks like the server is executed from the directory of the bare 
install, but the webadmin interface points back to an old version of the db 
or displayed wrong information, and cannot connect with the proper instance.

Is there a way to find out the absolute path of the db from the webadmin 
interface to check either is the db is still present, or is it due to a 
wrong configuration file?

thank you!


Il giorno sabato 21 giugno 2014 17:05:52 UTC+2, Michael Hunger ha scritto:
>
> Can you please share 
> /path/to/neo4j/data/log/console.log 
> and
> /path/to/neo4j/data/graph.db/messages.log 
>
> Thanks
> Michael
> Am 20.06.2014 um 13:07 schrieb gg4u <[email protected] <javascript:>>:
>
> Hi,
>
> I've just installed commuity release 2.1.2.
> Java is updated to 7.
> using a macbook, start the server:
> bin/neo4j start
>
> The error I get is, for almost every query:
> "Unknown error  An unknown error occurred, was unable to retrieve a result 
> for you."
>
> I tried to copy paste from tutorial site:
> LOAD CSV 
> WITH HEADERS FROM "
> http://docs.neo4j.org/chunked/2.1.2/csv/import/persons.csv"; AS csvLine
> CREATE (p:Person { id: toInt(csvLine.id), name: csvLine.name })
>
> and get the above error;
>
> I tried to create a node:
>
> CREATE (n:Actor { name:"Tom Hanks" });
>
> and get:
>
> *Invalid query*
>
> Unclosed parenthesis
> "CREATE (n:Actor { name:"Tom Hanks" });"
>           ^
>
> I read thread https://groups.google.com/forum/#!topic/neo4j/I2MtzswLLy0
>
> but have not found helpful for my case.
>
>
> what am i doing wrong?
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to