Hi Adobe team,We've started to get some intermittent failures to connect
to our policy server. I'm currently trying to debug the problem, we do
have a full stack trace:-Principal principal =
InfomodelObjectFactory.createSpecialPrincipal(InfomodelObjectFactory.ANONYMOUS_PRINCIPAL);this
throws a SDKExceptionwhich is caught like thiscatch (SDKException e)
{throw new DrmException("Cannot connect to Policy Manager",
e);}com.semantico.drm.exception.DrmException: Cannot connect to Policy
Manager at
com...