Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7700497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:43:21+00:00 2026-05-31T22:43:21+00:00

when i run my application, i get following exception. I have no problem with

  • 0

when i run my application, i get following exception.
I have no problem with it because it bollocks nothing but i’m worry for production.
Can any body suggest the reason for it and eventually solution?

weblogic.rjvm.PeerGoneException: ; nested exception is: 
java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is: 
java.io.InvalidClassException: du.bzvd.j2ee.resources.PrinterVO; local class incompatible: stream classdesc serialVersionUID = 0, local class serialVersionUID = 1
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:221)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
at du.bzvd.j2ee.resources.bean.ResourcesFacade_yp0dn4_EOImpl_1000_WLStub.getDefaultPrinterForComputer(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at du.bzvd.j2ee.arch.util.security.AuthenticatedSessionFacade$1.run(AuthenticatedSessionFacade.java:60)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.security.Security.runAs(Security.java:61)
at du.bzvd.j2ee.arch.util.security.AuthenticatedSessionFacade.invokeAuthenticated(AuthenticatedSessionFacade.java:58)
at du.bzvd.j2ee.arch.util.security.AuthenticatedSessionFacade.invoke(AuthenticatedSessionFacade.java:43)
at $Proxy2.getDefaultPrinterForComputer(Unknown Source)
at du.bzvd.j2eeutil.resource.ResourceGateway$10.call(ResourceGateway.java:166)
at du.bzvd.j2eeutil.resource.ResourceGateway$10.call(ResourceGateway.java:165)
at du.bzvd.j2eeutil.resource.ResourceGateway.getImpl(ResourceGateway.java:386)
at du.bzvd.j2eeutil.resource.ResourceGateway.getDefaultPrinterForComputer(ResourceGateway.java:164)
at du.bzvd.info.KWSInfoPanel.getDefaultPrinterForComputer(KWSInfoPanel.java:185)
at du.bzvd.info.KWSInfoPanel.getProperties(KWSInfoPanel.java:107)
at du.bzvd.info.KWSInfoPanel.getGuiLessSummary(KWSInfoPanel.java:135)
at du.bzvd.info.InfoCollector.saveSummary(InfoCollector.java:27)
at du.bzvd.info.InfoCollector.access$000(InfoCollector.java:16)
at du.bzvd.info.InfoCollector$InfoCollectorThread.run(InfoCollector.java:120)
    Caused by: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is: 
java.io.InvalidClassException: du.bzvd.j2ee.resources.PrinterVO; local class incompatible: stream classdesc serialVersionUID = 0, local class serialVersionUID = 1
at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:441)
at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:368)
at weblogic.socket.AbstractMuxableSocket.dispatch(AbstractMuxableSocket.java:383)
at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:872)
at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:808)
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:283)
at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.io.InvalidClassException: du.bzvd.j2ee.resources.PrinterVO; local class incompatible: stream classdesc serialVersionUID = 0, local class serialVersionUID = 1
at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:546)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1292)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
at weblogic.rjvm.ClassTableEntry.readExternal(ClassTableEntry.java:36)
at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1756)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1717)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
at weblogic.rjvm.InboundMsgAbbrev.readObject(InboundMsgAbbrev.java:65)
at weblogic.rjvm.InboundMsgAbbrev.read(InboundMsgAbbrev.java:37)
at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:223)
at weblogic.rjvm.MsgAbbrevInputStream.init(MsgAbbrevInputStream.java:174)
at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:435)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:43:22+00:00Added an answer on May 31, 2026 at 10:43 pm

    The problem is with serialVerUID of the class whose objects you want to marshal/unmarshal

    Just see the following line in the exception you got:
    stream classdesc serialVersionUID = 0, local class serialVersionUID = 1

    There is a mismatch of serialVersionUID. This happens when you have changed the serialVersion UID or changed any members of the class.

    Can you define a member variable in your class PrinterVO like:

    static long serialVersionUID=0

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application which get copied and run on client machines. The program
I was wondering how to get this to run. In my application I have
I have a strange problem. I have configured our Websphere Application Server to run
I get this error when I run the application Incorrect syntax near 12 ,
when i run my application it is the error i get... This application has
When I run a Flex application in the debug flash player I get an
Does anyone know if it's possible to get a Win32 application to run under
In our application we've run into an error numerous times where we get error
I developed one swing application but each time you run application new window is
I currently have the problem that I encounter an exception I never saw before

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.