Using Big Data Spatial and Graph V1.1 After Inserting a Value in the Graph, opg.getVertex(...) Hangs with Huge Number of Edges
(Doc ID 2111299.1)
Last updated on DECEMBER 17, 2019
Applies to:
Oracle Big Data Spatial and Graph - Version 1.1 and laterInformation in this document applies to any platform.
Symptoms
Using Big Data Spatial and Graph V1.1 after inserting a Value in the Graph, opg.getVertex(...) suddenly hangs. The debug error shows:
com.google.protobuf.InvalidProtocolBufferException: Protocol message was too large. May be malicious. Use CodedInputStream.setSizeLimit() to increase the size limit.
at com.google.protobuf.InvalidProtocolBufferException.sizeLimitExceeded(InvalidProtocolBufferException.java:110)
at com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:755)
at com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
...
at com.google.protobuf.InvalidProtocolBufferException.sizeLimitExceeded(InvalidProtocolBufferException.java:110)
at com.google.protobuf.CodedInputStream.refillBuffer(CodedInputStream.java:755)
at com.google.protobuf.CodedInputStream.readRawByte(CodedInputStream.java:769)
...
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |