org.omg.CORBA.MARSHAL: Server-side Exception: null
问题 I'm trying to register to a CORBA CosNotification Service. In the documentation of the service I'm trying to connect to, it says I have to a CosNotifyComm::SequencePushConsumer object, and attach it to the notification service. I've included my code, and the error I'm getting back. AlarmClient.java import NotificationIRPSystem.*; import org.omg.CosNotification.*; import org.omg.CosNotifyComm.*; import org.omg.CosNotifyChannelAdmin.*; import org.omg.CosNotifyFilter.*; import org.omg.CosNaming.