Hi Gregory,

Can you please post a small XSL-FO file exhibiting the problem?

Thanks,
Vincent


Gregory Buchenberger wrote:
> Hello,
> 
> I'm getting the following error when running FOP 1.0dev:
> 
> STDERR: (Location of error unknown)java.lang.IllegalArgumentException:
> Only non-null Positions with an index can be checked
> 
> The following code in AbstractLayoutManager.java appears to be
> throwing the exception:
> 
> private void verifyNonNullPosition(Position pos) {
>    if (pos == null || pos.getIndex() < 0) {
>    throw new IllegalArgumentException(
>    "Only non-null Positions with an index can be checked");}
> 
> Does anyone know what could cause the exception? I'm hoping someone
> here is familiar with that bit of code.
> 
> Thanks,
> 
> Gregory Buchenberger, CDIA+, ECMs
> Eightfold Consulting
> 15710 W. 3rd Place #4
> Golden, CO 80401
> 720-259-7779 Office
> 720-299-2386 Mobile
> 877-713-5342 Fax
> www.eightfoldconsulting.com

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

Reply via email to