You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Stan Pinte <st...@axone.be> on 2003/12/19 15:07:43 UTC

FOP problem: rendering do not end

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: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


RE: FOP problem: rendering do not end

Posted by "Andreas L. Delmelle" <a_...@pandora.be>.
> -----Original Message-----
> From: Stan Pinte [mailto:stan.pinte@axone.be]
>
>
<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: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org