Hi,
I'm having an issue trying to generate a PDF using the generatePDFOutput component of the OutputService. When this step of my sample process is encountered, no PDF is generated, and I see a stream of these errors in the logs:
Failed to locate Adobe Font information. Please check your Adobe Font location settings
Looking further up the log, I also see this:
com.adobe.fontmanager.FontManagerException: ALC-FMR-001-003:FontManager: Adobe Server Font Directory null/empty string
Having checked in the admin console, I can verify that my "Adobe Server Fonts" and "System Fonts" directories are set correctly (C:\Program Files\Adobe\Adobe LiveCycle ES2\fonts and C:\WINDOWS\Fonts respectively). I'm running against a JBoss turnkey installation on XP, if that's at all pertinent. Any thoughts on how I can resolve this?