Hi guys,
I’m attempting to consume the twitter API from a hosted service I’m writing. I was seeing this error prior to requesting access to and receiving approval for https://api.twitter.com and was not having issues with it until a few minutes ago.
{
“code”: 14004,
“message”: “Service invocation failed: weborb.exceptions.ServiceException: java.security.AccessControlException: access denied (“java.net.SocketPermission” “199.16.156.72:443” “connect,resolve”)ServiceException”
}
Mark,
The request is failing for http:// as well as https:// with the same exception thrown.
{
“code”: 14004,
“message”: “Service invocation failed: weborb.exceptions.ServiceException: java.security.AccessControlException: access denied (“java.net.SocketPermission” “199.16.156.231:80” “connect,resolve”)ServiceException”
}