numb3r33
numb3r33
JJanusGraph
Created by numb3r33 on 10/23/2023 in #questions
Unable to access/drop a vertex after dropping a property key.
We followed the example mentioned here and dropped one property key in our schema, post which we are unable to access/drop any vertex. It is throwing us a Error during serialization: [no message for java.lang.NullPointerException] exception every time we run either g.V(node_id).valueMap() or g.V(node_id).drop().iterate(). We were wondering if there is any way we could recover from this error or any workarounds?
2 replies