A previous posting made on Feb 8 helped me solve a problem with a java agent trying to open a connection.
19-03-2003 22:02:44 HTTP JVM: at lotus.notes.AgentSecurityManager.checkConnect(Unknown Source)
I modified the agent security privileges and solved that error but now I’m getting another one. Does anybody knows if this error has something to do with agent properties for security.
This is the error:
19-03-2003 23:29:39 HTTP JVM: java.lang.SecurityException
19-03-2003 23:29:39 HTTP JVM: at lotus.notes.AgentSecurityManager.checkExit(Unknown Source)
19-03-2003 23:29:39 HTTP JVM: at java.lang.Runtime.exit(Runtime.java:119)
19-03-2003 23:29:39 HTTP JVM: at java.lang.System.exit(System.java:746)
19-03-2003 23:29:39 HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:64)
19-03-2003 23:29:39 HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
19-03-2003 23:29:39 HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)
Thanks in advance,
Andres