Hi,
I've spent the last two days trying to make this work but am not getting anywhere. I am trying to deploy some RMI objects for
testing so that we can move forward with other tasks we want to use RMI for. The problem is that I keep getting java.security.AccessControlException: access denied (java.net.SocketPermission [external_ip:1099] connect,resolve) exceptions. Here is what I've done:
Server Object:
We put a policy file on the server to allow all access. The server starts fine but nothing can get through to it.
Here is the client object which is running on another machine. Incidentally, the server is a test server with nothing more than an IP address for addressing:
RemoteServer and RemoteClient are on two different machines. When I run RemoteClient, I get
My client policy file looks like this:
Can someone please help me figure this out? Thanks so much!
Best,
Al