SHORT SUMMARY:
Unexpected null pointers encountered during corba transactions.
INDICATORS:
stack traces as per BUGDB # 12807608
COUNTER INDICATORS:
TRIGGERS:
KNOWN WORKAROUND:
N/A
PRESENT SINCE:
N/A
HOW TO VERIFY:
No internal testcase available.
NOTES FOR SE:
This issue was produced in production site only. Cu has been helpful
in tracing down root cause. The CDROutputObject object is responsible
from the NPE.
CDRInputStream_1_0.close method will close CDROutputStream in error,
if byte buffers for input and output streams fail to be differentiated
by their HashCodes.
Fix has already been introduced to Glassfish corba and the JDK should
also have this fix.
Cu has verified the fix.
REGRESSION:
No.