Sunday, April 28, 2024
HomeJavaCORBA MARSHAL in Java? Answer

CORBA MARSHAL in Java? Answer


Disclosure: This text might comprise affiliate hyperlinks. While you buy, we might earn a small fee.

What’s Marshal Exception in Java

Lately I’m engaged on one undertaking and there we’re utilizing java RMI there we’re getting marshalException which encourage me to write down the answer as one article. Let begin with

What’s marshalException in Java?

Marshal Exception happens through the distant methodology name generally known as RMI when marshaling shouldn’t be carried out and argument or the return worth won’t attain to distant methodology or we are able to say to the server.

Each other motive for occurring this Exception if the protocol we’re utilizing in RMI is a distinct model on the sender and receiver facet

Signature: public class MarshalException extends RemoteException

Java.rmi.MarshalException: CORBA MARSHAL Instance

java.rmi.MarshalException: CORBA MARSHAL 0 No; nested exception is:
org.omg.CORBA.MARSHAL: Unable to learn worth from underlying bridge:
Mismatched serialization UIDs

Answer: we are able to use the next answer to resolve the issue

java.rmi.MarshalException: CORBA MARSHAL SolutionThis can be a recognized downside and outcomes from the best way that Java generates the serialized model UID for EJB courses. 

This downside may be corrected by modifying the final 3 or 4 digits of the serialVersionUID that was generated for the bean and first key courses. Change the final 3 or 4 digits to some distinctive worth, generate the deployed code, and export the jar file and restart the server.

Associated Java Tutorial



RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments