• 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

EJBException because of local class incompatible

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i got the below exception in a stand alone application. please help me.

[weblogic.rjvm.PeerGoneException: ; nested exception is:
java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
java.io.InvalidClassException: javax.ejb.EJBException; local class incompatible: stream classdesc serialVersionUID = 79677099329684351
0, local class serialVersionUID = -9219910240172116449]" tracking=#uLqNQqvu/LL4L-46WnzzygJEzzw#VMS_2_P5_eaips104-Services/AccountAppServices/P
erformTopUp-Job-19406562#TP.ALERTS.2.eaips104-Services/AlertAppServices/VoucherTopUp-Job-4314614#CCV_1_crmps303_normal_1_ALERTS#altxs004#in_uk
_prod_1_altxs004#

thanks in advance,
Jayavani
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This Type of error normally occur when there is mismatch in complied class version.
 
reply
    Bookmark Topic Watch Topic
  • New Topic