Hi Uwe,
Can you share the full geoserver LOG for that issue?

On Tue, Oct 30, 2012 at 1:36 AM, Uwe Rosebrock <[email protected]>wrote:

>   Hi List,
>
>
> I am trying to get image mosaic to recognise following indexer file and
> regex file as suggested in the doco videos on you tube
>
> >> indexer.properties
> Schema=the_geom:Polygon,location:String,time:java.util.Date
> PropertyCollectors=TimeStampFileNameExtractorSPI[timeregex](time)
>
>
> >> timeregex.properties
> regex=[0-9]{8}
>
>
> date format for the tiff files
>
> yyyyMMdd.tiff
>
> I tested the reg ex in isolation and extracts dates fine
>
>
>
> The tiff files a read correctly as individual files, but the store fails
> to read the indexer file or index the tiff files with the error
>
> "Could not list layers for this store, an error occurred retrieving them:
> Argument "value" should not be null."
>
> I am running on a base ubuntu box, all the text files are cleaned for
> linux.
> i made the tiff files with gdal from png image files with the arguments
>
> gdal_translate -of GTIFF -a_ullr 100 -7 165 -45 -co "TILED=YES" <in>.png
>  <out>.tiff
>
If your input dataset is a simple image (not a georeferenced dataset) you
should also specify a coordinate reference system.
Are you adding WGS84 (EPSG:4326) coordinates? (100 -7 165 -45)
In that case, you should also add -a_srs EPSG:4326 to your gdal_translate
command.

Please, let us know.
Daniele
Any suggestion would be greatly appreciated, I am running  out of options
and this working is the most ideal solution.

Cheers
Uwe








>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to