简体   繁体   English

MarshalException:CORBA MARSHAL 1398079745 /可以找到类

[英]MarshalException: CORBA MARSHAL 1398079745 / Could find classes

we did a cleanbuild in netbeans, checked the jdk version and deployed everything at the server but still got the following error. 我们在netbeans中进行了cleanbuild,检查了jdk版本并在服务器上部署了所有内容,但仍然收到以下错误。 Can somebody help? 有人可以帮忙吗?

javax.servlet.ServletException: #{RegistrationController.register}: javax.ejb.EJBException: nested exception is: java.rmi.MarshalException: CORBA MARSHAL 1398079745 Maybe; javax.servlet.ServletException:#{RegistrationController.register}:javax.ejb.EJBException:嵌套异常为:java.rmi.MarshalException:CORBA MARSHAL 1398079745也许; 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) 嵌套的异常是:org.omg.CORBA.MARSHAL:---------- BEGIN服务器端堆栈跟踪---------- org.omg.CORBA.MARSHAL:vmcid:SUN次要代码:257完成:在com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9679)

at com.sun.corba.ee.impl.logging.ORBUtilSystemException.couldNotFindClass(ORBUtilSystemException.java:9694) 在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) 在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) 在com.sun.corba.ee.impl.encoding.CDRInputStream_1_0.read_value(CDRInputStream_1_0.java:896)

... ...

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. 通常,Corba Marshal错误与Corba对象的IDL和生成的存根与Corba对象本身的实际实现方法签名不匹配有关。

Also, make sure you have all of the normal Corba related jars referenced that you need for your Corba implementation. 另外,请确保已引用了所有与Corba实现相关的常规Corba相关jars。

You could also post your client and server code as well as the IDL you are using. 您还可以发布您的客户端和服务器代码以及您正在使用的IDL。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么会出现EJB java.rmi.MarshalException:CORBA MARSHAL异常? - Why do i get an EJB java.rmi.MarshalException: CORBA MARSHAL exception? org.omg.CORBA.MARSHAL:警告:00810057:无法加载类 - org.omg.CORBA.MARSHAL: WARNING: 00810057: Could not load class org.omg.CORBA.MARSHAL:值类型未实现StreamableValue或CustomMarshal - org.omg.CORBA.MARSHAL: Valuetype does not implement StreamableValue or CustomMarshal 错误org.omg.CORBA.MARSHAL序列长度太大 - ERROR org.omg.CORBA.MARSHAL Sequence length too large org.omg.CORBA:MARSHAL和org.omg.CORBA.BAD_PARAM错误 - org.omg.CORBA:MARSHAL & org.omg.CORBA.BAD_PARAM error CORBA通知订阅(错误:org.omg.CORBA.MARSHAL:vmcid:0x0次要代码:0已完成:否) - CORBA Notification Subscription (ERROR: org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No) 查找中未处理的异常[根异常是org.omg.CORBA.MARSHAL: - Unhandled exception in lookup [Root exception is org.omg.CORBA.MARSHAL: 使用Java在CORBA方法中发送和接收自己的类 - Sending and receiving own classes in CORBA methods with Java 无法在具有XML格式的REST中封送 - Could not marshal in REST with XML format 带有自定义JAX-B绑定的JAX-WS MarshalException:无法将类型“java.lang.String”编组为元素 - JAX-WS MarshalException with custom JAX-B bindings: Unable to marshal type “java.lang.String” as an element
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM