Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: 5.0
-
Fix Version/s: 5.0u2
-
Component/s: other-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b04
-
CPU:generic
-
OS:generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2140806 | 6 | Ken Cavanaugh | P3 | Resolved | Fixed | b59a |
Description
We have an issue when using the JRockit version of JDK 1.5.0. We are seeing
this NPE:
java.lang.NullPointerException.
null
at com.sun.corba.se.impl.io.InputStreamHook$InReadObjectDefaultsSentState.readData
(Lcom.sun.corba.se.impl.io.InputStreamHook;)V(InputStreamHook.java:386)
at com.sun.corba.se.impl.io.IIOPInputStream.readBoolean()Z(IIOPInputStream.java:697)
and the code in InputStreamHook looks wrong to me. It is assuming it knows
the implementation of the ORB stream, but the stream could have been provided
by a vendor using the ValueHandler (as we do).
###@###.### 11/2/04 20:37 GMT
this NPE:
java.lang.NullPointerException.
null
at com.sun.corba.se.impl.io.InputStreamHook$InReadObjectDefaultsSentState.readData
(Lcom.sun.corba.se.impl.io.InputStreamHook;)V(InputStreamHook.java:386)
at com.sun.corba.se.impl.io.IIOPInputStream.readBoolean()Z(IIOPInputStream.java:697)
and the code in InputStreamHook looks wrong to me. It is assuming it knows
the implementation of the ORB stream, but the stream could have been provided
by a vendor using the ValueHandler (as we do).
###@###.### 11/2/04 20:37 GMT
Attachments
Issue Links
- backported by
-
JDK-2140806 InputStreamHook's assumption about implementation of ORB stream causes a NullPointerException
-
- Resolved
-