HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › Testing Lotus Domino Evaluation database
- This topic has 1 reply, 2 voices, and was last updated Jul 22, 2009
16:29:52 by PD4ML.
-
AuthorPosts
-
July 21, 2009 at 18:18#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]July 22, 2009 at 16:29#27392PD4ML 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.
-
AuthorPosts
The forum ‘Troubleshooting’ is closed to new topics and replies.