where to find related info?

alan yang (alan_yang@hp.com)
Fri, 26 Feb 1999 02:04:27 -0800

Date: Fri, 26 Feb 1999 02:04:27 -0800
From: alan yang <alan_yang@hp.com>
To: java-security@java.sun.com
Subject: where to find related info?

Hello,

I ran into the following when HelloApplet(rmi sample from Jdk 1.2) does
the Naming.lookup which I cannot find the doc describing this
exception. Any Idea?

Thanks in advance.
alan

btw, the HelloClient successfully calls the remote method and got the
"Hello World" message.

-------------------------------------------------------------------------------------------------------

Naming.lookup://isdnn015/HelloServer
java.lang.UnsatisfiedLinkError:
java/security/AccessController.doPrivileged Possible causes: If you are
trying to use J/Direct (@dll.import), check your compiler version (for
JVC, requires 4336 or greater.) If you are trying to use RNI, there are
new requirements: see documentation.
at java/security/AccessController.doPrivileged (AccessController.java)
at sun/rmi/server/RemoteProxy.getLogLevel (RemoteProxy.java:44)
at sun/rmi/server/RemoteProxy.<clinit> (RemoteProxy.java:41)
at sun/rmi/server/RemoteProxy.getStub (RemoteProxy.java)
at java/rmi/registry/LocateRegistry.getRegistry
(LocateRegistry.java:149)
at java/rmi/registry/LocateRegistry.getRegistry
(LocateRegistry.java:105)
at java/rmi/Naming.getRegistry (Naming.java:213)
at java/rmi/Naming.lookup (Naming.java:84)
at ps/wm/hello/HelloApplet.init (HelloApplet.java)
at com/ms/applet/AppletPanel.securedCall0 (AppletPanel.java)
at com/ms/applet/AppletPanel.securedCall (AppletPanel.java)
at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
at com/ms/applet/AppletPanel.run (AppletPanel.java)
at java/lang/Thread.run (Thread.java)
Microsoft (R) VM for Java, 5.0 Release 5.0.0.2922
==============================================