As you run under a Linux OS simply do a 'kill 3 <pid>' where pid is the Unix process id of the tomcat process. You then will find a complete JVM stack trace in the tomcat log file (typically catalina.out). That should significantly help to determine where your application is hanging.
Fernando wrote: > > Hi All, > > I have been using FOP for a while and have it working on a server (Fedora > 9, > Java 6u11, Tomcat 5.5 and Axis 1.4). > > When a run the same code in a different server (Fedora 8, Java 6u20, > Tomcat > 5.5 and Axis 1.4), the code simply hangs in the line > > *Fop fop = fopFactory.newFop(MimeConstants.MIME_PDF, foUserAgent, out); * > > ... > The most difficult bit is the lack of exeptions being thorwn. Is like > flying > blind. > > ... > -- View this message in context: http://old.nabble.com/FOP-hangs-tp29310798p29311311.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
