We still get an empty PDF when clicking Download the docket as PDF file.
If we run the plugin “plugin_intranda_step_save_docket_file” we can then print the docket file if we click “Download a PDF file for the entire process” for a process.
I’m sure this is not the correct way to get the slip.
As seen in my log above, we get a Permission denied. “java.io.FileNotFoundException: .fop” Does anyone know where that could be?
I looked at the stacktrace and I have no new idea about the problem here. Maybe there are temp directories not writeable? Please check, if the tomcat user is allowed to write to /tmp and/or /opt/digiverso/goobi/tmp. If that is the case I think we need to arrange a call and look at it together…
This is now resolved for us. The problem was that the .fop directory could not be created in the user directories.
Also, tomcat needed a .fop directory. But tomcat’s home dir was supposed to be /var/lib/tomcat, but we only had the directory /var/lib/tomcat9 so we needed to create a symlink.