Re: Error:

2005-03-07 Thread Jeremias Maerki
: Chris Bowditch [mailto:[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 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 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 fo:external-graphic src=363-Signature-1-126209-0-20041220.bmp border-style=dotted border-width=thin width=9cm height=6cm content-width=6.0cm

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.

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

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

2005-02-03 Thread Richard Mixon (qwest)
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 1.5 was out. 1.5 has some

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

2005-02-03 Thread Richard Mixon (qwest)
) 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 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/c:out value=${cmSummary.allTimeBestIcon}/ This means that it is using the base URL for the document to resolve the

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/c:out value=${cmSummary.allTimeBestIcon}/ This means that it is using the base URL

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

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: 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 - To unsubscribe

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 page

Re: ERROR -2

2004-09-24 Thread Chris Bowditch
Mark Donnelly wrote: snip/ 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

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 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 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

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 -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:20:39 Mark Donnelly

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

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

Re: Error while building FOP dev1

2004-09-07 Thread Chris Bowditch
Pascal Sancho wrote: snip/ 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

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: snip/ codegen:

RE: Error while building FOP dev1

2004-09-07 Thread Pascal Sancho
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 PROTECTED] Objet : Re: Error

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

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 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. snip/ 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

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: Error while building FOP dev1 Jeremias

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

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-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

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 you try

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 after

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

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

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,

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 out when I run my

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 you Yahoo!?

RE: Error areas pending text probably lost

2004-02-09 Thread Andreas L. Delmelle
-Original Message- From: Abhijit Junnare [mailto:[EMAIL PROTECTED] snip / fo:inline color=black space-before.conditionality=discard This applies in all the cases except when fo:inline font-family=Helvetica font-weight=bold font-variant=small-caps font-size=12ptCondition

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] snip / fo:inline color=black

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% the

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.20.5 uses

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

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 context?

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: J.Pietschmann [mailto:[EMAIL PROTECTED] snip / Won't work. The problem is as follows: snip .. with kind permission ;) / Yes siree! He 'dze' man :) Cheers, Andreas - To unsubscribe,

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:

Re: error = id already exists

2004-02-05 Thread Mark Williams
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 the above error, but couldn't find anything much on the subject

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

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 you in a few

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

Re: error = id already exists

2004-02-04 Thread Chris Pratt
You probably have to id=value 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 = 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

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 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

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 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 anyone come accross

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

RE: Error when placing svg into xsl with fo:external-graphic

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: fo:block fo:external-graphic src=example-code39.svg/ /fo:block I'm not sure whether

Re: Error when placing svg into xsl with fo:external-graphic

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 fo:external-graphic

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

RE: [ERROR]: resulting in Exception in thread main java.l ang.OutOfMemoryError no stack trace avalable

2003-07-11 Thread Rob Stote
Title: RE: [ERROR]: resulting in Exception in thread main java.lang.OutOfMemoryError no stack trace avalable 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 Windows box match. Also

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

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

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 /fo:table-row inside the xsl:if tag. I get an error message saying The element type xsl:if must be terminated by the matching end-tag /xsl:if Is there a better way to accomplish what I need to do...i.e. ouputting

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

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,

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

2003-05-14 Thread Savino, Matt C
. -Original Message- From: Savino, Matt C Sent: Wednesday, May 14, 2003 11:47 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

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 referring to a

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

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] -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 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 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 way

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: fo:list-block space-before=6pt space-after=6pt font-family=Times fo:list-item fo:list-item-label end-indent=label-end() fo:block font-family=ZapfDingbats?/fo:block /fo:list-item-label

RE: Error in PDF file

2003-04-08 Thread Leet, Ethan C
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: fo:list-block space-before=6pt space-after=6pt font-family=Times fo:list-item fo:list-item-label end-indent=label-end() fo:block font-family

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
, 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 found this in your

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

2003-04-03 Thread MattO
is going to be as friendly when I tell him I need to upgrade my OS to use FOP... Matt -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 9:04 AM To: [EMAIL PROTECTED] Subject: Re: error building bgimage.fo, images.fo, list.pdf MattO wrote: I

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

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

2003-04-02 Thread J.Pietschmann
MattO wrote: I downloaded the fop 0.20.4 binary distribution to a Unix box running Solaris 5.7 with Java RE 1.3.0 installed. I'm able to build a .pdf from docs/examples/simple.fo, but when I attempt to build images.fo, I get the following: ... java.lang.UnsatisfiedLinkError: exception occurred in

Re: Error creating PDF with FOPServlet

