graphaware / neo4j-uuid

GraphAware Runtime Module that assigns a UUID to all nodes (and relationships) in the graph transparently
103 stars 22 forks source link

No GraphAware Runtime is registered with the given database #26

Closed creatzor closed 8 years ago

creatzor commented 8 years ago

I have a fresh Neo4j 3.0.4 install using the 3.0.4.43 framwork plugins.

Timetree is installed and working flawlessly, however, I cannot get uuid to work. CALL ga.uuid.findNode("uuid") YIELD node as n always throws the error Failed to invoke procedure ga.uuid.findNode: Caused by: java.lang.IllegalStateException: No GraphAware Runtime is registered with the given database

I've attached the neo4j.conf file. neo4j.conf.txt

screen shot 2016-08-08 at 6 49 59 pm

Any idea on what i'm doing wrong?

bachmanm commented 8 years ago

It seems like the last release didn't go well - give us a couple of hours

bachmanm commented 8 years ago

OK, could you please download the same framework file again and replace the old one? It's been fixed. http://products.graphaware.com/download/framework-server-community/latest

Leave everything else as is.

creatzor commented 8 years ago

Great, it works! Thank you.