Hi All, We have Java Agent which is run from server using RunOnServer command. We are getting the following error while executing it:
Agent error: Exception in thread "Launcher: JavaAgent"
Agent error: java.security.AccessControlException: Access denied (java.lang.RuntimePermission setContextClassLoader)
Agent error: at java.security.AccessController.checkPermission(AccessController.java:108) Agent error: at java.lang.SecurityManager.checkPermission(SecurityManager.java:533) Agent error: at java.lang.Thread.setContextClassLoader(Thread.java:753)
Agent error: at lotus.domino.AgentLauncher$1.run(Unknown Source) Agent error: at java.security.AccessController.doPrivileged(AccessController.java:202)
Agent error: at lotus.domino.AgentLauncher.setCurrentLoader(Unknown Source)
Agent error: at lotus.domino.AgentLauncher.run(Unknown Source)
Agent error: at lotus.domino.NotesThread.run(Unknown Source)
Please let me know if anyone knows how to fix this?
This agent uses couple of Jar files to connect to DB2 using JDBC.
Thanks
Mahesh
Software/Hardware used:
ASKED:
January 10, 2011 9:49 AM
UPDATED:
January 10, 2011 2:06 PM