aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes getting java.rmi.AccessException: CORBA NO_PERMISSION Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "getting java.rmi.AccessException: CORBA NO_PERMISSION" Watch "getting java.rmi.AccessException: CORBA NO_PERMISSION" New topic
Author

getting java.rmi.AccessException: CORBA NO_PERMISSION

Suchitra Bhat
Ranch Hand

Joined: Dec 30, 2005
Posts: 62
Hi All,

I can't get the Advice(from Head First EJB) example to work on Mac OS X "Tiger". All the java classes compiled fine and also deployed using RI .

But while running the AdviceClient i am getting the following exception

java.rmi.AccessException: CORBA NO_PERMISSION 0 No; nested exception is:
org.omg.CORBA.NO_PERMISSION: vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:87)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at headfirst._AdviceHome_Stub.create(Unknown Source)
at AdviceClient.go(AdviceClient.java:26)
at AdviceClient.main(AdviceClient.java:10)
Caused by: org.omg.CORBA.NO_PERMISSION: vmcid: 0x0 minor code: 0 completed: No
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at com.sun.corba.ee.internal.iiop.messages.ReplyMessage_1_2.getSystemException(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(GenericPOAClientSC.java:136)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
... 3 more


Any pointers will be greatly helpful.

Thanks in Advance,
Suchitra
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: getting java.rmi.AccessException: CORBA NO_PERMISSION
 
Similar Threads
java.rmi.AccessException
Problem Running the AdviceClient
CORBA.NO_PERMISSION Exception
Help required for executing EJB
Error while running Advice EJB from HF