Posted By:
vivek_natarajan
Posted On:
Saturday, June 14, 2003 06:59 PM
This is the runtime exception i get when i run code given at http://java.sun.com/j2se/1.3/docs/guide/idl/GShome.html ERROR : org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable. (Throwable.java:94) at java.lang.Exception. (Exception.java:42) at java.lang.RuntimeException. (RuntimeException.java:47) at org.omg.CORBA.SystemException. (SystemException.java:49) at org.omg.CORBA.NO_IMPLEMENT. (NO_IMPLEMENT.java:69) at org.omg.CORBA.NO_IMPLEMENT. (NO_IMPLEMENT.java:47) at org.omg.CORBA.NO_IMPLEMENT. (NO_IMPLEMENT
More>>
This is the runtime exception i get when i run code given
at http://java.sun.com/j2se/1.3/docs/guide/idl/GShome.html
ERROR : org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No
org.omg.CORBA.NO_IMPLEMENT: minor code: 0 completed: No
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.
(Throwable.java:94)
at java.lang.Exception.
(Exception.java:42)
at java.lang.RuntimeException.
(RuntimeException.java:47)
at org.omg.CORBA.SystemException.
(SystemException.java:49)
at org.omg.CORBA.NO_IMPLEMENT.
(NO_IMPLEMENT.java:69)
at org.omg.CORBA.NO_IMPLEMENT.
(NO_IMPLEMENT.java:47)
at org.omg.CORBA.NO_IMPLEMENT.
(NO_IMPLEMENT.java:38)
at org.omg.CORBA.portable.Delegate.releaseReply(Delegate.java:328)
at org.omg.CORBA.portable.ObjectImpl._releaseReply(ObjectImpl.java:259)
at HelloApp._HelloStub.sayHello(_HelloStub.java:43)
at HelloClient.main(HelloClient.java:26)
Please let me know what could be wrong
Thanks
<<Less