Skip to content
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

Rexster + OrientDB + BulbFlow - 500 error on get_all after delete #157

Open
unovongalixor opened this issue Sep 24, 2015 · 0 comments
Open

Comments

@unovongalixor
Copy link

I have a model (menu) and i'm using get_all to retreive a list of all of my menus from rexster. this works fine until I use the delete method to remove one of the nodes.

after the delete, get_all begins returning a 500 error. I dug into Rexster to see what's happening and it's giving me a NullPointerException:

java.lang.NullPointerException
at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.createPropertyMap(GraphSONUtility.java:637)
at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.objectNodeFromElement(GraphSONUtility.java:218)
at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.jsonFromElement(GraphSONUtility.java:198)
at com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.jsonFromElement(GraphSONUtility.java:388)
at com.tinkerpop.rexster.IndexResource.getElementsFromIndex(IndexResource.java:182)
at com.tinkerpop.rexster.IndexResource.getElementsFromIndex(IndexResource.java:140)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant