MarshalException:CORBA MARSHAL 1398079745 / 可以找到类

发布于 2024-08-26 18:39:23 字数 846 浏览 5 评论 0原文

我们在netbeans中进行了cleanbuild,检查了jdk版本并将所有内容部署在服务器上,但仍然出现以下错误。有人可以帮忙吗?

javax.servlet.ServletException:#{RegistrationController.register}: javax.ejb.EJBException:嵌套异常是: java.rmi.MarshalException:CORBA MARSHAL 1398079745 也许;嵌套的 例外是: org.omg.CORBA.MARSHAL: ----------BEGIN 服务器端 堆栈跟踪---------- org.omg.CORBA.MARSHAL: vmcid: SUN 次要代码: 257 已完成:于 com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9679)

在 com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9694)

在 com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1042)

在 com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:896)

...

we did a cleanbuild in netbeans, checked the jdk version and deployed everything at the server but still got the following error. Can somebody help?

javax.servlet.ServletException: #{RegistrationController.register}:
javax.ejb.EJBException: nested exception is:
java.rmi.MarshalException: CORBA MARSHAL 1398079745 Maybe; nested
exception is: org.omg.CORBA.MARSHAL: ----------BEGIN server-side
stack trace---------- org.omg.CORBA.MARSHAL: vmcid: SUN minor code:
257 completed: at
com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9679)

at
com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9694)

at
com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:1042)

at
com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:896)

...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如痴如狂 2024-09-02 18:39:23

通常,Corba Marshal 错误与 Corba 对象的 IDL 以及生成的存根与 Corba 对象本身实际实现的方法签名不匹配有关。

另外,请确保您拥有 Corba 实现所需的所有常规 Corba 相关 jar 引用。

您还可以发布您的客户端和服务器代码以及您正在使用的 IDL。

Normally Corba Marshal errors are related to the IDL of the Corba object and the generated stubs not matching up with the actual implemented method signature of the Corba object itself.

Also, make sure you have all of the normal Corba related jars referenced that you need for your Corba implementation.

You could also post your client and server code as well as the IDL you are using.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文