Re: extra page from app, not from commandline

2003-09-04 Thread Louis . Masters

That's old, you should upgrade. Also, without even a small
code snippet, it is quite hard to guess where the problem
could be.

I'd love to, but can't - waiting for bug 16156 to be fixed.  We require SVG
images and I can't upgrade my jdk yet.

There seem to be differences. Are you sure you are processing
exactly the same data, including any graphics and fonts?

You're right.  I have my table columns generated dynamically and another
developer changed the column specs when I was testing.

I think I found the issue, although I still do not know why it was working
on the command line only.  I have an empty block wrapping my main data
table in my report:

fo:block
  fo:table table-layout=fixed width=100%
snip/
  /fo:table
/fo:block

For some reason, there is padding/space from this block overlapping onto
another page.  I'm removing the wrapper block for now.

Just thought I would share my results.

-Lou





|-+---
| |   J.Pietschmann |
| |   [EMAIL PROTECTED]|
| |   de |
| |   |
| |   09/03/2003 15:56|
| |   Please respond  |
| |   to fop-user |
| |   |
|-+---
  
---|
  | 
  |
  |To:  [EMAIL PROTECTED]   
|
  |cc:  
  |
  |Subject: Re: extra page from app, not from commandline   
  |
  
---|



[EMAIL PROTECTED] wrote:

 FOP 0.20.3

That's old, you should upgrade. Also, without even a small
code snippet, it is quite hard to guess where the problem
could be.

Also:
  1062605170037 - WARN   [fop]:Sum of fixed column widths 685974
and
  [WARN]: Sum of fixed column widths 742666 greater than

There seem to be differences. Are you sure you are processing
exactly the same data, including any graphics and fonts?

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]



extra page from app, not from commandline

2003-09-03 Thread Louis . Masters
I am running into an issue where an extra page gets generated if the data
in my table falls too close to the end of the page.  A first thought would
be that there is some padding or spacing causing this - but I have gone
through and checked this.  What is very peculiar is that when I run the
same XML file, XSL file and config file from the command line, the page is
not produced.  I have included my debug outs as proof:

***Through my app:
snip/
1062605169436 - WARN   [fop]:property - show-destination is not
implemented yet.
1062605169496 - ERROR  [fop]:fo:marker must be an initial child,and
'marker-class-name' must be unique for same parent
1062605169977 - ERROR  [fop]:fo:marker must be an initial child,and
'marker-class-name' must be unique for same parent
1062605170007 - INFO   [fop]:[1]
1062605170037 - WARN   [fop]:Sum of fixed column widths 685974 greater
than maximum specified IPD 0
1062605170588 - WARN   [fop]:Sum of fixed column widths 71 greater
than maximum specified IPD 0
1062605170588 - WARN   [fop]:Sum of fixed column widths 71 greater
than maximum specified IPD 0
1062605173292 - INFO   [fop]:[2]
1062605177067 - DEBUG  [fop]:Last page-sequence produced 2 pages.
1062605177067 - INFO   [fop]:Parsing of document complete, stopping
renderer
1062605177077 - DEBUG  [fop]:Initial heap size: 5398Kb
1062605177077 - DEBUG  [fop]:Current heap size: 12075Kb
1062605177077 - DEBUG  [fop]:Total memory used: 6677Kb
1062605177077 - DEBUG  [fop]:  Memory use is indicative; no GC was
performed
1062605177077 - DEBUG  [fop]:  These figures should not be used
comparatively
1062605177077 - DEBUG  [fop]:Total time used: 9914ms
1062605177077 - DEBUG  [fop]:Pages rendererd: 2
1062605177077 - DEBUG  [fop]:Avg render time: 4957ms/page


***From the command line:
snip/
[WARN]: property - show-destination is not implemented yet.
[ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be
unique for same parent
[ERROR]: fo:marker must be an initial child,and 'marker-class-name' must be
unique for same parent
[INFO]: [1]
[WARN]: Sum of fixed column widths 742666 greater than maximum specified
IPD 0
[WARN]: Sum of fixed column widths 71 greater than maximum specified
IPD 0
[WARN]: Sum of fixed column widths 71 greater than maximum specified
IPD 0
[DEBUG]: Last page-sequence produced 1 pages.
[INFO]: Parsing of document complete, stopping renderer
[DEBUG]: Initial heap size: 2260Kb
[DEBUG]: Current heap size: 9189Kb
[DEBUG]: Total memory used: 6928Kb
[DEBUG]:   Memory use is indicative; no GC was performed
[DEBUG]:   These figures should not be used comparatively
[DEBUG]: Total time used: 9324ms
[DEBUG]: Pages rendererd: 1
[DEBUG]: Avg render time: 9324ms/page

Any thoughts?  Something stupid that I am missing?  Is there an easy way to
find overflowing padding/spacing/data?

FOP 0.20.3
jdk 1.3

Thanks,
Lou




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