I am using
jserv-apache
and
jrunpro-NES3.6

when i am making an RMI call from a servlet
it is raising following exception

java.rmi.RMISecurityException: security.checkConnect: To itl-pc-5109:-1
        at
java.rmi.RMISecurityManager.checkConnect(RMISecurityManager.java:268)
        at java.net.InetAddress.getLocalHost(InetAddress.java:518)
        at
sun.rmi.registry.RegistryHandler.registryStub(RegistryHandler.java:41)
        at
java.rmi.registry.LocateRegistry.getRegistry(LocateRegistry.java:107)
        at java.rmi.Naming.getRegistry(Naming.java:149)
        at java.rmi.Naming.lookup(Naming.java:48)
        at pdn.download.DownloadClient.<init>(DownloadClient.java:28)
        at pdn.download.DownloadClient.<init>(DownloadClient.java:18)
        at S.getLatestFirmwareVersions(S.java:27)
        at S.doGet(S.java:16)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java)
        at org.apache.jserv.JServConnection.run(JServConnection.java)
        at java.lang.Thread.run(Thread.java:466)

thanx in advance
akash

___________________________________________________________________________
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