FOP hangs

2010-07-30 Thread Fernando Israel
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 =

Re: FOP hangs

2010-07-30 Thread Craig Ringer
On 31/07/10 08:21, Fernando Israel wrote: To give you a bit more information, the code is basically an axis web service, that gets called by a client. When it reaches the line above, I know it hangs because I have println statements before and after, and never passes that line, and the client

Re: FOP hangs

2010-07-30 Thread Manuel Mall
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