Since the issue has been noted by a couple of users, I think it could be useful to list a possible explanation for said behavior.
When the prj file of the image mosaic definition is not aligned with the GeoServer EPSG database, the continuous datum conversions cause the ImageMosaic plugin to be unable to ouput an image every dozen or so.
In my case, the prj was:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.2572235630016,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]]
While the one in the EPSG database was:
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]
When I changed the former to be exactly as the latter, every tile displayed just fine
Thanks to Simone Giannecchini e Daniele Romagnoli for pointing this out.
--------------------
Luca Morandini
www.lucamorandini.it
--------------------