Re: Error: access denied (java.net.SocketPermission localhost:1024- listen,resolve)

2007-07-16 Thread Michael Falk
I am trying to use the com.sun.jndi.dns.DnsContextFactory to check whether a DNS MX record exists, but I get this error when I run the code in a CF sandbox: Error: access denied (java.net.SocketPermission localhost:1024- listen,resolve) Even if I set up a sandbox with no special restrictions

Re: Error: access denied (java.net.SocketPermission localhost:1024- listen,resolve)

2007-07-16 Thread Mike Chabot
, Michael Falk [EMAIL PROTECTED] wrote: I am trying to use the com.sun.jndi.dns.DnsContextFactory to check whether a DNS MX record exists, but I get this error when I run the code in a CF sandbox: Error: access denied (java.net.SocketPermission localhost:1024- listen,resolve) Even if I set up

Error: access denied (java.net.SocketPermission localhost:1024- listen,resolve)

2006-11-14 Thread Mike Chabot
I am trying to use the com.sun.jndi.dns.DnsContextFactory to check whether a DNS MX record exists, but I get this error when I run the code in a CF sandbox: Error: access denied (java.net.SocketPermission localhost:1024- listen,resolve) Even if I set up a sandbox with no special restrictions