Imported from previous forum
Hi All,
Following error received when data load is high. After this error, we are continually getting BitMapVector error and Template Id missing error and application is not decoding any message thereafter. As per my experience, this is a random error. Could anyone please help me to resolve this issue?
org.openfast.error.FastException: An error occurred while decoding SecurityDefinition
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:133)
at org.openfast.codec.FastDecoder.readMessage(FastDecoder.java:82)
at org.openfast.MessageInputStream.readMessage(MessageInputStream.java:65)
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
at org.openfast.template.Scalar.decode(Scalar.java:246)
at org.openfast.template.Sequence.decode(Sequence.java:200)
at org.openfast.template.Group.decodeFieldValues(Group.java:293)
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:126)
… 3 more
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
at org.openfast.error.ErrorCode.throwException(ErrorCode.java:45)
at org.openfast.error.ErrorHandler$1.error(ErrorHandler.java:26)
at org.openfast.Global.handleError(Global.java:41)
at org.openfast.template.type.IntegerType.validateValue(IntegerType.java:88)
at org.openfast.template.Scalar.validateDecodedValueIsCorrectForType(Scalar.java:260)
at org.openfast.template.Scalar.decode(Scalar.java:240)
… 6 more
Hi,
The possible reason is incompatible template and data stream.
FAST decoder is crashed down on NoSecurityAltID decoding:
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
Hi All,
Following error received when data load is high. After this error, we are continually getting BitMapVector error and Template Id missing error and application is not decoding any message thereafter. As per my experience, this is a random error. Could anyone please help me to resolve this issue?
org.openfast.error.FastException: An error occurred while decoding SecurityDefinition
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:133)
at org.openfast.codec.FastDecoder.readMessage(FastDecoder.java:82)
at org.openfast.MessageInputStream.readMessage(MessageInputStream.java:65)
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
at org.openfast.template.Scalar.decode(Scalar.java:246)
at org.openfast.template.Sequence.decode(Sequence.java:200)
at org.openfast.template.Group.decodeFieldValues(Group.java:293)
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:126)
… 3 more
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
at org.openfast.error.ErrorCode.throwException(ErrorCode.java:45)
at org.openfast.error.ErrorHandler$1.error(ErrorHandler.java:26)
at org.openfast.Global.handleError(Global.java:41)
at org.openfast.template.type.IntegerType.validateValue(IntegerType.java:88)
at org.openfast.template.Scalar.validateDecodedValueIsCorrectForType(Scalar.java:260)
at org.openfast.template.Scalar.decode(Scalar.java:240)
… 6 more
I double checked both templates, but both are identical. Do you any other solution?
Hi,
The possible reason is incompatible template and data stream.
FAST decoder is crashed down on NoSecurityAltID decoding:
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
Hi All,
Following error received when data load is high. After this error, we are continually getting BitMapVector error and Template Id missing error and application is not decoding any message thereafter. As per my experience, this is a random error. Could anyone please help me to resolve this issue?
org.openfast.error.FastException: An error occurred while decoding SecurityDefinition
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:133)
at org.openfast.codec.FastDecoder.readMessage(FastDecoder.java:82)
at org.openfast.MessageInputStream.readMessage(MessageInputStream.java:65)
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
at org.openfast.template.Scalar.decode(Scalar.java:246)
at org.openfast.template.Sequence.decode(Sequence.java:200)
at org.openfast.template.Group.decodeFieldValues(Group.java:293)
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:126)
… 3 more
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
at org.openfast.error.ErrorCode.throwException(ErrorCode.java:45)
at org.openfast.error.ErrorHandler$1.error(ErrorHandler.java:26)
at org.openfast.Global.handleError(Global.java:41)
at org.openfast.template.type.IntegerType.validateValue(IntegerType.java:88)
at org.openfast.template.Scalar.validateDecodedValueIsCorrectForType(Scalar.java:260)
at org.openfast.template.Scalar.decode(Scalar.java:240)
… 6 more
Anyone has any thought to resolve this issue please?
I double checked both templates, but both are identical. Do you any other solution?
Hi,
The possible reason is incompatible template and data stream.
FAST decoder is crashed down on NoSecurityAltID decoding:
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
Hi All,
Following error received when data load is high. After this error, we are continually getting BitMapVector error and Template Id missing error and application is not decoding any message thereafter. As per my experience, this is a random error. Could anyone please help me to resolve this issue?
org.openfast.error.FastException: An error occurred while decoding SecurityDefinition
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:133)
at org.openfast.codec.FastDecoder.readMessage(FastDecoder.java:82)
at org.openfast.MessageInputStream.readMessage(MessageInputStream.java:65)
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
at org.openfast.template.Scalar.decode(Scalar.java:246)
at org.openfast.template.Sequence.decode(Sequence.java:200)
at org.openfast.template.Group.decodeFieldValues(Group.java:293)
at org.openfast.template.MessageTemplate.decode(MessageTemplate.java:126)
… 3 more
Caused by: org.openfast.error.FastException: The value 3486042861337320496 is out of range for type uInt32
at org.openfast.error.ErrorCode.throwException(ErrorCode.java:45)
at org.openfast.error.ErrorHandler$1.error(ErrorHandler.java:26)
at org.openfast.Global.handleError(Global.java:41)
at org.openfast.template.type.IntegerType.validateValue(IntegerType.java:88)
at org.openfast.template.Scalar.validateDecodedValueIsCorrectForType(Scalar.java:260)
at org.openfast.template.Scalar.decode(Scalar.java:240)
… 6 more
Kapila, I suggest you contact the openfast team directly
Best,
Rolf
Anyone has any thought to resolve this issue please?
I double checked both templates, but both are identical. Do you any other solution?
Hi,
The possible reason is incompatible template and data stream.
FAST decoder is crashed down on NoSecurityAltID decoding:
Caused by: org.openfast.error.FastException: Error occurred while decoding Scalar [name=NoSecurityAltID, operator=none, type=uInt32, dictionary=SecurityDefinition]
[snip]