FOP problem: rendering do not end

2003-12-19 Thread Stan Pinte
hello,
I am using FOP in a production server, and suddenly, it stops rendering 
pdfs...

when everything is ok I see:
13:00:39,532 INFO  [STDOUT] [ERROR]
13:00:39,532 INFO  [STDOUT] Logger not set
13:00:39,532 INFO  [STDOUT] [WARNING]
13:00:39,532 INFO  [STDOUT] Screen logger not set - Using ConsoleLogger.
13:00:39,532 INFO  [STDOUT] [INFO]
13:00:39,532 INFO  [STDOUT] Using org.apache.xerces.parsers.SAXParser as 
SAX2 Pa
rser
13:00:39,542 INFO  [STDOUT] [INFO]
13:00:39,542 INFO  [STDOUT] building formatting object tree
13:00:39,572 INFO  [STDOUT] [INFO]
13:00:39,572 INFO  [STDOUT] setting up fonts
13:00:39,912 INFO  [STDOUT] [INFO]
13:00:39,912 INFO  [STDOUT] [1]
13:00:40,483 INFO  [STDOUT] [INFO]
13:00:40,483 INFO  [STDOUT] Parsing of document complete, stopping renderer

and here I only see:
2003-12-19 12:16:25,359 INFO  [STDOUT] [ERROR]
2003-12-19 12:16:25,359 INFO  [STDOUT] Logger not set
2003-12-19 12:16:25,359 INFO  [STDOUT] [INFO]
2003-12-19 12:16:25,359 INFO  [STDOUT] Using 
org.apache.xerces.parsers.SAXParser
as SAX2 Parser
2003-12-19 12:16:25,359 INFO  [STDOUT] [INFO]
2003-12-19 12:16:25,359 INFO  [STDOUT] building formatting object tree
2003-12-19 12:16:25,359 INFO  [STDOUT] [INFO]
2003-12-19 12:16:25,359 INFO  [STDOUT] setting up fonts
2003-12-19 12:16:25,468 INFO  [STDOUT] [INFO]
2003-12-19 12:16:25,468 INFO  [STDOUT] [1]

and then rendering stops...any idea on how to get info where FOP is 
hanging?

thanks,
Stan.
--
Stan Pinte.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: FOP problem: rendering do not end

2003-12-19 Thread Andreas L. Delmelle
 -Original Message-
 From: Stan Pinte [mailto:[EMAIL PROTECTED]


snip /
 and then rendering stops...any idea on how to get info where FOP is
 hanging?


Hi,

Can you try to render using the command line? If so, the '-d' option will
show you more detailed info. If you're using FOP embedded, change the
logging level like shown here :

http://xml.apache.org/fop/embedding.html#basic-logging

Just change LEVEL_INFO to LEVEL_DEBUG.


Hope this helps!

Cheers,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]