-
Notifications
You must be signed in to change notification settings - Fork 82
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
error creating a vertex #120
Comments
Hi - What version of Neo4j Server are you running? |
Neo4j Community Edition 2.0.0 |
Hi - The Neo4j 2 Blueprints/Gremlin implementation was just merged a few days See https://groups.google.com/d/topic/gremlin-users/ICiWgw_wAJE/discussion If you're down to experiment, make sure you're using the latest Or if you want something more stable, use Neo4j 1.9x until the 2.0 updates
On Mon, Jan 20, 2014 at 9:11 AM, binarydud notifications@github.com wrote:
|
Hi, Any chance to solve this issue? |
With |
@FrostyX Are you using the Gremlin Plugin from GitHub master: https://github.com/neo4j-contrib/gremlin-plugin ? |
Yes, and I have up to date version. |
Same issue for me with neo4j-community-2.0.1 and the latest gremlin-plugin on github. |
Yeah I have the exact same issue on OSX 10.7.5 with Gremlin Plugin from GitHub master: https://github.com/neo4j-contrib/gremlin-plugin |
Hi All - I've been slammed so I haven't had time to fix this, but if anyone wants to, it should just be a matter of updating the neo4jserver/gremlin.groovy to Blueprints/Gremlin 2.5 -- the rexster/gremlin.groovy has already been updated for gremlin 2.5 so you can reference it for hints. I'll be in and out all day, but ping me if you have any questions. |
Hi submitted a pull request, I just replaced neo4jserver/gremlin.groovy with the one in rexster/gremlin.groovy (in my site packages) and it seems to work, haven't tested it much though. Cheers James! |
I'm still getting this error. Was the pull request merged in? |
Um don't remember, but maybe not. The fix is easy as I described though. --- Original Message --- From: "Aru Sahni" notifications@github.com I'm still getting this error. Was the pull request merged in? Reply to this email directly or view it on GitHub: |
@JobJob can you point me into the direction of your pull request, so I can do this in my own repo? I'm also getting this error, and I can't move on as it is... |
Nevermind, I found it :) |
as suggested here: espeed#125 following the discussion here: espeed#120
Did this ever get resolved?
...
How is anyone supposed to actually get started using Bulbs if it doesn't work out of box for the latest versions of both Gremlin-Plugin/Gremlin and Neo4J? |
Yeah it's a shame I personally haven't been using it, but fix (for 9 months ago's version) is above. |
@JobJob so what was the fix!? To cp -r rexster/gremlin.groovy to $NEO4JWORKINGDIR/ ? What if you aren't using rexster? |
Yep, from memory that just puts a newer version of gremlin.groovy which is more compatible with bulbs/whatever the problem was :) apologies I've forgotten, did you try it, did it work? |
paraphrasing myself above: in my site packages/bulbs I just |
i'm following the guide in the docs and i am getting the following error when I try to create my first vertex, james = g.vertices.create(name="James").
Any idea what I might be doing wrong? I'm using neo4j and have followed the user guide.
The text was updated successfully, but these errors were encountered: