ImageIO crash, StringToDouble not found
---------------------------------------

                 Key: GEOT-2274
                 URL: http://jira.codehaus.org/browse/GEOT-2274
             Project: GeoTools
          Issue Type: Bug
          Components: gc imageio
    Affects Versions: 2.5.2
            Reporter: Arne Kepp
            Priority: Minor


I just helped someone install GeoServer 1.7.x and GT 2.5.x on a Windows 2008 
server (yuck, but that is a story for another time).

I decied to try JAI and ImageIO (latest stable) for i586. With those I got the 
following traceback:

java.lang.NoClassDefFoundError: 
it/geosolutions/imageio/plugins/arcgrid/raster/StringToDouble
    
it.geosolutions.imageio.plugins.arcgrid.raster.EsriAsciiGridRaster.parseHeader(EsriAsciiGridRaster.java:144)
    
it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageReaderSpi.canDecodeInput(AsciiGridsImageReaderSpi.java:219)

    javax.imageio.ImageIO$CanDecodeInputFilter.filter(Unknown Source)
    javax.imageio.spi.FilterIterator.advance(Unknown Source)
    javax.imageio.spi.FilterIterator.next(Unknown Source)
    javax.imageio.ImageIO$ImageReaderIterator.next(Unknown Source)

    javax.imageio.ImageIO$ImageReaderIterator.next(Unknown Source)
    javax.imageio.ImageIO.read(Unknown Source)
    javax.imageio.ImageIO.read(Unknown Source)
    org.geowebcache.layer.wms.WMSMetaTile.setImageBytes(WMSMetaTile.java:100)

The line in question is
http://geowebcache.org/trac/browser/trunk/geowebcache/src/main/java/org/geowebcache/layer/wms/WMSMetaTile.java?rev=487#L100


After uninstalling ImageIO and JAI everything worked fine. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to