java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception is: java.rmi.server.ExportException:

ぐ巨炮叔叔 提交于 2019-12-11 06:45:14

问题


I have upgraded my web application from java6 to java7. I have deployed web tier, ejb tier and web service tier on weblogic 10.3 successfully. Everything works fine except stateful ejb. During these ejb invocation , I get following exception on server logs.

java.rmi.UnmarshalException: cannot unmarshaling return; nested exception is: 
    java.rmi.UnexpectedException: Failed to parse descriptor file; nested exception is: 
    java.rmi.server.ExportException: Failed to export class SearchAccountSessionBean_qa86w0_EOImpl problem with rmi descriptor signature getFilterCount([Lcom.abc.SearchResultFilterName;)RemoteMethodSet=[setPrimaryKey(Ljava.lang.Object;), ......

Can anyone advice what may be the root cause. my ejb version is 2.0.


回答1:


Sometimes the EJBCompilerCache in weblogic will have the old bean details resulting in the above said error. Just clean the weblogic application server tmp and cache folders and try again.



来源:https://stackoverflow.com/questions/25323074/java-rmi-unexpectedexception-failed-to-parse-descriptor-file-nested-exception

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!