RE: Error:

2005-03-07 Thread Ben Gill
Thats great... thanks for your help -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 07 March 2005 14:41 To: [EMAIL PROTECTED] Subject: Re: Error: Do the following: Instead of piping the result of the XSL transformation through to FOP with the following line

Re: Error:

2005-03-07 Thread Jeremias Maerki
ll probably save me a lot of time!!) > > Cheers > > -Original Message- > From: Chris Bowditch [mailto:[EMAIL PROTECTED] > Sent: 07 March 2005 14:04 > To: [EMAIL PROTECTED] > Subject: Re: Error: > > > Ben Gill wrote: > > > Hi, > >

RE: Error:

2005-03-07 Thread Ben Gill
:[EMAIL PROTECTED] Sent: 07 March 2005 14:04 To: [EMAIL PROTECTED] Subject: Re: Error: Ben Gill wrote: > Hi, > > I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and > am getting: > > {ERROR} dao.BaseDAOTestCase Error generating PDF document >

Re: Error:

2005-03-07 Thread Chris Bowditch
Ben Gill wrote: Hi, I downloaded the latest 0.20.5 bin and copied the ExampleObj2PDF example and am getting: {ERROR} dao.BaseDAOTestCase Error generating PDF document [org.apache.fop.apps. FOPException: root must be root element] javax.xml.transform.TransformerException: org.apache.fop.apps.FOPExc

Re: Error in fop

2005-02-18 Thread J.Pietschmann
Gehani, Sharad (GE Commercial Finance, NonGE) wrote: [Fatal Error] graphic.fo:1:7: The processing instruction target matching "[xX][m M][lL]" is not allowed. You've probably put spaces before the XML declaration at the beginning of the file. There are a few other possiblities. J.Pi

RE: Error in fop

2005-02-18 Thread Gehani, Sharad (GE Commercial Finance, NonGE)
> Hi > Can anybody help me to resolve my problem in FOP > Question: When i am using a graphic tag src="363-Signature-1-126209-0-20041220.bmp" border-style="dotted" > border-width="thin" > width="9cm" height="6cm" content-width="6.0cm" content-height="4.5cm"

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
Bingo! That was it. I changed it from "file://" to "file:///" and all works now. You earlier mentioned that might be it - but I was so focused on the fact that it worked on Java 1.4.1 that I figured I had it correctly. That is weird though that moving past Java 1.4.1 breaks this. Thank you once a

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Thomas DeWeese
Hi Richard, What is 'imageURLProtocol' I'm guessing it's "file://" I think it should be either "file:///" or "file:/". Richard Mixon (qwest) wrote: Thomas DeWeese wrote: Richard Mixon (qwest) wrote: I checked my SVG markup and am not sure how I would change this as I'm using an xlink:href. Her

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
Thomas DeWeese wrote: > Richard Mixon (qwest) wrote: > >> I checked my SVG markup and am not sure how I would change this as >> I'm using an xlink:href. Here is an example: >> >>xlink:href="images/allTimeBest/> value="${cmSummary.allTimeBestIcon}"/>" > > This means that it is using the

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Thomas DeWeese
Richard Mixon (qwest) wrote: I checked my SVG markup and am not sure how I would change this as I'm using an xlink:href. Here is an example: xlink:href="images/allTimeBest/" This means that it is using the base URL for the document to resolve the image reference. The base URL for the doc

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
java:868) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:684) at java.lang.Thread.run(Thread.java:534) -Original Message- From: James Shaw [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 6:53 AM To: Batik Users Subject: Re: Error FOP/BATIK .

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
additional ideas? Thank you - Richard -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 5:08 AM To: Batik Users Cc: [EMAIL PROTECTED] Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built" Hi Richard,

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
Thomas, Thank you for the suggestion. I will check that out this morning - Richard -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 5:08 AM To: Batik Users Cc: [EMAIL PROTECTED] Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg

RE: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Richard Mixon (qwest)
--Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 12:34 AM To: [EMAIL PROTECTED] Subject: Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built" You're asking for something to work that was written before JDK

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Thomas DeWeese
Hi Richard, Well, I don't really know but the first thing that struck me was that the URL in question was a little hokey looking. Normally they would start, "file:///c:/..." or sometimes I'll see "file:/c:/..." (the first is the correct one AFAIK). Is it possible you goofed when you updated the

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built"

2005-02-03 Thread Jeremias Maerki
You're asking for something to work that was written before JDK 1.5 was out. 1.5 has some serious consequences. Not everything is guaranteed to continue working. BTW, are you sure you mean 1.5.1 or rather 1.5.0_01 which is the latest version? Just keep in mind that due to these bigger changes it wi

RE: [Error] null

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

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.(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, > I'm getting this rather less than helpful error message: 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 th

RE: ERROR -2

2004-09-27 Thread Mark Donnelly
: Re: ERROR -2 J.Pietschmann wrote: >> No idea where this comes from. Anyone else got an idea? > > > It's a known Xalan bug. Darn, I confused it with the Xalan 2.0 bug which printed a +N sometimes. J.Pietschmann

Re: ERROR -2

2004-09-24 Thread J.Pietschmann
J.Pietschmann wrote: No idea where this comes from. Anyone else got an idea? It's a known Xalan bug. Darn, I confused it with the Xalan 2.0 bug which printed a +N sometimes. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ERROR -2

2004-09-24 Thread J.Pietschmann
Jeremias Maerki wrote: No idea where this comes from. Anyone else got an idea? It's a known Xalan bug. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ERROR -2

2004-09-24 Thread Mark Donnelly
Thanks, Ill check it out. I used Xalan to transform a HTML document but perhaps Ill just modify my xslt to be xslfo to have more control. -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 11:39 To: [EMAIL PROTECTED] Subject: Re: ERROR -2 Mark

Re: ERROR -2

2004-09-24 Thread Chris Bowditch
Mark Donnelly wrote: java.lang.ArrayIndexOutOfBoundsException: -2 at org.apache.fop.fo.flow.TableRow$CellArray.getNextFreeCell(TableRow.ja va:130) This is the key to solving the problem. Looks like you have defined a table row with more cells than columns have been defined in the table.

RE: ERROR -2

2004-09-24 Thread Mark Donnelly
at org.apache.fop.apps.Fop.main(Fop.java:62) -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 23 September 2004 19:37 To: [EMAIL PROTECTED] Subject: Re: ERROR -2 No idea where this comes from. Anyone else got an idea? Mark, please give us the full command-line you

RE: Error with multi-column page

2004-09-24 Thread Pascal Sancho
Hi, In my previous mail, the snipped FO was incomplete and did work fine. Here follows the right FO, witch generates the described error.. Pascal > -Message d'origine- > De : Pascal Sancho > Envoyé : jeudi 23 septembre 2004 10:36 > À : [EMAIL PROTECTED] > Objet : Error with multi-column p

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
No idea where this comes from. Anyone else got an idea? Mark, please give us the full command-line you're using along with the JDK version you're using. On 23.09.2004 19:41:49 Mark Donnelly wrote: > M: > > org.apache.fop.apps.FOPException: -2 > at org.apache.fop.apps.CommandLineStarter.run(Co

RE: ERROR -2

2004-09-23 Thread Mark Donnelly
:[EMAIL PROTECTED] Sent: 23 September 2004 18:23 To: [EMAIL PROTECTED] Subject: Re: ERROR -2 Strange. If you're doing this on the command-line, use "-d" to get additional error information. If you're running from Java make sure that DEBUG log level is enabled. On 23.09.2004 19

Re: ERROR -2

2004-09-23 Thread Jeremias Maerki
Strange. If you're doing this on the command-line, use "-d" to get additional error information. If you're running from Java make sure that DEBUG log level is enabled. On 23.09.2004 19:20:39 Mark Donnelly wrote: > Not sure if this is a posting to the FOP users group or not. > > Here goes anyway

RE: Error while trying to open PDF(created using FOP) in Adobe Illustrator

2004-09-22 Thread Dennis Myrén
This has always been a problem for me. The only way as far as I know, is to first create a surface and then place the PDF object using File->Place. Regards, Dennis JD Myrén Developer Oslo Kodebureau Tel: (+47) 98 00 11 92 Mail: [EMAIL PROTECTED] Web: www.oslokb.no -Original Message--

RE: Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
I've just tried the latest SDK That works fine with J2 SDK 1.4.2_05 Thx to Jeremias & Chris Pascal > -Message d'origine- > De : Chris Bowditch [mailto:[EMAIL PROTECTED] > Envoyé : mardi 7 septembre 2004 15:25 > À : [EMAIL PROTECTED] > Objet : Re:

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Jeremias Maerki wrote: Looks like we don't have JDK 1.3 compatibility at the moment. I think I have seen this myself under JDk 1.3 lately. Yes, I agree. Note to Devs: We should see to it that at least the Transcoders compile again under JDK 1.3 as Batik still depends on it. Unless there is a vote

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Jeremias Maerki wrote: Chris, have you tried under JDK 1.3? Because Pascal tries to compile under 1.3. Unfortunately, I'm at work on my notebook where I don't have a current FOP HEAD to try. I can check this out this evening. I'm running 1.4 at the moment. Ive just tried 1.3 and it fails! Not with

Re: Error while building FOP dev1

2004-09-07 Thread Jeremias Maerki
Looks like we don't have JDK 1.3 compatibility at the moment. I think I have seen this myself under JDk 1.3 lately. Pascal, please use JDK 1.4 to compile if you really want to take a look at the latest development code. Be aware that the CVS HEAD code is not ready for production. It's only interes

RE: Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
rrors is 100.) [javac] 105 errors BUILD FAILED D:\cvs\xml-fop\build.xml:447: Compile failed; see the compiler error output for details. > -Message d'origine- > De : Jeremias Maerki [mailto:[EMAIL PROTECTED] > Envoyé : mardi 7 septembre 2004 11:39 > À : [EMAIL PROTECTE

Re: Error while building FOP dev1

2004-09-07 Thread Jeremias Maerki
Chris, have you tried under JDK 1.3? Because Pascal tries to compile under 1.3. Unfortunately, I'm at work on my notebook where I don't have a current FOP HEAD to try. I can check this out this evening. On 07.09.2004 11:26:08 Chris Bowditch wrote: > Pascal Sancho wrote: > > > > > > > codegen:

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Pascal Sancho wrote: codegen: [echo] Resetting codegen directory [echo] Generating the java files from xml resources [style] Processing D:\cvs\xml-fop\src\codegen\encodings.xml to D:\cvs\xml-fop\build\gensrc\o rg\apache\fop\fonts\CodePointMapping.java [style] Loading stylesheet D

Re: Error while using fop: [ERROR] org.apache.fop.apps.FOPException: master-reference

2004-08-16 Thread Glen Mazza
I suspect there is something wrong with your transformation--the fo:layout-master-set is not getting copied over into the FO document. FOP is claiming that your fo:layout-master-set (at the top of your FO) has no simple-page-master or page-sequence-master called "der-einzige-seitentyp". Please ch

Re: Error in output to PostScript

2004-06-22 Thread Jeremias Maerki
On 22.06.2004 11:18:27 Renzo Callant wrote: > Problem solved. I removed the check from PSStream.java. > > I do wonder why this check was in the code. I've explained, haven't I? > Can this be left out in a future release ? Yes, I've just disabled it in CVS HEAD. Jeremias Maerki -

RE: Error in output to PostScript

2004-06-22 Thread Renzo Callant
: [EMAIL PROTECTED] Onderwerp: Re: Error in output to PostScript Uh oh. My fault. You hit a bug. This happens in org.apache.fop.render.ps.PSStream.java. I think I read somewhere that a single line of PostScript code shouldn't contain more than 256 characters. That's probably why I wrote that

Re: Error in output to PostScript

2004-06-22 Thread Chris Bowditch
Jeremias Maerki wrote: Uh oh. My fault. You hit a bug. This happens in org.apache.fop.render.ps.PSStream.java. I think I read somewhere that a single line of PostScript code shouldn't contain more than 256 characters. That's probably why I wrote that check. But unfortunately, I can't find the refer

Re: Error in output to PostScript

2004-06-21 Thread Jeremias Maerki
Uh oh. My fault. You hit a bug. This happens in org.apache.fop.render.ps.PSStream.java. I think I read somewhere that a single line of PostScript code shouldn't contain more than 256 characters. That's probably why I wrote that check. But unfortunately, I can't find the reference anymore. A work-a

Re: Error areas pending text probably lost

2004-02-10 Thread Abhijit Junnare
So there is nothing that I can really do but when the problem appears change my source fo ( or source xml in my case) Thanks for the help. Abhi --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Andreas L. Delmelle wrote: > > Nested inlines... My guess is: there's the bugger! > > Correct. > > > Can

Re: Error areas pending text probably lost

2004-02-09 Thread J.Pietschmann
Andreas L. Delmelle wrote: I can't seem to reproduce this at first glance... Can you provide us with a bit more context? See Bug #13464 J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
> -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > > Won't work. The problem is as follows: Yes siree! He 'dze' man :) Cheers, Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
> -Original Message- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > So??? But I need to use small-caps so I cant give up > on that. > Sorry, this one was meant more as an explanation of what could be the source of the behaviour (--for future reference :) ) Cheers, Andreas --

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
> -Original Message- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > I tried replacing the inner fo:inline with fo:wrapper > but the result is the same. The text is still lost. > any more ideas? > I can't seem to reproduce this at first glance... Can you provide us with a bit more co

Re: Error areas pending text probably lost

2004-02-09 Thread J.Pietschmann
Andreas L. Delmelle wrote: Nested inlines... My guess is: there's the bugger! Correct. Can you try rendering again, but replacing the inner fo:inline in the above snippet with an fo:wrapper, Won't work. The problem is as follows: The line layout is called with a bunch of characters. It is scanned f

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
So??? But I need to use small-caps so I cant give up on that. --- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > Can't you remove font-variant="small-caps" from > your XSL? > > > > Silly question maybe, but what exactly would that > achieve? > > Hmm. Could indeed be just that... AFAIK 0.2

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
> -Original Message- > From: Forget, Pascal [mailto:[EMAIL PROTECTED] > > Can't you remove font-variant="small-caps" from your XSL? > Silly question maybe, but what exactly would that achieve? Hmm. Could indeed be just that... AFAIK 0.20.5 uses simulated small-caps (regular caps at 80% t

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
I tried replacing the inner fo:inline with fo:wrapper but the result is the same. The text is still lost. any more ideas? --- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > > > > > > > space-before.condition

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
> -Original Message- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > > space-before.conditionality="discard"> > This applies in all the cases except when >font-weight="bold" font-variant="small-caps" > font-size="12pt">Condition 4 > of terms and conditions is true > > Nested

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
No I cannot. We have a strict formatting specification and so I cannoot remove the small-caps formatting style. Any other suggestions? --- "Forget, Pascal" <[EMAIL PROTECTED]> wrote: > > Can't you remove font-variant="small-caps" from > your XSL? > > > __ Do y

RE: Error areas pending text probably lost

2004-02-09 Thread Forget, Pascal
Can't you remove font-variant="small-caps" from your XSL? -Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: RE: Error areas pending text probably lost Below is the FO that comes

version number Re: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
Sorry I forgot to mention that. But i am using fop-0.20.5 version __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html - To unsubscribe, e-m

RE: Error areas pending text probably lost

2004-02-09 Thread Abhijit Junnare
Below is the FO that comes out when I run my xml and xsl through xalan. Right now I use a xml and xsl to gene rate the PDF. I can see that the first letter is there in the FO but it is lost when rendering through FOP. Also this line appears at the end of a page and the word 'Condition' appears on t

Re: Error areas pending text probably lost

2004-02-09 Thread Chris Bowditch
Abhijit Junnare wrote: I am generating PDFs from a XML using FOP. I am getting an error saying [ERROR] Areas pending, text probably lost in line this applies in all the cases except when I look at the PDF and see that the word after 'when' is missing the first letter. Is there a way to fix this pro

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
> -Original Message- > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > I am generating PDFs from a XML using FOP. I am > getting an error saying > > [ERROR] Areas pending, text probably lost in line this > applies in all the cases except when > > I look at the PDF and see that the word

Re: error = id already exists

2004-02-05 Thread J.Pietschmann
Adrian Sobotta wrote: You can get passed this problem by applying the patch that Nancy Deschenes wrote.. I got her patch, recompiled that class and updated the jar and all was good again.. Here is the link to the bug report and patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3497 This patc

RE: error = id already exists

2004-02-05 Thread Adrian Sobotta
- From: Peer Brink [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 February 2004 3:50 PM To: [EMAIL PROTECTED] Subject: Re: error = id already exists Hi everybody, J.Pietschmann wrote: > There's also a slight chance you got the still not completely fixed > duplicate id bug, which may bite y

Re: error = id already exists

2004-02-05 Thread Peer Brink
Hi everybody, J.Pietschmann wrote: There's also a slight chance you got the still not completely fixed duplicate id bug, which may bite you in a few somewhat exotic situations. If your FO file doesn't have dupliacted ids, send in the FO snippet surrounding the place where the objectionable id occur

Re: error = id already exists

2004-02-05 Thread Mark Williams
ginal Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 9:31 PM Subject: Re: error = id already exists > Mark Williams wrote: > > Hi, > > > > I've searched the mailing lists for info on th

Re: error = id already exists

2004-02-04 Thread J.Pietschmann
Mark Williams wrote: Hi, I've searched the mailing lists for info on the above error, but couldn't find anything much on the subject. Basically, we have a largeish xslt stylesheet (produces roughly a 12 page document), which contains a table with rows that repeat for however many times a particular

Re: error = id already exists

2004-02-04 Thread Chris Pratt
You probably have to id="" with the same value. Remember, id values must be unique across the whole document, not just the element they are used on. (*Chris*) - Original Message - From: "Mark Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 11:32

Re: Error on AIX box with no X-Windows

2004-01-20 Thread J.Pietschmann
Manjush G. Menon wrote: The java code exits; without throwing an Exception at the line where new Driver() instance is created. Does this have any relation with X-Windows? That's hard to say without taking a look at the actual exception message. However, FOP has indeed problems on headless servers,

Re: ERROR: Renderer has not been set!

2003-11-20 Thread John Austin
On Thu, 2003-11-20 at 16:16, J.Pietschmann wrote: > Dave Chan wrote: > > FOP 0.20.1 > ... > > ERROR: Renderer has not been set! > > This might be an old bug. Get the latest release (0.20.5) > and check whether the problem persists. I dunno. It takes as long as two minutes to build from source

Re: ERROR: Renderer has not been set!

2003-11-20 Thread J.Pietschmann
Dave Chan wrote: FOP 0.20.1 ... ERROR: Renderer has not been set! This might be an old bug. Get the latest release (0.20.5) and check whether the problem persists. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [ERROR] leader sizes wrong error message ???

2003-10-21 Thread Chris Bowditch
From: Dang Minh Phuong <[EMAIL PROTECTED]> hi all, when I generate my pdf using FOP 0.20.5rc2, I always have this error message even though my pdf is generated correctly. What is going on with my code and how to avoid this error message. FOP 0.20.5rc2 had a few bugs which were fixed in the relea

Re: Error with Block-container

2003-09-15 Thread Abhijit Junnare
Got it thanks. Abhi --- Chris Bowditch <[EMAIL PROTECTED]> wrote: > >From: Abhijit Junnare <[EMAIL PROTECTED]> > > > >Hi, > >I am having problem with fo:block-container. When I > >run FOP I am getting an error > >[ERROR] java.lang.ClassCastException: > >org.apache.fop.layout.BlockArea > > > >Did an

Re: Error with Block-container

2003-09-15 Thread Chris Bowditch
From: Abhijit Junnare <[EMAIL PROTECTED]> Hi, I am having problem with fo:block-container. When I run FOP I am getting an error [ERROR] java.lang.ClassCastException: org.apache.fop.layout.BlockArea Did anyone come accross something like this? Abhi FOP has only limited support for fo:block-container

Re: Error with FOP about IPD on table

2003-09-12 Thread J.Pietschmann
Abhijit Junnare wrote: When I run FOP i get the following error. [ERROR] At least one of minimum, optimum, or maximum IPD must be specified on table. I know thats its the problem with specifying IPD for the table in the stylesheet. But I dont really understand what I am missing and where should I

Re: Error when placing svg into xsl with

2003-09-03 Thread J.Pietschmann
Benjamin Wischek wrote: Seems like I have some old JDK on my system at work. Thought it is 1.3.1 which should be sufficient. Looks like I have to reinstall it or upgrade to a newer one. 1.3.1 is ok. Perhaps a firewall blocks the parser from retrieving the SVG DTD (you might want to set up a catalog

Re: Error when placing svg into xsl with

2003-09-03 Thread Benjamin Wischek
Ok, I'm so sorry... I tried the whole thing at home now, and everything works fine. Seems like I have some old JDK on my system at work. Thought it is 1.3.1 which should be sufficient. Looks like I have to reinstall it or upgrade to a newer one. Sorry again for my mistake. Greets, Ben --

RE: Error when placing svg into xsl with

2003-09-03 Thread Victor Mote
Benjamin Wischek wrote: > I'm trying to put a svg-file into my xsl-file and then let it run through > FOP. The svg is a barcode example from krysalis barcode homepage. > > I used the fo:external-graphic command: > > > > I'm not sure whether this is your problem or not, but make sure that FOP c

RE: "[ERROR]: >" resulting in "Exception in thread "main" java.l ang.OutOfMemoryError <>"

2003-07-11 Thread Rob Stote
Title: RE: "[ERROR]: >" resulting in "Exception in thread "main" java.lang.OutOfMemoryError <>" You are able to produce the 1000 page PDF on the Linux box ? If so, double check the HEAP settings on your Linux machine make sure the Linux, and Windo

Re: error

2003-06-12 Thread J.Pietschmann
amar wrote: hello any one knows what this error means the same application is working fine on win32 machine > but when porting the application to unix i get the following An invalid XML character (Unicode: 0x92) was found in the > element content of the document. You probably set the encoding to I

Re: Error message

2003-06-11 Thread J.Pietschmann
Mark Baier wrote: i got following error message: [ERROR] Areas pending, text probably lost in line... But the text was printed out correctly. You were lucky: you probably lost only whitespace. My first question is, what should this error message say to me ?? Text may get lost under certain circumst

RE: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Savino, Matt C
7 AM > To: [EMAIL PROTECTED] > Subject: RE: Re: Error when piping XSL-FO to FOP driver using > SAXResult > > > Below is something we use as part of a much more involved > stylesheet. Although looking at it now it's not the most > efficient piece of code as it loops t

RE: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Savino, Matt C
Below is something we use as part of a much more involved stylesheet. Although looking at it now it's not the most efficient piece of code as it loops through the same nodes several times. (We use it to break output into groups of five columns and know we'll never have more than 3 or 4 groups, s

RE: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Fernando López Carballeda
Look at http://www.dpawson.co.uk/xsl/sect2/N4486.html#d4085e94 >From the [EMAIL PROTECTED] [Grouping] HTH Fernando López Carballeda -Original Message- Sent: miércoles, 14 de mayo de 2003 20:02 Subject: Re: Re: Error when piping XSL-FO to FOP driver using SAXResult Thanks for

Re: Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Om Narayan
Thanks for the response. Yes, its definitely a hack because I could not put a inside the tag. I get an error message saying The element type "xsl:if" must be terminated by the matching end-tag "" Is there a better way to accomplish what I need to do...i.e. ouputting portions of table-row tags de

Re: Error when piping XSL-FO to FOP driver using SAXResult

2003-05-14 Thread Jeremias Maerki
You MUSTN'T enclose XML tags to be written to the output in CDATA sections. In SAX that will result in calls to characters() instead of startElement/endElement and therefore your closing fo:table-row tags don't get recognized as tags. What you did here is a hack. Try to reformulate that snippet. O

Re: error when trying to print double-sided

2003-05-08 Thread Robert P. J. Day
On Wed, 7 May 2003, J.Pietschmann wrote: > Robert P. J. Day wrote: > > assuming you're referring to the docbook XSL stylesheets, i'm running > > red hat 9 which appears to have the latest stylesheet release: 1.60.1. > > at least, that's the latest release at sourceforge, unless you're > > referri

Re: error when trying to print double-sided

2003-05-07 Thread Robert P. J. Day
On Wed, 7 May 2003, J.Pietschmann wrote: > Robert P. J. Day wrote: > > assuming you're referring to the docbook XSL stylesheets, i'm running > > red hat 9 which appears to have the latest stylesheet release: 1.60.1. > > at least, that's the latest release at sourceforge, unless you're > > referri

Re: error when trying to print double-sided

2003-05-07 Thread J.Pietschmann
Robert P. J. Day wrote: assuming you're referring to the docbook XSL stylesheets, i'm running red hat 9 which appears to have the latest stylesheet release: 1.60.1. at least, that's the latest release at sourceforge, unless you're referring to a CVS snapshot or something. can you clarify this? Th

Re: error when trying to print double-sided

2003-05-07 Thread Robert P. J. Day
On Wed, 7 May 2003, J.Pietschmann wrote: > Robert P. J. Day wrote: > > with a simple docbook file, and the CVS maintenance branch of FOP, > > i got the following error after simply adding a param for double-sided > > output to my stylesheet: > > > > [ERROR] file:/home/rpjday/ert/courses/gen/gen

Re: error when trying to print double-sided

2003-05-07 Thread J.Pietschmann
Robert P. J. Day wrote: with a simple docbook file, and the CVS maintenance branch of FOP, i got the following error after simply adding a param for double-sided output to my stylesheet: [ERROR] file:/home/rpjday/ert/courses/gen/gen.fo:2:28132 Flow 'xsl-region-body' does not map to the region-bo

Re: "Error building hyphenation tree for language de"

2003-05-05 Thread Matthias Brunner
On Monday 05 May 2003 10:05, Todtenhaupt, Susann wrote: > I'm using fop v. 0.20.5rc2. The transformation of my xml-file with > a xsl-stylesheet is running with the provided xalan.jar and > xerces.jar. The transformation into a fo-file works stable, but > fop throws an exception as following: >

RE: error converting SVG to PDF

2003-04-16 Thread Gary Marshall-Stevens
Thanks Jeremias, I downloaded 1.5 beta5 earlier and that did fix the issue. Thanks for the reply anyway. Gary -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 15 April 2003 19:19 To: [EMAIL PROTECTED] Subject: Re: error converting SVG to PDF Batik 1.5 beta5

Re: error converting SVG to PDF

2003-04-15 Thread Jeremias Maerki
Batik 1.5 beta5 has the PDF transcoder included. As an alternative you can try to rename fop.jar to pdf-transcoder.jar so the classpath specified inside batik-rasterizer.jar picks up FOP at all. The problem you have is that fop.jar doesn't get loaded into the classpath. The other possibility is to

RE: [ERROR] -2

2003-04-11 Thread Adam Shelley
Hello, I noticed that you are using table-layout-auto, is this supported? You also have data like "crysat test" and "1 of 1 Non conformance report" both outside the bounds of a table-cell but within table row? I'm not an expert so i don't really know, but i'd change your table to include a fixed

Re: [ERROR] -2

2003-04-11 Thread Jeremias Maerki
I don't know. Run FOP on the command-line with the "-d" (debug) option. You'll get a stacktrace that will be more informative. On 11.04.2003 11:44:06 Todtenhaupt, Susann wrote: > While processing with fop I get the error "[ERROR] -2". What does it mean? Jeremias Maerki

RE: Error in PDF file

2003-04-08 Thread Leet, Ethan C
nt with no errors, but also no data :-( Thank you. I hopefully will crack this soon :-) -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2003 2:18 PM To: [EMAIL PROTECTED] Subject: Re: Error in PDF file Ethan, I snipped a bit, but fou

Re: Error in PDF file

2003-04-08 Thread Clay Leeds
Ethan, I snipped a bit, but found this in your code. Notice the three lines of code which "adds invalid q". I don't suppose removing these three lines of code will fix your problem? Otherwise, I can't help. I'm a doctor, not a... er... never mind... Good luck! Leet, Ethan C wrote: > /

RE: Error in PDF file

2003-04-08 Thread Leet, Ethan C
'q' in text object ?? -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2003 1:22 PM To: [EMAIL PROTECTED] Subject: Re: Error in PDF file Allow me to clarify what I said. Sorry for the re-post... My problem was in fo:list-block:

RE: Error in PDF file

2003-04-08 Thread Leet, Ethan C
hanks -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2003 1:10 PM To: [EMAIL PROTECTED] Subject: Re: Error in PDF file Ethan, I suspect there's a problem in your XSL-FO file. I had similar things happen to me with fo:list-item, and one of the components

Re: Error in PDF file

2003-04-08 Thread Clay Leeds
Allow me to clarify what I said. Sorry for the re-post... My problem was in fo:list-block: ? This is the first entry in a plain unordered list. A check symbol is displayed in the bullet. ? I was missing conten

RE: Error in PDF file

2003-04-08 Thread Victor Mote
Clay Leeds wrote: > (note to FOP-DEV: it'd be nice to add a "-fo" output option to FOP, for > debugging--although xalan.bat does this, it'd be nice not have to learn > one more thing ;-p) I suspect the reason why we didn't go that route is that "-fo" is already used as an /input/ option. The only

Re: Error in PDF file

2003-04-08 Thread Clay Leeds
Ethan, I suspect there's a problem in your XSL-FO file. I had similar things happen to me with fo:list-item, and one of the components turned out to be empty. This caused an error in the renderer. I processed my XML & XSL-FO using XALAN.BAT (included with 0.20.5rc), but set my output to -fo. the

Re: error building bgimage.fo, images.fo, list.pdf

2003-04-03 Thread J.Pietschmann
MattO wrote: Is there a consolidated list of minimum software/system requirements available in the distribution? Would the dev list be a more suitable place to ask specifically what native libraries are required that don't come with the FOP distribution? FOP is a Java program and doesn't care abo

  1   2   >