We are getting “Error access denied java.util.propertypermission java.protocol.handler.pkgs write, lotus”
error message on and off in our application, added permission java.util.PropertyPermission “java.protocol.handler.pkgs”, “write”; in java.policy.
However we are getting another error message as follows “Unexpected error occurred in the function webservice LS2J Error: Java constructor failed to execute”.
On the server, at the operating system level, be sure the related Java files have the correct permissions to allow Domino to use them. Sometimes changes at the OS level (updates, etc) can change the permissions at the file or folder level.
Since you said it seems intermittent, another thing to check is thrid party applications, especially backup and anti-virus type applications. If these applications are “grabbing” the files, even for a short time, they would be unavailable to Domino during that time. The key is to be sure you’re using third party apps that are Domino Server friendly.
Above two steps did not help much do we need to help resolve the issue. Do we need to add the third step to get it resolved and restart the domino server?