-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
8-pool
In a recent issue, a customer had a client-server RMI setup which communicated was throwing a StreamCorruptedException (bug linked below)
Upon investigation, it was discovered that the true problem was actually a ClassNotFoundException due to missing packages. The client and server both used differing JDK vendors which resulted in the same package being in 2 different locations on each jdk.
Looking at the stack trace from the issue, there was no mention of the ClassNotFoundException and it was only discovered as a result of manually debugging the execution of the java.util.Vector.readObject
As outlined in more detail in the linked bug, there was an associated CNFE returned from ObjectInputStream.LookupTable.lookupException which was not referenced in the stack trace
Had this been present, the underlying cause of the StreamCorruptedException would have been seen from the start
Upon investigation, it was discovered that the true problem was actually a ClassNotFoundException due to missing packages. The client and server both used differing JDK vendors which resulted in the same package being in 2 different locations on each jdk.
Looking at the stack trace from the issue, there was no mention of the ClassNotFoundException and it was only discovered as a result of manually debugging the execution of the java.util.Vector.readObject
As outlined in more detail in the linked bug, there was an associated CNFE returned from ObjectInputStream.LookupTable.lookupException which was not referenced in the stack trace
Had this been present, the underlying cause of the StreamCorruptedException would have been seen from the start
- duplicates
-
JDK-8273660 ObjectInputStream.GetField.get returns null instead of handling ClassNotFoundException
-
- Closed
-
- relates to
-
JDK-8267031 8u261 Oracle <-> IBM JDK Inconsistent vector internals
-
- Closed
-