Some day ago I had a similar error. This was related to a bug in jdk1.2.2 
As far as I can remember we had a variable declared for type A like "String varA = 
null;" 
A value was assigned to varA with an arbitrary method (methodXY). Using the variable 
after assignement threw an exception.
Further investigation revealed that though methodXY had return type String, asking 
varA.getClass().getName() was a completely different classed object.
We had this error in Weblogic 5.1, jdk1.2.2 environment.
Upgrading to jdk 1.3.x made the problem vanish.
Peter

-----Ursprüngliche Nachricht-----
Von: Sathya Shiv [mailto:[EMAIL PROTECTED]] 
Gesendet: Wednesday, April 17, 2002 6:08 AM
An: [EMAIL PROTECTED]
Betreff: Help...UnsatisfiedLinkError

Hey, I had mailed this earlier I am posting it again as I did not get any reply so 
for....
Please help..

I am getting the following error while accessing the RMI object...
I am using windows 2000, jdk 1.2.2 and jsdk2.0, IIS with servlet exec ENgine.


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
 at sun/rmi/server/RemoteProxy.getLogLevel
 at sun/rmi/server/RemoteProxy.
 at sun/rmi/server/RemoteProxy.getStub
 at java/rmi/registry/LocateRegistry.getRegistry
 at java/rmi/registry/LocateRegistry.getRegistry
 at java/rmi/Naming.getRegistry
 at java/rmi/Naming.lookup
 at idea/sagewebint/util/SageRmtObjs.getRmtObj
 at idea/sagewebint/util/SageLoginServlet.doPost
 at javax/servlet/http/HttpServlet.service
 at javax/servlet/http/HttpServlet.service
 at com/newatlanta/servletexec/ServletExec.CallServletService
 at com/newatlanta/servletexec/ServletExec.processServletRequest
 at com/newatlanta/servletexec/ServletExec.standardServletRequest
 at com/newatlanta/servletexec/ServletExec.ProcessRequest
 at com/newatlanta/servletexec/ServletExec.ProcessRequest


Can any of u help....

Regards,
Sathya

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to