2003-03-28 Thread shankar
hai, Check do you the following libraray files are in the classpath jaxp,xerces,xalan. Amin Schoeib wrote: Error creating PDF with FOPServlet Hi, I have a problem creating a PDF-File using a XML-File and a XSL-File with the FOP-Servlet(fhe one in the FOP examples

Re: Error creating PDF with FOPServlet

2003-03-28 Thread rhodespc
You are using OC4j In order to get fop to locate the Xalan XSLT transformer, it was necessary to add the following define to the EXTRA_JAVA_ARGS in your oc4j startup script: - Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFa ctoryImpl Otherwise, the JAXP framework

Re: Error creating PDF with FOPServlet

2003-03-28 Thread Clay Leeds
Amin, I believe this person was recommending that *you* look in the properties of your project on how to add extra vm arguments to the embedded oc4j container. I don't think this person was offerring to do it for you. Good luck! Amin Schoeib wrote: That would be very nice. Thanxx Schoeib

Re: Error using images served by tomcat through apache HTTP server

2003-01-23 Thread Oleg Tkachenko
Koes, Derrick wrote: Does tomcat not report the correct header info or something to FOP? I don't understand why there should be a difference. Does the authentication interfere in some way? Sure. How do you think FOP can authentificate itself in your application? -- Oleg Tkachenko eXperanto team

Re: Error logged, but PDF with pictures is OK

2003-01-22 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I still use FOP ver. 0.20.3 . Upgrade to 0.20.5rc, there were a lot of fixes in this area. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Error using images served by tomcat through apache HTTP server

2003-01-22 Thread Clay Leeds
Derrick, Forgive my newbie-ness, but don't you need a domain like www.koes.com in there. Or do you have http://koes/; set up in a host file of some sort. If so, perhaps the error is that FOP doesn't read HOSTS files or something. Hope this helps! Web Maestro Clay Koes, Derrick wrote: I'm

Re: Error with footnote

2003-01-20 Thread Marko Petersen
At 23:13 19.01.2003 +0100, you wrote: java.lang.NullPointerException at org.apache.fop.fo.flow.BasicLink.layout(BasicLink.java:94) Seems like links do not mix well with footnote spilling. Workarounds: - Avoid links in footnotes generally. This will save you occasional other trouble too.

Re: Error with footnote

2003-01-19 Thread J.Pietschmann
Marko Petersen wrote: I often get the following error after changing some content of my docbook-XML when I try to generate PDF: ... java.lang.NullPointerException at org.apache.fop.fo.flow.BasicLink.layout(BasicLink.java:94) Seems like links do not mix well with footnote spilling.

RE: Error with WebSphere

2003-01-16 Thread Sharma, Siddharth
I suggest you use the Xerces that ships with fop. Make it part of your enterprise application, and reference the same by adding its entry in the webapp's manifest. Or, simply replace the Xerces in websphere's lib directory if that is an option for you. -Original Message-

Re: Error with WebSphere

2003-01-16 Thread bhati001
version. - Original Message - From: Sharma, Siddharth To: [EMAIL PROTECTED] Sent: Thursday, January 16, 2003 10:38 AM Subject: RE: Error with WebSphere I suggest you use the Xerces that ships with fop. Make it part of your enterprise application

Re: ERROR Divided by zero

2003-01-13 Thread Laura Ameijide Garcia
) *** - Original Message - From: Jeremias Maerki [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 10:46 AM Subject: Re: ERROR Divided by zero This indicates an arithmetic error like: 13 / 0 = illegal. You

Re: ERROR Divided by zero

2003-01-13 Thread Jeremias Maerki
Ok, the first part is easy. That's an old bug on 0.20.3. Please upgrade to the 0.20.5rc. But you still need to fix the problem that FOP really doesn't generate even one page. To track this down, generate the FO file by just running your XSLT processor but not FOP. Then analyze what's wrong. If you

Re: Error while loading a local image

2002-12-19 Thread Marcus Kalthoff
, 2002 4:56 AM To: [EMAIL PROTECTED] Subject: Re: Error while loading a local image Hi, just tried with fop-0.20.5rc, but same result: no picture is shown which has a "http://localhost/..." url. Does somebody have the same problem? Or can somebody say "I have had no problems wi

Re: Error while loading a local image

2002-12-19 Thread Johan Åbrandt
. -Original Message- From: Marcus Kalthoff [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 4:56 AM To: [EMAIL PROTECTED] Subject: Re: Error while loading a local image Hi, just tried with fop-0.20.5rc, but same result: no picture is shown which has a http://localhost/...; url. Does

Re: Error while loading a local image

2002-12-19 Thread Oleg Tkachenko
Marcus Kalthoff wrote: I found the error. In this case the images were not handled by tomcat directly, but by a servlet. The servlet did not set the content type. So the content type being null results in a NullPointerException in fop. Is fop not robust enough? FOP is robust, but error

  1   2   >