I had something like that - it was hitting the create FopFactory and just exiting, no error no nothing,
To resolve this I set my logging to debug, and suddenly I saw the problem appear in the logs. Kindest regards Theresa Forster Senior Software Developer From: JRSofty [mailto:[email protected]] Sent: 01 December 2011 15:12 To: [email protected] Subject: Freezing when attempting to create new instance of FopFactory. Hello, I'm working on a print template system for an application, and everything seemed to work fine, then I deployed it. The problem traces down to where I create a new instance of the FopFactory by using: FopFactory fopFactory = FopFactory.newInstance(); Now here's the thing. There are no exceptions thrown, no errors either it seems. It just gets to this point in the code and stops. Does anyone know what could possibly be the problem, or where I should start to look? -- --- THIS IS A SIGNATURE NO NEED TO CLICK ON LINKS UNLESS YOU FEEL LIKE IT --- http://jrsofty1.stinkbugonline.com http://www.galahtech.org
