java.rmi.MarshalException

前端 未结 2 486
太阳男子
太阳男子 2021-01-28 22:09

whenever I try to call my ejb from a client, I get this error :

  java.rmi.MarshalException: Failed to communicate. 

    Problem during     marshalling/unmarsha         


        
2条回答
  •  终归单人心
    2021-01-28 22:39

    Looks like your server has a different version of the object that your client. Make sure they are both using the same code for the com.afrikbrain.util.message.MessageInfo object.

提交回复
热议问题