• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RMI serialVersionUID problem JRE 1.4.2_02

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having problems I'm trying to send an object using RMI but I get this error "RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.io.InvalidClassException: bartolo.net.Util; Local class not compatible: stream classdesc serialVersionUID=-5390167312941906095 local class serialVersionUID=-3505273448447392111.
I have on one end of my connection IBM JRE 1.3.1_05 and on the other end SUN JRE 1.4.2_02. I think I read somewhere that some changes were made on how to calculates serialUID's between Java 1.3.1 and Java 1.4.0.
Anyone here that know something about this, a link to article or something. Thanks.....
 
reply
    Bookmark Topic Watch Topic
  • New Topic