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: table error

2002-04-09 Thread J.Pietschmann
this message. Can you post the start tag for your offending table, complete with properties? I just got the same error on this table: fo:table table-layout=fixed fo:table-column column-width=proportional-column-width(1)/ fo:table-body fo:table-row keep-with-next=always

table error

2002-04-05 Thread Norr, Peter
Doe anybody know what this means? ERROR 10180 [fop ] (): At least one of minimum, optimum, or maximum IPD must be specified on table. -- This message is intended only for the personal and confidential use

RE: table error

2002-04-05 Thread Arved Sandstrom
the start tag for your offending table, complete with properties? Regards, Arved Sandstrom -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: April 5, 2002 11:47 AM To: '[EMAIL PROTECTED]' Subject: table error Doe anybody know what this means? ERROR 10180 [fop

Re: Error

2002-04-03 Thread Mike Jackson
- From: Woods, John T. [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 4:26 PM To: '[EMAIL PROTECTED]' Subject: RE: Error Does anyone know what the error below is related to. I get this erroe when running a command lin FOP on an FO file to be converted to a PDF file

RE: Error

2002-04-03 Thread Woods, John T.
I ran FOP with the -d option and got the followinf FOP exception. I can provide my input files if anyone is interested. . . . . [ERROR]: null org.apache.fop.apps.FOPException at org.apache.fop.apps.Driver.render(Driver.java:486) at org.apache.fop.apps.CommandLineStarter.run

Error

2002-04-02 Thread Woods, John T.
I am converting a very large fo file into PDF and I get this error message at the very end of the conversion process. This is causing the PDF file to not open due to a file damaged error. Has anyone seen this error before? [INFO]: [119] [WARN]: Sum of fixed column widths 461480 greater than

RE: Error

2002-04-02 Thread Matthew L. Avizinis
Imho, it's more than likely that it's the [ERROR] null at the end that's causing the problem, not the too-wide tables. I don't know precisely what would be causing it, however. Matthew L. Avizinis mailto:[EMAIL PROTECTED] Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606

RE: Error

2002-04-02 Thread Woods, John T.
Does anyone know what the error below is related to. I get this erroe when running a command lin FOP on an FO file to be converted to a PDF file. This is the last line of output when FOP -test.fo -pdf -test.pdf is executed. [ERROR]: null -Original Message- From: Matthew L. Avizinis

RE: Error

2002-04-02 Thread Woods, John T.
Does anyone know of an application that can generate PDF's on the fly given HTML input?

Re: Don't know what to do with Error

2002-03-29 Thread Miya Chiharu
Thank you for your reply. (B (B Check whether you are using the fop.bat from the distribution, (B and whether it is unchanged. It should look like (B java -cp ... org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8 (B If there is anything like "" or "%3" or something this may (B cause the

external-graphic : protocol error

2002-03-29 Thread RAYMOND Romain
Hello, I cannot access images while building my PDF throught FOP, return error is no protocol . Althought I used (as in the examples) a file:path ... What is the synthax ? The FopServlet example use an absolute path to get the fo file, but I generate the fo in memory ... my output PDF is good

Re: external-graphic : protocol error

2002-03-29 Thread J.Pietschmann
RAYMOND Romain wrote: I cannot access images while building my PDF throught FOP, return error is no protocol . Althought I used (as in the examples) a file:path ... What is the synthax ? The URL syntax for files on the local machine is file:///some/path/to/file.ext Note the triple slash. FOP

Re: Page sequence error

2002-03-26 Thread Guillaume Mathe
Hi, On 26 Mar 2002 at 9:57, Alastair Growcott wrote: When running FOP on my XML document via XSL, I get the following error: [ERROR]: org.apache.fop.apps.FOPException: 'master-reference' for 'fo:page-sequence'matches no 'simple-page-master' or 'page-sequence-master' FOP conforms

RE: Page sequence error

2002-03-26 Thread Alastair Growcott
Thanks. They need to update xslfoRef.pdf in the FOP distribution. From: Guillaume Mathe [mailto:[EMAIL PROTECTED] FOP conforms to the latest specs - thus your 'master-name' in 'page-sequence' should be replaced with 'master-reference'. This holds true for other objects as well, take a

Re: Page sequence error

2002-03-26 Thread jthaemlitz
: 03/26/02 03:57 AM Subject: Page sequence error Please respond to fop-user

Re: Don't know what to do with Error

2002-03-24 Thread Miya Chiharu
Thank you for your help. I try fop fonts.fo fonts.pdf , but I have same error message. But I can get correct pdf file when I use cygwin, so I think I have to set some setting for my command line program. At 11:55 PM +0100 02.3.23, J.Pietschmann wrote: Miya Chiharu [EMAIL PROTECTED] wrote: I have

Re: Don't know what to do with Error

2002-03-24 Thread J.Pietschmann
Miya Chiharu wrote: , but I have same error message. Check whether you are using the fop.bat from the distribution, and whether it is unchanged. It should look like java -cp ... org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8 If there is anything like or %3 or something this may cause

Don't know what to do with Error

2002-03-23 Thread Miya Chiharu
Hello, I have an error message Don't know what to do with when I try fop fonts.fo fonts.pdf. I use fop 0.20.3 on Windows 98 with JDK1.3.1. Can somebody help ... please.

Re: Error: null

2002-03-22 Thread Jeremias Maerki
I constructed my first xsl document to render a pdf using a singletemplate. This worked fine. However the form was rather large so Idecided to split certain parts of it into separate templates and now I amgetting a null error. Please help I used fop -xml TIPS.xml -xsl TIPS.xsl -pdf

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

AW: Error compiling fop - CodePointMapping.java is empty

2002-03-22 Thread Sam Prokop
OK, thanks for the input, but i deleted the whole thing and unziped into a fresh folder. I also took all CLASSPATHs out of my global(?) Classpath (de-Umgebungsvariablen Win2k) and just added the jimi-1.0.jar to the lib folder. I start the original build.bat and now i get the following error: snip

RE: Error

2002-03-21 Thread Woods, John T.
-Original Message- From: Arved Sandstrom [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 2:12 PM To: [EMAIL PROTECTED] Subject: RE: Error Hey, Ken, those of us on _cable_ connections aren't exactly impressed by giant emails either. :-) Arved -Original Message- From: G

RE: Error

2002-03-21 Thread Arved Sandstrom
, we'll address your question. Cheerfully. Regards, Arved Sandstrom -Original Message- From: Woods, John T. [mailto:[EMAIL PROTECTED] Sent: March 20, 2002 8:08 PM To: '[EMAIL PROTECTED]' Subject: RE: Error To all the fop-users. I want to apologize for sending the large files over the internet

Error: null

2002-03-21 Thread Ian Taylor
I constructed my first xsl document to render a pdf using a single template. This worked fine. However the form was rather large so I decided to split certain parts of it into separate templates and now I am getting a null error. Please help I used fop -xml TIPS.xml -xsl TIPS.xsl -pdf TIPS.pdf

Re: Error compiling fop - CodePointMapping.java is empty

2002-03-21 Thread Christian Geisert
] error: File C:\fop\src\fop-0.20.3\build\src\org\apache\fop\render\pd f\CodePointMapping.java does not contain type org.apache.fop.render.pdf.CodePoin tMapping as expected. Please adjust the class path so that the file does not app ear in the package org\apache\fop\render\pdf. [javac] [..] Has

Error

2002-03-20 Thread Woods, John T.
I am using FOP 0.20.3 and continue getting this error message when I FOP from the DOS prompt. SEE ATTATCHMENT -John errorBMP.bmp attachment: errorBMP.bmp

RE: Error

2002-03-20 Thread Woods, John T.
Nice try, but this is not the issue -Original Message- From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 8:05 AM To: '[EMAIL PROTECTED]' Subject: RE: Error fop -fo ab.fo -pdf ff.pdf -Original Message- From: Woods, John T. [mailto:[EMAIL

RE: Error

2002-03-20 Thread Woods, John T.
I get the error that says CVS DOES NOT WORK - DO NOT EXPECT ANYTHING I think I just need to download the correct build, etc. Can you give me a url? -Original Message- From: Shaikh, Mehmood [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 8:05 AM To: '[EMAIL PROTECTED]' Subject

Re: Error

2002-03-20 Thread Mihael Knezevic
On 2002.03.20 17:07 Woods, John T. wrote: I am using FOP 0.20.3 and continue getting this error message when I FOP from the DOS prompt. SEE ATTATCHMENT -John errorBMP.bmp try it with the debug parameter. that should shed some light on it.

RE: Error

2002-03-20 Thread Woods, John T.
This is what DEBUG tells me... SEE ATTATCH -John -Original Message- From: Mihael Knezevic [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 8:11 AM To: [EMAIL PROTECTED] Subject: Re: Error On 2002.03.20 17:07 Woods, John T. wrote: I am using FOP 0.20.3 and continue getting

Re: Error

2002-03-20 Thread G. Ken Holman
At 2002-03-20 08:07 -0800, you wrote: I am using FOP 0.20.3 and continue getting this error message when I FOP from the DOS prompt. SEE ATTATCHMENT -John errorBMP.bmp Content-Type: image/bmp; name=errorBMP.bmp Content-Transfer-Encoding: base64 Content-Disposition: attachment

RE: Error

2002-03-20 Thread Arved Sandstrom
Hey, Ken, those of us on _cable_ connections aren't exactly impressed by giant emails either. :-) Arved -Original Message- From: G. Ken Holman [mailto:[EMAIL PROTECTED] Sent: March 20, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: Re: Error Would you please *stop* sending 1Mb files over

RE: Error

2002-03-20 Thread David Cramer
:12 PM To: [EMAIL PROTECTED] Subject: RE: Error Hey, Ken, those of us on _cable_ connections aren't exactly impressed by giant emails either. :-)

Re: FOPException / Quiet Mode / error compliing servlets

2002-03-05 Thread Jeremias Maerki
Thanks Jay and Jeremias for your help. I need to convince people from work that FOP is our PDF solution. However, without a good scalability test result (100% job completion rate), I am having trouble doing so. I truely believe that one of the main reason for out of memory error

RE: Error:

2002-02-22 Thread Dominic Salvia
Title: Error: > Does anyone know ifthere is any way of disabling this output? Thanks Dominic SalviaProject Analyst Exel Computer Systems plcBothe HallSawleyLong EatonNottingham, UKNG10 3XL Telephone : +44 (0) 115 946 0101 x530E-Mail : [EMAIL PROTECTED]Website : www.exel.co

Re: Error:

2002-02-22 Thread Chuck Paussa
Roland, The [ERROR]: message is a generic message meaning that a recoverable error occured. The recoverable errors are listed in the spec but, the most common reason is that some of the output text did not fit in the designated space. For instance, if you specify a fo:region-before extent

FO--PDF Renderer Driver Error

2002-02-19 Thread S. Jayaraman
Hello, I got the following error in my Servlet. I have attached the relevant lines from my source program. The code works on NT but blows in the Solaris version. Would be happy at some pointers (I could see the method, when I saw the FOP.JAR file) (FOP Version 0.19.) Error: 500 Location

What does this error mean?

2002-02-17 Thread Carlos Araya
I'm using 0.20.3rc and am getting the following error: [exec] [ERROR]: Error in XObject : Error while loading image file:appleimages/wgbh1.png : class java.lang.Exception - Image error The image is a .png image at 24 bits. I had a similar image working on the same document Any idea what

Re: ERROR in server

2002-02-07 Thread Joerg Pietschmann
Pedro Barco Bernal [EMAIL PROTECTED] wrote: My code is placed in a JSP and i do not know why it doesn´t run fine. The error i get is: org.apache.fop.apps.FOPException: Bad file descriptor but i´m sure that the xml and xsl are well-formed... This is a somewhat rare and obscure I/O error

Socket write error

2002-01-25 Thread Xie, David (IPCG-NJ)
Hi all, I am trying to generate PDF from xml-xsl using Fop0.20.1. So far, the program works fine with few users requests. However, when I test the application with more than 10 users, many jobs fail. The error message I kept on getting is java.net.socketException Error: connection reset

Unsatisfied link error on Unix: using FOP for PDF output with GIFs

2002-01-14 Thread Sharan, Dharmendra
Hi, I was trying to generate PDF file using XSL:FO and when the path to image(gif) is incorrect the PDF does shows up without the GIF. however, when the path is corrrect, it tries to load the GIF it runs into Unsatidfied Link Error. I was wondering if FOP needs any particular X11

Re: [ERROR]: Logger not set

2001-12-26 Thread jthaemlitz
] 12/26/01 03:56 PM cc: Please respond to fop-user Subject: [ERROR]: Logger not set

Unix - FOP throwing classdef not found error

2001-08-28 Thread Sharan, Dharmendra
Hi, I am getting java runtime errors on Unix, I had copied all the relevant jars ie. fop.jar xalan-2.0.0.jar batik.jar jimi-1.0.jar xalanj1compat.jar, however I am using an older version of xerces (xerces.jar) instead of xerces.jar-1.2.3.jar since the rest of classes that I am using

<    1   2   3   4   5