Skip to content

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

@unovongalixor

Description

@unovongalixor

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions