On Tue, Aug 6, 2013 at 10:40 AM, Ian Turton <[email protected]> wrote:

> I'm running GeoServer 2.3.4 under JBoss (not my choice) and I'm seeing an
> issue creatign an image pyramid - the log file says:
>
> 09:31:49,822 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Checking file:/app
> s/data/
> existstrue
> isFilefalse
> canRead:true
> canWritetrue
> canExecutetrue
> isHidden:false
> lastModified1375775551000
>
> 09:31:49,827 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Checking file:/app
> s/data/250k/
> existsfalse
> isFilefalse
> canRead:false
> canWritefalse
> canExecutefalse
> isHidden:false
> lastModified0
>
> 09:31:49,832 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/0
> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/4
> 09:31:49,833 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/1
> 09:31:49,834 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/3
> 09:31:49,841 INFO  [org.geotools.gce.imagepyramid]
> (http--172.30.2.1-8080-1) Unable to build mosaic for the
> directory:/apps/data/250k/2
> 09:31:49,842 INFO  [org.geoserver.web] (http--172.30.2.1-8080-1) Getting
> list of coverages for saved store /apps/data/250k:
> java.lang.RuntimeException: Could not list layers for this store, an error
> occurred retrieving them: This plugin accepts only File, URL and String
> pointing to a file
>         at
> org.geoserver.web.data.layer.NewLayerPageProvider.getItemsInternal(NewLayerPageProvider.java:123)
> [web-core-2.3.4.jar:2.3.4]
>

Which root directory did you give to the pyramid store? It's normal that
it's checking the root directory for files, as gdal_retile puts tiles there
too,
but I'd be surprised if it's checking the parent of the folder you gave it.

That said, the true errors are reported for the directories that should
contain the data, it seems it's not able to generate a mosaic there, not
sure
why. You can try to put the logging level to "geotools developer logging"
and see if anything more interesting pops up

Cheers
Andrea

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

Ing. Andrea Aime
@geowolf
Technical Lead

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

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

-------------------------------------------------------
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to