Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Re:cartoon images of widgets...(Rich Kulp)


Hi Namrata,

Where there any other log msgs? There should of been a reader for the image, that is set up automatically. But it may of closed too soon, and if it did there should be more messages.

Thanks,
Rich


"Namrata" <namrata@xxxxxxxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

07/14/2005 01:38 AM

Please respond to
Discussions people developing code for the Visual Editor project

To
<ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] Re:cartoon images of widgets...(Rich Kulp)





Hi Rich,

I'm getting the following exception from ImageDataCollector. I think the vm
ImageDataCollector is attempting to transfer the
modified image, but perhaps I do not have a reader for the image.

java.lang.NullPointerException
java.io.IOException: Pipe closed
at java.io.PipedInputStream.receive(PipedInputStream.java:136)
at java.io.PipedOutputStream.write(PipedOutputStream.java:103)
at java.io.DataOutputStream.writeInt(DataOutputStream.java:178)
at
org.eclipse.ve.internal.jfc.vm.ImageDataCollector.setPixels(ImageDataCollect
or.java:756)
at
sun.awt.image.OffScreenImageSource.sendPixels(OffScreenImageSource.java:108)
at
sun.awt.image.OffScreenImageSource.produce(OffScreenImageSource.java:161)
at
sun.awt.image.OffScreenImageSource.addConsumer(OffScreenImageSource.java:37)
at
sun.awt.image.OffScreenImageSource.startProduction(OffScreenImageSource.java
:51)
at
org.eclipse.ve.internal.jfc.vm.ImageDataCollector$3.run(ImageDataCollector.j
ava:260)
at java.lang.Thread.run(Thread.java:534)

What should I be looking for ?

Thanks
Namrata

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top