Hello George, Try RC2. That bug should be fixed. Problem was with the use of zoomStart/Stop.
Cheers, Gabriel. On Tue, Dec 27, 2011 at 9:55 AM, GeoGEOrge <[email protected]> wrote: > I have been able to use GeoWebCache version 1.3-RC1, built 2011-10-03 > 19:08:42 to seed several shapefiles, but when I go to seed an ImageMosaic > the seed task fails. I tried seeding one of the four JP2MrSID that make up > the ImageMosaic and got the same error. Is this not possible or am I doing > something wrong? > > > section from geowebcache.xml > > <wmsLayer> > <name>gwcorthoquads</name> > <mimeFormats> > <string>image/png</string> > </mimeFormats> > <gridSubsets> > <gridSubset> > <gridSetName>e2249</gridSetName> > <extent> > <coords> > <double>858000</double> > <double>2739000</double> > <double>924000</double> > <double>2833000</double> > </coords> > </extent> > <zoomStart>6</zoomStart> > <zoomStop>8</zoomStop> > </gridSubset> > </gridSubsets> > <wmsUrl> > <string>http://localhost:8080/geoserver/wms</string> > </wmsUrl> > <wmsLayers>plymouth:orthoquads</wmsLayers> > </wmsLayer> > > > geoserver 2.1.2 log: > > 27 Dec 07:32:55 INFO [seed.SeedTask] - GWC Seeder Thread-2 begins seeding > layer : gwcorthoA > 27 Dec 07:32:55 INFO [seed.GWCTask] - Thread group finished SEED task after > 0.0010 seconds > 27 Dec 07:32:55 ERROR [seed.MTSeeder] - SEED task #1 failed > java.lang.ArrayIndexOutOfBoundsException: 8 > at org.geowebcache.seed.SeedTask.tileCount(SeedTask.java:213) > at org.geowebcache.seed.SeedTask.doActionInternal(SeedTask.java:107) > at org.geowebcache.seed.GWCTask.doAction(GWCTask.java:76) > at org.geowebcache.seed.MTSeeder.call(MTSeeder.java:36) > at org.geowebcache.seed.MTSeeder.call(MTSeeder.java:25) > at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) > at java.util.concurrent.FutureTask.run(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/GeoWebCache-Raster-Does-Not-Seed-tp7130080p7130080.html > Sent from the GeoServer - User mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
