Vincent, Unfortunately, the FO file is over 2MB and is accompanied by over 400MB of images. In addition, it is copyrighted primary grade textbook material that I can't distribute on a mailing list. Can you give me an idea of where to look? If I can find the offending XSL I will happily send a condensed example.
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 On Fri, Mar 5, 2010 at 3:49 AM, Vincent Hennebert <[email protected]> wrote: > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
