java.lang.NullPointerException error

The error:access denied (SocketPermission netmarket.netapp.com:80 connect,resolve)Must relate either to the connection to that port (port 80) or to the resolution of the URL (netmarket.netapp.com). I suggested the DNS lookup since that is typically the biggest issue. If you have the ping disabled, then I have no idea how to resolve the issue under the covers since I have no control over how Java does it's security connection to a machine that you weren't loaded from (other than doing the java.security.AccessController.doPrivileged call). You either need to load the content on that server ... or use the policy file to get past the Java 2 security issue. I assume you've tried using the latest and greatest JRE.Tim

Discussions have been disabled for this post