You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

How can I fix org.neo4j.graphdb.NotFoundException: NODE[11658] has no property with propertyKey="bbox"?

This error occurs when the spatial index configuration no longer matches the existing index in the database. The name of the bounding box property (formerly bbox) has been made configurable, and the new default (if omitted in the configuration) is bbox_abc. The system will create the above error message when it encounters a node that was created with an older version of the spatial index implementation.

The Fix

The problem can be fixed by providing the correct name for the bounding box property to the spatial index, which can be configured in the geomencoder_config property of the rtree root.

Modify the configuration by executing the following Cypher query:

MATCH (n)-[:RTREE_ROOT]->(m) SET n.geomencoder_config="longitude:latitude:bbox_abc"

Search results for "How can I fix org.neo4j.graphdb.NotFoundException: NODE[11658] has no property with propertyKey="bbox"?"

We could not find anything matching "How can I fix org.neo4j.graphdb.NotFoundException: NODE[11658] has no property with propertyKey="bbox"?" in our documentation. Please rephrase your search.

You can also ask your questions in the Structr Google Group or create a free account in the Structr Support Portal.
Click here to send feedback to the Structr team.