You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rene Duettra <bu...@gmx.de> on 2000/08/09 16:17:36 UTC

Xlib: sequence lost

Hi,
Generating pictures by servlets, I get sometimes
those errors. Does anybody knows what it means? 

Xlib: sequence lost (0x16d79 > 0x11) in reply type 0x20!
Xlib: sequence lost (0x16863 > 0x11) in reply type 0x20!
Xlib: sequence lost (0x1742d > 0x11) in reply type 0x0!
Xlib: sequence lost (0x1742d > 0x11) in reply type 0x0!
Xlib: sequence lost (0x16e61 > 0x11) in reply type 0x20!
Xlib: sequence lost (0x16d79 > 0x11) in reply type 0x20!
Xlib: sequence lost (0x16d2d > 0x11) in reply type 0x20!
Xlib: sequence lost (0x10011 > 0x11) in reply type 0x1!

I´m using a tree hierarchy. Every node has a BufferedImage
which is drawn in the one of an upper node. Finally the
toggling BufferedImage is coded bei the sun.codec.JPEGEncoder.

Thanks
Rene