Hi,

Geoserver-2.1.2 / ubuntu 10.04 / Tomcat6 / integrated Geoserver GWC

I am trying to get one layer cachable in EPSG:25832 (ETRS89). I have tried most 
combinations for the layer including using the layer extents from the layer 
configuration in geoserver to using the complete etrs89 bounds as referenced 
in http://spatialreference.org/ref/epsg/25832/

In an earlier post Gabriel Roldan suggested that the wmsLayer name  property 
should not be exactly the name which geoserver uses....ie instead of using 
"zgb:windpot50ha_etrs89" I should just use "windpot50ha_etrs89"...however this 
didn´t work either. I restart geoserver every time I change the geowebcache,xml

here is my geoserver log after a restart

2012-02-10 23:11:51,076 WARN [referencing.factory] - Axis elements found in a 
wkt definition, the force longitude first axis order hint might not be 
respected:
PROJCS["ETRS89 / UTM zone 
32N",GEOGCS["ETRS89",DATUM["European_Terrestrial_Reference_System_1989",SPHEROID["GRS
 
1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6258"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4258"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",9],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],AUTHORITY["EPSG","25832"],AXIS["Easting",EAST],AXIS["Northing",NORTH]]
2012-02-10 23:11:53,090 WARN [gce.imagemosaic] - Unable to set ordering between 
tiff readers spi
2012-02-10 23:11:55,121 WARN [imagemosaic.catalog] - 
BBOXFilterExtractor::extractBasicProperties(): passed typename is null, using: 
dgm
2012-02-10 23:11:56,401 WARN [imagemosaic.catalog] - 
BBOXFilterExtractor::extractBasicProperties(): passed typename is null, using: 
rrop08_mosaic
2012-02-10 23:11:56,488 WARN [imagemosaic.catalog] - 
BBOXFilterExtractor::extractBasicProperties(): passed typename is null, using: 
tk25
2012-02-10 23:11:57,241 WARN [imagemosaic.catalog] - 
BBOXFilterExtractor::extractBasicProperties(): passed typename is null, using: 
tk50
2012-02-10 23:11:57,956 WARN [imagemosaic.catalog] - 
BBOXFilterExtractor::extractBasicProperties(): passed typename is null, using: 
etrs
2012-02-10 23:12:19,560 WARN [servlet.BaseMapServlet] - Cannot delete 
file:/var/lib/tomcat6/work/Catalina/localhost/geoserver/wicket-filestore
2012-02-10 23:25:19,401 ERROR [geoserver.global] - 

Obviously there could be a clue here...but I can´t say what it all means!!


Here is my geowebcaache.xml file which sits in my GWC directory in 
GEOSERVER_DATA 



<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                  
xsi:noNamespaceSchemaLocation="http://geowebcache.org/schema/1.2.2/geowebcache.xsd";
                  xmlns="http://geowebcache.org/schema/1.2.2";>

<version>1.2.2</version>

<gridSets>

  <gridSet>
    <name>EPSG:25832</name>
    <srs><number>25832</number></srs>
    <extent>
      <coords>
        <double>572250.438</double>
        <double>5753235</double>
        <double>637663.312</double>
        <double>5854572</double>
      </coords>
    </extent>
    <resolutions>
      <double>279.9998488000</double> <!-- 1,000,000 -->
      <double>139.9999244000</double> <!-- 1,500,000 -->
      <double>27.9999848800</double> <!-- 100,000 -->
      <double>13.9999924400</double> <!-- 50,000 -->
      <double>2.7999984880</double> <!-- 10,000 -->
      <double>1.3999992440</double> <!-- 5,000 -->
      <double>0.2799998488</double> <!-- 1,000 -->
    </resolutions>
    <metersPerUnit>0.3048</metersPerUnit>
    <tileHeight>256</tileHeight>
    <tileWidth>256</tileWidth>
  </gridSet>

</gridSets>

<layers>
    <wmsLayer>
    <name>windpot50ha_etrs89</name>
    <gridSubsets>
       <gridSubset>
        <gridSetName>EPSG:25832</gridSetName>
      </gridSubset>
    </gridSubsets>
    <wmsUrl><string>http://maps.zgb.de/geoserver/wms</string></wmsUrl>
  </wmsLayer>
  </layers>
</gwcConfiguration>



Thanks,

Rob
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to