FOPException 921600

2002-11-22 Thread Koes, Derrick

Does anyone know what this exception is or how it is caused?

Thanks,
Derrick




/**
 * Contact information.
 */
public class INFO
{
static final String NAME = Derrick Koes;
String title = Senior Software Engineer;
String company = Smith + Nephew Endoscopy;
URL companyURL = new URL(
http://www.smith-nephew.com/index-flash.html;);
String aolIM = codeauthor2001;
String EMAIL = [EMAIL PROTECTED];
String PHONE = (978) 749-1288;
String FAX = (978) 749-1487;
}

This electronic transmission is strictly confidential to Smith  Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.

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



RE: FOPException 921600

2002-11-22 Thread Koes, Derrick

Poor mime typing was the cause for this error.
Perhaps the PDF renderer could handle illegal mime types a little better.

-Original Message-
From: Keiron Liddle [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 22, 2002 2:13 AM
To: [EMAIL PROTECTED]
Subject: RE: FOPException 921600

On Fri, 2002-11-22 at 02:21, Koes, Derrick wrote:
 
 Oh yeah, here's the stack trace.  Looks like ArrayIndexOutOfBounds, but
I've
 been running this same code for weeks.  Hmmm...

This looks like a threading problem with image loading.
I believe this is fixed and will be solved in the next release.

Please only show the Fop relevant part of the stacktrace, the rest is
useless information.
ie.

 java.lang.ArrayIndexOutOfBoundsException: 921600
   at org.apache.fop.image.BmpImage.loadImage(Unknown Source)
   at org.apache.fop.image.AbstractFopImage.getBitmaps(Unknown Source)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This electronic transmission is strictly confidential to Smith  Nephew and
intended solely for the addressee.  It may contain information which is
covered by legal, professional or other privilege.  If you are not the
intended addressee, or someone authorized by the intended addressee to
receive transmissions on behalf of the addressee, you must not retain,
disclose in any form, copy or take any action in reliance on this
transmission.  If you have received this transmission in error, please
notify the sender as soon as possible and destroy this message.

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