Re: Weird, weird, weird problem!

2004-09-20 Thread Mark Lundquist
On Sep 17, 2004, at 11:16 PM, Upayavira wrote: Also, can you try Java 1.4.2? I remember hearing about a bug somewhere in the JPEG code used by the ImageReader. (Can't remember which version fixed the bug though:-( Thx, Upayavira and Antonio... The funny thing was, I thought this server had the

Re: Weird, weird, weird problem!

2004-09-18 Thread Upayavira
David Crossley wrote: Mark Lundquist wrote: OK... this is weird! My Cocoon app uses ImageReader, and the images weren't displaying. It turns out the call to com.sun.image.codec.jpeg.JPEGImageDecoder.decodeAsBufferedImage() in ImageReader.processStream() crashes the JVM! It crashes hard,

Weird, weird, weird problem!

2004-09-17 Thread Mark Lundquist
OK... this is weird! My Cocoon app uses ImageReader, and the images weren't displaying. It turns out the call to com.sun.image.codec.jpeg.JPEGImageDecoder.decodeAsBufferedImage() in ImageReader.processStream() crashes the JVM! It crashes hard, immediately and silently (no error messages). What

Re: Weird, weird, weird problem!

2004-09-17 Thread Mark Lundquist
Oh yeah, I meant to mention :-) Cocoon 2.1.5.1 Jetty 4.2.15 JVM 1.4.1 OS X Server 10.3 On Sep 17, 2004, at 12:35 PM, Mark Lundquist wrote: OK... this is weird! My Cocoon app uses ImageReader, and the images weren't displaying. It turns out the call to

Re: Weird, weird, weird problem!

2004-09-17 Thread Antonio Gallardo
Mark Lundquist dijo: Oh yeah, I meant to mention :-) Cocoon 2.1.5.1 Jetty 4.2.15 JVM 1.4.1 Can you try: 1.4.2_05? - http://java.sun.com/j2se/1.4.2/download.html I am not sure, but I remember a bug related to images in java. Maybe it is not only in MacOS. anyway, it is a worth to

Re: Weird, weird, weird problem!

2004-09-17 Thread David Crossley
Mark Lundquist wrote: OK... this is weird! My Cocoon app uses ImageReader, and the images weren't displaying. It turns out the call to com.sun.image.codec.jpeg.JPEGImageDecoder.decodeAsBufferedImage() in ImageReader.processStream() crashes the JVM! It crashes hard, immediately and