java.net.SocketPermission 127.0.0.1:1099 connect.resolve
I have installed our properitary softrware hundreds of times and have gotten this error twice. The first time I had to wipe the machine and re-install Windows XP in order to get around this error. I thought maybe there could be another solution besides taking such a drastic step. Please Help if you can. The error is as follows:
PolarisEngine exception: access denied (java.net.SocketPermission 127.0.0.1:1099 connect.resolve
java.security.AccessControlException: access denied (java.net.SocketPermnission 127.0.0.1:1099)
at java.security.AccessControlContext.CheckPermission(unknown source)
at java.security.AccessController.checkPermission(unknown source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unkown Source)
at java.net.Socket.connect(unknown source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.(init)(Unknown Source)
We have been able to determine that the 1099 port is being blocked and is not able to be opened up, but the question is why and how do we fix it.

