You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error happens because the NodeCreateRequest already contains the sha512sum or binary uuid.
No binary with the given id has been stored before. The error would not happen if the binary had been stored before.
�[36mmesh_1 |�[0m java.lang.NullPointerException: null
�[36mmesh_1 |�[0m at com.syncleus.ferma.AbstractVertexFrame.addFramedEdge(AbstractVertexFrame.java:53) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.syncleus.ferma.AbstractVertexFrame.addFramedEdge(AbstractVertexFrame.java:60) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.gentics.mesh.core.data.container.impl.AbstractGraphFieldContainerImpl.createBinary(AbstractGraphFieldContainerImpl.java:202) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.gentics.mesh.core.data.node.field.impl.BinaryGraphFieldImpl.lambda$static$1(BinaryGraphFieldImpl.java:94) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.gentics.mesh.core.data.impl.GraphFieldTypes.updateField(GraphFieldTypes.java:168) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.gentics.mesh.core.data.container.impl.AbstractGraphFieldContainerImpl.updateField(AbstractGraphFieldContainerImpl.java:339) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.gentics.mesh.core.data.container.impl.AbstractGraphFieldContainerImpl.updateFieldsFromRest(AbstractGraphFieldContainerImpl.java:354) ~[mesh.jar:na]
�[36mmesh_1 |�[0m at com.gentics.mesh.core.data.container.impl.NodeGraphFieldContainerImpl.updateFieldsFromRest(NodeGraphFieldContainerImpl.java:219) ~[mesh.jar:na]
The text was updated successfully, but these errors were encountered:
The error happens because the NodeCreateRequest already contains the sha512sum or binary uuid.
No binary with the given id has been stored before. The error would not happen if the binary had been stored before.
The text was updated successfully, but these errors were encountered: