NullReferenceException Occus On Tuxedo .NET Client
(Doc ID 2550703.1)
Last updated on OCTOBER 23, 2023
Applies to:
Oracle Tuxedo - Version 12.1.1 and laterInformation in this document applies to any platform.
Symptoms
When receiving message from server side is null, .NET Client got following Exception
System.NullReferenceException was unhandled
Message=Object reference not set to an instance of an object.
Source=libwscdnet
StackTrace:
at Bea.Tuxedo.ATMI.AppContext.WrapRawBuffer(TypedBuffer& tb, IntPtr buff, Int64 datalen, Int64 flags)
at Bea.Tuxedo.ATMI.AppContext.tprecv(ConversationDescriptor cd, TypedBuffer& tb, Int64 flags)
Message=Object reference not set to an instance of an object.
Source=libwscdnet
StackTrace:
at Bea.Tuxedo.ATMI.AppContext.WrapRawBuffer(TypedBuffer& tb, IntPtr buff, Int64 datalen, Int64 flags)
at Bea.Tuxedo.ATMI.AppContext.tprecv(ConversationDescriptor cd, TypedBuffer& tb, Int64 flags)
This is happened with tpcall,tprecv and tpgetrply
Changes
From server side code, calling tpreturn(TPSUCCESS, TPURCODE, NULL, 0L, 0);
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 |
Changes |
Cause |
Solution |
References |