java.lang.SecurityException: not allowed to access system properties
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Stack Overflow by LotusWorst
, 1 year agojava.lang.SecurityException: not allowed to access system properties
at lotus.notes.AgentSecurityManager.checkPropertiesAccess(Unknown Source)
at java.lang.System.getProperties(System.java:342)
at JavaAgent.NotesMain(JavaAgent.java:73)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(Unknown Source)