Hello All,
I deployed the
ejb through RI and when i tried to access the bean through the client, it gave me following error. I already set the classpath for client jar given by RI.
Exception in
thread "main" java.rmi.AccessException: CORBA NO_PERMISSION 0 No; n
ested exception is:
org.omg.CORBA.NO_PERMISSION: minor code: 0 completed: No
org.omg.CORBA.NO_PERMISSION: minor code: 0 completed: No
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemExc
eption(ReplyMessage_1_2.java:93)
at com.sun.corba.ee.internal.iiop.ClientResponseImpl.getSystemException(
ClientResponseImpl.java:108)
at com.sun.corba.ee.internal.POA.GenericPOAClientSC.invoke(GenericPOACli
entSC.java:136)
at org.omg.CORBA.portable.ObjectImpl._invoke(Unknown Source)
at prashu.negu._AdviceHome_Stub.create(Unknown Source)
at AdviceClient.main(AdviceClient.java:12)
Hope somebody will help me.
thanks
Prashant