Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26228

    Having troubles getting the agent to run and generate PDF from notes client both locally and on server.

    Database copied into data directory and signed with appropriate id to run java code. Standard Windows 2000 Notes 6.5.1 installation

    error generated:

    [language=java:1l9tocbn]AGENT start.

    java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:286)
    at java.security.AccessController.checkPermission(AccessController.java:413)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:565)
    at COM.ibm.JEmpower.applet.AppletSecurity.superDotCheckPermission(AppletSecurity.java:1303
    at COM.ibm.JEmpower.applet.AppletSecurity.checkRuntimePermission(AppletSecurity.java:1180
    at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1380)
    at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1318)
    at java.lang.Thread.getContextClassLoader(Thread.java:1139)
    at org.zefer.cache.d.Ò00000(Unknown Source)
    at org.zefer.cache.d.o00000(Unknown Source)
    at org.zefer.cache.d.o00000(Unknown Source)
    at org.zefer.cache.ResourceCache.getObject(Unknown Source)
    at org.zefer.cache.ResourceCache.getObject(Unknown Source)
    at org.zefer.font.d.o00000(Unknown Source)
    at org.zefer.html.doc.PD4MLHtmlParser.o00000(Unknown Source)
    at org.zefer.html.doc.PD4MLHtmlParser.(Unknown Source)
    at org.zefer.pd4ml.PD4ML.o00000(Unknown Source)
    at org.zefer.pd4ml.PD4ML.render(Unknown Source)
    at org.zefer.pd4ml.PD4ML.render(Unknown Source)
    at org.zefer.pd4ml.PD4ML.render(Unknown Source)
    at PdfAgent.generatePDF(PdfAgent.java:170)
    at PdfAgent.NotesMain(PdfAgent.java:110)
    at lotus.domino.AgentBase.runNotes(Unknown Source)
    at lotus.domino.NotesThread.run(NotesThread.java:215)[/language:1l9tocbn]

    #27392

    PD4ML stores some image (for example checkbox shapes) and configuration resources in pd4ml.jar and loads them using Java class loader.

    Lotus database signing restricts some Java permissions and obviously an access to the classloader is among them. Unfortunately I cannot give you a hint what exactly needs to be (re-)configured by signing. But hopefully the direction where to look for the problem solution is more-less clear: PD4ML needs permissions to load resources with the class loader.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.