RE: ERROR -2

2004-09-27 Thread Mark Donnelly
Thanks, Ive canned the lazy Xalan option and rewriting my xslt/html in
xslt/fo so hopefully Ill avoid this error.

Thanks for your help everyone. Great user group.

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: 24 September 2004 23:21
To: [EMAIL PROTECTED]
Subject: 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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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



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

Chris
-
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 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 table.

Chris


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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, 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 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]
For additional commands, e-mail: [EMAIL PROTECTED]


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 ...
 
 Ive just started using Xalan and FOP to attempt creation of pdf documents.
 When running FOP I get the following:
 
 [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
 [INFO] [1]
 [ERROR] -2
 
 Im not getting any output file and cant find the error code -2 on the FAQ.
 Just wondering what this means or if there is an error code listing?


Jeremias Maerki


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



RE: ERROR -2

2004-09-23 Thread Mark Donnelly
M:

org.apache.fop.apps.FOPException: -2
at org.apache.fop.apps.CommandLineStarter.run(CommandLineStarter.java:111)
at org.apache.fop.apps.Fop.main(Fop.java:62)

Looks like FOP is not happy with something but what it doesnt really say.

-Original Message-
From: Jeremias Maerki [mailto:[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 wrote:
 Not sure if this is a posting to the FOP users group or not.
 
 Here goes anyway ...
 
 Ive just started using Xalan and FOP to attempt creation of pdf documents.
 When running FOP I get the following:
 
 [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
 [INFO] [1]
 [ERROR] -2
 
 Im not getting any output file and cant find the error code -2 on the FAQ.
 Just wondering what this means or if there is an error code listing?


Jeremias Maerki


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

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



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(CommandLineStarter.java:111)
 at org.apache.fop.apps.Fop.main(Fop.java:62)
 
 Looks like FOP is not happy with something but what it doesnt really say.



Jeremias Maerki


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



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


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



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 number of columns and use the proportional widths properties
and also put all your data in your table within a table cell.

-Adam

-Original Message-
From: Todtenhaupt, Susann [mailto:[EMAIL PROTECTED]
Sent: April 11, 2003 3:55 AM
To: '[EMAIL PROTECTED]'
Subject: AW: [ERROR] -2


Hello markus...

This I already tried because I guessed the same as you. But this doesn't
help :-(

Thanx anyway!


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