Hi,
I am trying RMI and i keep getting this exception. I couldn't understand
the problem.
Can somebody give some clue!!
ComputeEngine exception: access denied (java.net.SocketPermission 192.168.0.206:1099
connect,resolve)
java.security.AccessControlException: access denied (java.net.SocketPermission
192.168.0.206:1099 connect,resolve)
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkConnect(Compiled Code)
at java.net.Socket.<init>(Compiled Code)
at java.net.Socket.<init>(Compiled Code)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Compiled Code)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Compiled Code)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Compiled Code)
at sun.rmi.transport.tcp.TCPChannel.createConnection(Compiled Code)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Compiled Code)
at sun.rmi.server.UnicastRef.newCall(Compiled Code)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Compiled Code)
at java.rmi.Naming.rebind(Compiled Code)
at engine.ComputeEngine.main(Compiled Code)
Thanks
..praks
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]