cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

ERROR Failed to start Neo4j:Maximum id limit for RELATIONSHIP_TYPE_TOKEN has been reached

When starting the service, an error occurs

ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleManagingDatabase@5acf51d7' was successfully initialized, but failed to start. Please see the attached cause exception "Maximum id limit for RELATIONSHIP_TYPE_TOKEN has been reached. Generated id 65536 is out of permitted range [0, 65535].". Starting Neo4j failed: Component

I tried to use this, but it didn't solve the problem Explanation of error "Record id 65536 is out of range [0, 65535]"

how do I delete the relationship type?

2 REPLIES 2

anthapu
Graph Fellow

This means you have used 65535 distinct relationship names in your graph total. Could it be that you went very specific with relationship names and have too many relationship names in your graph.

Would it be possible to share your model to see?

What does the model mean?

Neo4j can't run now. Is there any way to run?