Having some problems with a Java Agent running on my Domino Server. My application works correctly from my Notes Client scheduled to run locally. But when I move it to the Domino Server I get :
java.lang.SecurityException: c:\gcsdev\transforms\dxl-grl-PX.xsl
at lotus.notes.AgentSecurityManager.checkRead(AgentSecurityManager.java:608)
This application needs to stream in an xsl template from the file system to transform dxl.
I’ve attempted adjusting the java.policy file by adding :
grant codeBase “file:.” {
permission java.io.FilePermission “c:\gcsdev\transforms\dxl-grl-PX.xsl”, “read, write”;
};
But I get the same results.
Any advise on this matter is appreciated.
Thanks,
Larry Norcross
972-280-1817