[Error] null

2004-11-11 Thread Agar, Robert
hi all I'm getting this rather less than helpful error message: [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5 [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] building formatting object tree [INFO] setting up fonts [ERROR] null

RE: [Error] null

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Agar, Robert [mailto:[EMAIL PROTECTED] Hi Rob, I'm getting this rather less than helpful error message: snip / A couple of hints: 1. try running FOP with the '-d' command line switch. This should give you more information, maybe even more helpful :-) 2. if

RE: [Error] null

2004-11-11 Thread Agar, Robert
Andreas: A couple of hints: 1. try running FOP with the '-d' command line switch. This should give you more information, maybe even more helpful :-) ... tracked down the error to a null pointer exception at org.apache.fop.fo.pagination.PageSequence.init(PageSequence.java:173), caused by

RE: [Error] null

2004-11-11 Thread Andreas L. Delmelle
-Original Message- From: Agar, Robert [mailto:[EMAIL PROTECTED] Hi Rob, snip / ... tracked down the error to a null pointer exception at org.apache.fop.fo.pagination.PageSequence.init(PageSequence.java :173), caused by the fo:layout-master-set element being missing. Well, it's

RE: FOP 0.20.5 PDF Renderer yields [INFO] 1 [ERROR] null - no FAQ or Web information available

2004-05-21 Thread Kyle Partridge
Thank you for your help, Chris. I must have missed that item when I was going through the compliance page! Kyle Chris Bowditch wrote: snip block-containers are not fully implemented in FOP, and have some restrictions. These are listed on the compliance page:

FOP [ERROR] null

2002-12-04 Thread Boris Rousseau
Hello, Can I get any help on the following error message: [ERROR] null All I could find is that my FO file is not valid, but as far as I can see it is... Also when there is no FOP schema provided on the apache web site (the link points to the faq). Can I get an hold on this schema

Re: FOP [ERROR] null

2002-12-04 Thread Chris Bowditch
See comments below Hello, Can I get any help on the following error message: [ERROR] null All I could find is that my FO file is not valid, but as far as I can see it is... Try turning debug on, FOP should then give more information on the cause of the problem (-d on command line) Also when

Re: FOP [ERROR] null

2002-12-04 Thread Oleg Tkachenko
Boris Rousseau wrote: Can I get any help on the following error message: [ERROR] null All I could find is that my FO file is not valid, but as far as I can see it is... Also when there is no FOP schema provided on the apache web site (the link points to the faq). You can get it from cvs, see

Re: FOP [ERROR] null

2002-12-04 Thread J.Pietschmann
Boris Rousseau wrote: Can I get any help on the following error message: [ERROR] null While there is a variety of reasons, this is most often caused by a master-reference missing or misspelled in a conditional-page-master-reference. Check this first. J.Pietschmann

Help with [ERROR]: null

2002-04-17 Thread Kilmer, Erich
: [INFO]: FOP 0.20.3 [INFO]: building formatting object tree [ERROR]: null ...post processing finished Style Sheet: ?xml version=1.0 encoding=utf-8? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:TST=TST xmlns:java=http

RE: Help with [ERROR]: null

2002-04-17 Thread Kilmer, Erich
with [ERROR]: null Hello, I am trying to get this style sheet to render using FOP but the error it is throwing is fairly vague. Can anyone advise me how I can debug this? I am referencing an XML file but not actually accessing any values from it so its not from that. I am using FOP 0.20.3. Thanks

Re: Error: null

2002-03-22 Thread Jeremias Maerki
TIPS.pdf and get C:\dev\homelet2002\dist\libjava -cpc:\fop-0.20.1\build\fop.jar;c:\fop-0.20.1\lib\batik.jar;c:\fop-0.20.1\lib\xalan.jar;c:\fop-0.20.1\l ib\xerces.jar;c:\fop-0.20.1\lib\jimi-1.0.jar org.apache.fop.apps.Fop -xmlTIPS.xml -xsl TIPS.xsl -pdf TIPS.pdf FOP 0.20.1 ERROR: null snip

Re: Error: null

2002-03-22 Thread Ian Taylor
I'd put xsl:template select=Contents instead of xsl:template match=Contents which threw up the error: null. Thanks Mihael for telling me about the fop -d option Ian At 09:07 AM 3/22/2002 +0100, you wrote: I constructed my first xsl document to render a pdf using a singletemplate. This worked

Error: null

2002-03-21 Thread Ian Taylor
and get C:\dev\homelet2002\dist\libjava -cp c:\fop-0.20.1\build\fop.jar;c:\fop-0.20.1\lib\batik.jar;c:\fop-0.20.1\lib\xalan.jar;c:\fop-0.20.1\l ib\xerces.jar;c:\fop-0.20.1\lib\jimi-1.0.jar org.apache.fop.apps.Fop -xml TIPS.xml -xsl TIPS.xsl -pdf TIPS.pdf FOP 0.20.1 ERROR: null xml: ?xml version=1.0