I'm getting the following message when trying to retrieve a CachedRowSetImpl via RMI:
java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.InvalidClassException: javax.sql.rowset.BaseRowSet; local class incompatible: stream classdesc serialVersionUID = -5057695020206631893, local class serialVersionUID = 4886719666485113312
The funny thing is, when I run serialver from a command prompt from the client and from the server they each have identical serialVersionUID numbers (-5057695020206631893). I'm not sure where the other number is coming from.
Any help would be appreciated. Thank you.
java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.InvalidClassException: javax.sql.rowset.BaseRowSet; local class incompatible: stream classdesc serialVersionUID = -5057695020206631893, local class serialVersionUID = 4886719666485113312
The funny thing is, when I run serialver from a command prompt from the client and from the server they each have identical serialVersionUID numbers (-5057695020206631893). I'm not sure where the other number is coming from.
Any help would be appreciated. Thank you.