Hi, running under W2K3, tomcat 6.0.26 and java 1.6_22 I get after a while:
java.lang.ClassCastException: com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader cannot be cast to com.sun.media.imageioimpl.plugins.tiff.TIFFImageReader at: Iterator it = ImageIO.getImageReadersByFormatName("TIF"); r = (TIFFImageReader)it.next(); //<==BANG When I restart tomcat, everything is fine again for some hours and the it happens again until tomcat is restartet. It seems that somewhat reloads the webapp which uses TIFFImageReader but that plugin is still somewhere in another classloader which causes this CCE then. The problem is: No one explicitly reloads the app. Nothing to be seen in the logs. The app is the only app on this tomcat. NO JreMemoryLeakPreventionListener is configured in server.xml. What can be the problem here? Thank you --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org