FOP 0.20.2: Segmentation fault

2002-01-08 Thread Keith Sauvant

Hi FOP Users!

With SuSe Linux V7.1, FOP 0.20.2 and Java2 SDK, V1.3.1 the system answers my
request:

/usr/lib/java/bin/java -classpath
/usr/lib/java/lib/classes.zip:/usr/local/fop/fop.jar:/usr/local/fop/lib/xerc
es.jar:/usr/local/fop/lib/xalan.jar:/usr/local/fop/lib/batik.jar:/usr/local/
fop/lib/jimi-1.0.jar:/usr/local/fop/lib/avalon-framework.jar:/usr/local/fop/
lib/logkit.jar:/usr/local/fop/lib/xalanj1compat.jar
org.apache.fop.apps.Fop -d -fo temp/test.fo -pdf temp/test.pdf

with:

[DEBUG]: Input mode:
[DEBUG]: FO
[DEBUG]: fo input file: temp/test.fo
[DEBUG]: Output mode:
[DEBUG]: pdf
[DEBUG]: output file: temp/test.pdf
[DEBUG]: OPTIONS
[DEBUG]: no user configuration file is used [default]
[DEBUG]: debug mode on
[DEBUG]: dump configuration
[DEBUG]: quiet mode on
Segmentation fault


Any ideas?
tnx in advance for any help

Keith


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




FOP 0.20.2: Segmentation fault

2002-01-08 Thread Keith Sauvant

more detailed (java -verbose):

[DEBUG]: output file: temp/test.pdf
[DEBUG]: OPTIONS
[DEBUG]: no user configuration file is used [default]
[DEBUG]: debug mode on
[DEBUG]: dump configuration
[DEBUG]: quiet mode on
[Loaded org.xml.sax.SAXException]
[Loaded org.apache.fop.apps.Options]
[Loaded sun.misc.Launcher$4 from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.lang.Math from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.net.URLClassLoader$2 from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.net.JarURLConnection from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded sun.net.www.protocol.jar.JarURLConnection from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded sun.net.www.protocol.jar.JarFileFactory from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded sun.net.www.protocol.jar.URLJarFile from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded sun.net.www.protocol.jar.URLJarFile$URLJarFileEntry from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.util.HashMap$3 from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.util.HashMap$HashIterator from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.util.HashMap$1 from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded org.apache.fop.configuration.ConfigurationReader]
[Loaded java.lang.IllegalAccessException from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.lang.InstantiationException from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded org.xml.sax.ContentHandler]
[Loaded org.xml.sax.InputSource]
[Loaded org.apache.avalon.framework.logger.Loggable]
[Loaded org.apache.fop.apps.Driver]
[Loaded org.apache.fop.fo.TreeBuilder]
[Loaded org.apache.fop.render.Renderer]
[Loaded org.apache.fop.tools.DocumentInputSource]
[Loaded java.lang.SecurityException from /usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded org.apache.xerces.framework.XMLErrorReporter]
[Loaded org.apache.xerces.framework.XMLDocumentHandler$DTDHandler]
[Loaded org.apache.xerces.framework.XMLParser]
[Loaded org.apache.xerces.framework.XMLDocumentHandler]
[Loaded org.xml.sax.Parser]
[Loaded org.xml.sax.XMLReader]
[Loaded org.apache.xerces.parsers.SAXParser]
[Loaded org.xml.sax.SAXParseException]
[Loaded org.apache.xerces.readers.XMLEntityHandler$CharBuffer]
[Loaded org.apache.xerces.validators.common.GrammarResolver]
[Loaded org.xml.sax.SAXNotSupportedException]
[Loaded org.xml.sax.Locator]
[Loaded org.xml.sax.SAXNotRecognizedException]
[Loaded org.apache.xerces.utils.XMLMessageProvider]
[Loaded org.apache.xerces.readers.XMLEntityHandler]
[Loaded org.xml.sax.Attributes]
[Loaded org.apache.xerces.utils.XMLMessages]
[Loaded org.apache.xerces.utils.ImplementationMessages]
[Loaded org.apache.xerces.validators.schema.SchemaMessageProvider]
[Loaded org.apache.xerces.validators.datatype.DatatypeMessageProvider]
[Loaded org.apache.xerces.utils.StringPool]
[Loaded java.lang.IndexOutOfBoundsException from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded java.lang.ArrayIndexOutOfBoundsException from
/usr/lib/jdk1.3.1/jre/lib/rt.jar]
[Loaded org.apache.xerces.utils.StringPool$StringProducer]
[Loaded org.apache.xerces.utils.SymbolCache]
[Loaded org.apache.xerces.utils.StringHasher]
Segmentation fault


Any ideas?
tnx in advance for any help

Keith


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: FOP 0.20.2: Segmentation fault

2002-01-08 Thread Keith Sauvant


 With SuSe Linux V7.1, FOP 0.20.2 and Java2 SDK, V1.3.1 the system answers
my
 request:
...

solved in the meantime: with glibc 2.2.4 instead of 2.2 in works expectedly.

Keith


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




FOP hangs with external-graphic involved

2001-11-28 Thread Keith Sauvant

Hi Group,

I am using FOP now for some time and am very satisfied with the results.

On ONE (and only one) of my servers Command-Line FOP hangs during the pdf
generation if the FO contains an external-graphic-Tag. The last output to
stdout is writing out PDF, a PDF-Document has been written, but it is not
valid. (FOP seems to break after inserting an object with binary stream - my
image?)

This problem occures with Version 0.17.0 DEV AND V 0.20.1 (with 0.20.1, FOP
stops before writing out PDF, right after rendering the page and printing
[1])

The Servers OS is SuSE Linux 6.2, JDK 1.2.2/009.

Can anybody help me?

(hopeless)
Keith


--
Keith Sauvant
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]