Hey, I finally made it work. Somehow, the access permissions were not granted to the *.so files -.- so they could not be executed.
Thank you both for the quick answers :) -Kristina 2013/3/12 Daniele Romagnoli <[email protected]>: > Hi Kristina, > please, read below for answers to some of your questions and additional > questions on my side. > > > On Tue, Mar 12, 2013 at 11:50 AM, Kristina Knoppe <[email protected]> > wrote: >> >> Dear Simone, >> >> thanks for your answer! >> >> I just used OpenJDK because it was installed on the system. Will it >> make a difference which Java JDK I use? >> >> I removed the old version > > You mean the 1.7.3 right? > >> and installed GDAL 1.9.1, couldn't find a >> newer version in the repositories and compiling failed for some >> reason... > > Did you also try again with the previously downloaded 1.9.2 once 1.7.3 has > been removed? > >> >> About the -Djava.library.path: Where can I set it? I read [1] that >> instead you can set the JAVA_OPTS environment variable which I did: >> echo $JAVA_OPTS >> -Djava.library.path=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64 > > > Can you paste a few info? > - The list of jars contained on your tomcat/webapps/geoserver/WEB-INF/lib > - The list of libs contained on your java.library.path. > - a "gdalinfo --version" command output > - the full geoserver log > > Please, let us know. > Best Regards, > Daniele > >> >> Still, there are no changes and i'm beginning to get desperate... >> >> -Kristina >> >> [1] >> http://stackoverflow.com/questions/6150428/native-libraries-not-found-in-tomcat >> >> 2013/3/11 Simone Giannecchini <[email protected]>: >> > Dear Kristina, >> > see my observations inline below... >> > >> > Regards, >> > Simone Giannecchini >> > == >> > Our support, Your Success! Visit http://opensdi.geo-solutions.it for >> > more information. >> > == >> > >> > Ing. Simone Giannecchini >> > @simogeo >> > Founder/Director >> > >> > GeoSolutions S.A.S. >> > Via Poggio alle Viti 1187 >> > 55054 Massarosa (LU) >> > Italy >> > phone: +39 0584 962313 >> > fax: +39 0584 1660272 >> > mob: +39 333 8128928 >> > >> > http://www.geo-solutions.it >> > http://twitter.com/geosolutions_it >> > >> > ------------------------------------------------------- >> > >> > >> > On Mon, Mar 11, 2013 at 3:42 PM, Kristina Knoppe >> > <[email protected]> wrote: >> >> Hello everyone, >> >> >> >> I'm quite new to geoserver and have run into trouble installing GDAL >> >> Image Formats as described here: >> >> http://docs.geoserver.org/2.2.5/user/data/raster/gdal.html >> >> I don't get any error messages in the geoserver log file (see below), >> >> but the additional file formats don't show up in the GUI. >> >> >> >> I'm running Geoserver 2.2.5 on a Tomcat7 and using JAVA 1.6.0_27 >> >> (OpenJDK 64-Bit Server VM). >> > >> > Mind you, we usually recommend Oracle JDK. >> > >> >> >> >> I'm quite sure that I did everything correctly as described in the >> >> documentation: >> >> -copied the jar-files for the GDAL extension to >> >> /var/lib/tomcat/webapps/geoserver/WEB-INF/lib, changed owner to >> >> tomcat7 and permissions to 644 so tomcat can access it >> >> -copied the files for the CRS definitions >> >> >> >> (http://demo.geo-solutions.it/share/github/imageio-ext/releases/1.1.X/1.1.6/native/gdal/gdal-data.zip) >> >> to /usr/share/gdal/1.9.2/ and defined GDAL_DATA environment variable: >> >> export GDAL_DATA=/usr/share/gdal/1.9.2/ >> >> -copied the GDAL native libraries >> >> (gdal192-Ubuntu12-gcc4.6.3-x86_64.tar.gz) to >> >> /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64, set the >> >> LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64 >> >> >> >> gdalinfo --formats >> >> Supported Formats: >> >> VRT (rw+v): Virtual Raster >> >> GTiff (rw+v): GeoTIFF >> >> NITF (rw+v): National Imagery Transmission Format >> >> RPFTOC (ro): Raster Product Format TOC format >> >> HFA (rw+v): Erdas Imagine Images (.img) >> >> SAR_CEOS (ro): CEOS SAR Image >> >> CEOS (ro): CEOS Image >> >> ... >> >> >> >> I need the HFA format which is present.. so I assume the GDAL library >> >> is working. >> >> >> >> One thing I don't really understand is: >> >> gdalinfo --version >> >> GDAL 1.7.3, released 2010/11/10 >> > >> > Well, it looks like you already have GDAL installed somewhere in your >> > path and the current install is not pick up by GeoServer. >> > I would also try to use the -Djava.library.path switch to tell >> > GeoServer where to get the dynamic libs. >> > >> > It might help to remove also precedent GDAL installations from the >> > server. >> > >> > Let us know if you make any progresses. >> > >> >> >> >> Obviously there is also an older version of GDAL installed. Is that a >> >> problem since I installed the newer files in the JAVA path? >> >> >> >> Looking forward for hints on what could have gone wrong! >> >> >> >> Cheers, >> >> Kristina >> >> >> >> >> >> Here is the log file: >> >> 2013-03-11 11:35:43,274 INFO [georss.GeoRSSPoller] - destroy() invoked >> >> 2013-03-11 11:35:43,276 INFO [geowebcache.GeoWebCacheDispatcher] - >> >> GeoWebCacheDispatcher.destroy() was invoked, shutting down. >> >> 2013-03-11 11:35:43,279 INFO [diskquota.DiskQuotaMonitor] - Disk quota >> >> monitor shutting down... >> >> 2013-03-11 11:35:43,280 INFO [diskquota.DiskQuotaMonitor] - Shutting >> >> down quota usage monitor... >> >> 2013-03-11 11:35:43,280 INFO [diskquota.QuotaUpdatesMonitor] - >> >> Shutting down quota usage monitor... >> >> 2013-03-11 11:35:43,280 INFO [diskquota.QueuedQuotaUpdatesConsumer] - >> >> Shutting down quota update background task due to InterruptedException >> >> 2013-03-11 11:35:43,280 INFO [diskquota.DiskQuotaMonitor] - Shutting >> >> down quota statistics gathering monitor... >> >> 2013-03-11 11:35:43,329 INFO [diskquota.QueuedUsageStatsConsumer] - >> >> Shutting down quota update background task due to interrupted >> >> exception >> >> 2013-03-11 11:35:43,330 INFO [storage.BDBQuotaStore] - Requesting to >> >> close quota store... >> >> 2013-03-11 11:35:43,373 INFO [storage.BDBQuotaStore] - Quota store >> >> closed. >> >> 2013-03-11 11:35:43,373 INFO [seed.SeederThreadPoolExecutor] - >> >> Initiating shut down for running and pending seed tasks... >> >> 2013-03-11 11:35:43,374 INFO [seed.SeederThreadPoolExecutor] - Seeder >> >> thread pool executor shut down complete. >> >> 2013-03-11 11:35:43,375 INFO [storage.StorageBroker] - Destroying >> >> StorageBroker >> >> 2013-03-11 11:35:45,026 WARN [support.DisposableBeanAdapter] - >> >> Invocation of destroy method failed on bean with name >> >> 'geoServerLoader': >> >> org.springframework.beans.factory.BeanCreationNotAllowedException: >> >> Error creating bean with name 'GWCLifeCycleHandler': Singleton bean >> >> creation not allowed while the singletons of this factory are in >> >> destruction (Do not request a bean from a BeanFactory in a destroy >> >> method implementation!) >> >> 2013-03-11 11:36:11,225 WARN [config.CustomEditorConfigurer] - Passing >> >> PropertyEditor instances into CustomEditorConfigurer is deprecated: >> >> use PropertyEditorRegistrars or PropertyEditor class names instead. >> >> Offending key [org.geotools.util.Version; offending editor instance: >> >> org.geoserver.platform.util.VersionPropertyEditor@12539a92 >> >> 2013-03-11 11:36:14,846 ERROR [geoserver.global] - >> >> ---------------------------------- >> >> - GEOSERVER_DATA_DIR: /var/lib/tomcat7/webapps/geoserver/data >> >> ---------------------------------- >> >> 2013-03-11 11:36:15,722 INFO [org.geoserver] - Loaded style >> >> 'tiger_roads' >> >> 2013-03-11 11:36:15,729 INFO [org.geoserver] - Loaded style 'capitals' >> >> 2013-03-11 11:36:15,731 INFO [org.geoserver] - Loaded style >> >> 'population' >> >> 2013-03-11 11:36:15,734 INFO [org.geoserver] - Loaded style 'green' >> >> 2013-03-11 11:36:15,735 INFO [org.geoserver] - Loaded style 'poi' >> >> 2013-03-11 11:36:15,737 INFO [org.geoserver] - Loaded style 'burg' >> >> 2013-03-11 11:36:16,555 INFO [org.geoserver] - Loaded style 'raster' >> >> 2013-03-11 11:36:16,559 INFO [org.geoserver] - Loaded style 'pophatch' >> >> 2013-03-11 11:36:16,562 INFO [org.geoserver] - Loaded style >> >> 'simple_roads' >> >> 2013-03-11 11:36:16,563 INFO [org.geoserver] - Loaded style >> >> 'simple_streams' >> >> 2013-03-11 11:36:16,565 INFO [org.geoserver] - Loaded style 'line' >> >> 2013-03-11 11:36:16,567 INFO [org.geoserver] - Loaded style 'grass' >> >> 2013-03-11 11:36:16,569 INFO [org.geoserver] - Loaded style 'point' >> >> 2013-03-11 11:36:16,571 INFO [org.geoserver] - Loaded style >> >> 'giant_polygon' >> >> 2013-03-11 11:36:16,574 INFO [org.geoserver] - Loaded style 'polygon' >> >> 2013-03-11 11:36:16,576 INFO [org.geoserver] - Loaded style >> >> 'restricted' >> >> 2013-03-11 11:36:16,579 INFO [org.geoserver] - Loaded style >> >> 'poly_landmarks' >> >> 2013-03-11 11:36:16,582 INFO [org.geoserver] - Loaded style 'rain' >> >> 2013-03-11 11:36:16,585 INFO [org.geoserver] - Loaded style >> >> 'cite_lakes' >> >> 2013-03-11 11:36:16,587 INFO [org.geoserver] - Loaded style 'dem' >> >> 2013-03-11 11:36:16,590 INFO [org.geoserver] - Loaded default workspace >> >> Doliche >> >> 2013-03-11 11:36:16,604 INFO [org.geoserver] - Loaded workspace 'sde' >> >> 2013-03-11 11:36:16,619 INFO [org.geoserver] - Loaded workspace 'cite' >> >> 2013-03-11 11:36:16,628 INFO [org.geoserver] - Loaded workspace >> >> 'it.geosolutions' >> >> 2013-03-11 11:36:16,631 INFO [org.geoserver] - Loaded workspace 'tiger' >> >> 2013-03-11 11:36:16,636 INFO [org.geoserver] - Loaded workspace 'nurc' >> >> 2013-03-11 11:36:16,642 INFO [org.geoserver] - Loaded workspace 'topp' >> >> 2013-03-11 11:36:16,647 INFO [org.geoserver] - Loaded workspace >> >> 'Doliche' >> >> 2013-03-11 11:36:16,655 INFO [org.geoserver] - Loaded workspace 'sf' >> >> 2013-03-11 11:36:19,497 INFO [org.geoserver] - Loaded store 'nyc', >> >> enabled >> >> 2013-03-11 11:36:19,512 INFO [org.geoserver] - Loaded data store 'nyc' >> >> 2013-03-11 11:36:25,584 WARN [referencing.factory] - Axis elements >> >> found in a wkt definition, the force longitude first axis order hint >> >> might not be respected: >> >> PROJCS["WGS84 / Simple Mercator", GEOGCS["WGS 84", DATUM["WGS_1984", >> >> SPHEROID["WGS_1984", 6378137.0, 298.257223563]], PRIMEM["Greenwich", >> >> 0.0], UNIT["degree", 0.017453292519943295]], >> >> PROJECTION["Mercator_1SP_Google"], PARAMETER["latitude_of_origin", >> >> 0.0], PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", >> >> 1.0], PARAMETER["false_easting", 0.0], PARAMETER["false_northing", >> >> 0.0], UNIT["m", 1.0], AXIS["x", EAST], AXIS["y", NORTH], >> >> AUTHORITY["EPSG","54004"]] >> >> 2013-03-11 11:36:25,989 INFO [org.geoserver] - Loaded feature type >> >> 'tiger_roads', enabled >> >> 2013-03-11 11:36:26,011 INFO [org.geoserver] - Loaded feature type >> >> 'nyc' >> >> 2013-03-11 11:36:26,046 INFO [org.geoserver] - Loaded layer >> >> 'tiger_roads' >> >> 2013-03-11 11:36:26,056 INFO [org.geoserver] - Loaded feature type >> >> 'poi', enabled >> >> 2013-03-11 11:36:26,057 INFO [org.geoserver] - Loaded feature type >> >> 'nyc' >> >> 2013-03-11 11:36:26,064 INFO [org.geoserver] - Loaded layer 'poi' >> >> 2013-03-11 11:36:26,075 INFO [org.geoserver] - Loaded feature type >> >> 'poly_landmarks', enabled >> >> 2013-03-11 11:36:26,076 INFO [org.geoserver] - Loaded feature type >> >> 'nyc' >> >> 2013-03-11 11:36:26,079 INFO [org.geoserver] - Loaded layer >> >> 'poly_landmarks' >> >> 2013-03-11 11:36:26,088 INFO [org.geoserver] - Loaded feature type >> >> 'giant_polygon', enabled >> >> 2013-03-11 11:36:26,088 INFO [org.geoserver] - Loaded feature type >> >> 'nyc' >> >> 2013-03-11 11:36:26,092 INFO [org.geoserver] - Loaded layer >> >> 'giant_polygon' >> >> 2013-03-11 11:36:27,111 INFO [org.geoserver] - Loaded store 'mosaic', >> >> enabled >> >> 2013-03-11 11:36:27,117 INFO [org.geoserver] - Loaded coverage store >> >> 'mosaic' >> >> 2013-03-11 11:36:27,217 INFO [org.geoserver] - Loaded coverage >> >> 'mosaic', enabled >> >> 2013-03-11 11:36:27,248 INFO [org.geoserver] - Loaded coverage 'mosaic' >> >> 2013-03-11 11:36:29,865 WARN [imagemosaic.catalog] - >> >> BBOXFilterExtractor::extractBasicProperties(): passed typename is >> >> null, using: mosaic >> >> 2013-03-11 11:36:30,710 WARN [imagemosaic.Utils] - Unable to find >> >> sample image for path >> >> >> >> /var/lib/tomcat7/webapps/geoserver/data/coverages/mosaic_sample/sample_image >> >> 2013-03-11 11:36:30,710 WARN [gce.imagemosaic] - Unable to find sample >> >> image for path >> >> file:/var/lib/tomcat7/webapps/geoserver/data/coverages/mosaic_sample/mosaic.shp >> >> 2013-03-11 11:36:30,711 INFO [org.geoserver] - Loaded layer 'mosaic' >> >> 2013-03-11 11:36:30,742 INFO [org.geoserver] - Loaded store >> >> 'img_sample2', disabled >> >> 2013-03-11 11:36:30,742 INFO [org.geoserver] - Loaded coverage store >> >> 'img_sample2' >> >> 2013-03-11 11:36:32,823 INFO [org.geoserver] - Loaded coverage >> >> 'Pk50095', disabled >> >> 2013-03-11 11:36:32,824 INFO [org.geoserver] - Loaded coverage >> >> 'img_sample2' >> >> 2013-03-11 11:36:32,827 INFO [org.geoserver] - Loaded layer 'Pk50095' >> >> 2013-03-11 11:36:32,843 INFO [org.geoserver] - Loaded store >> >> 'worldImageSample', enabled >> >> 2013-03-11 11:36:32,843 INFO [org.geoserver] - Loaded coverage store >> >> 'worldImageSample' >> >> 2013-03-11 11:36:32,849 INFO [org.geoserver] - Loaded coverage >> >> 'Img_Sample', enabled >> >> 2013-03-11 11:36:32,850 INFO [org.geoserver] - Loaded coverage >> >> 'worldImageSample' >> >> 2013-03-11 11:36:32,996 INFO [org.geoserver] - Loaded layer >> >> 'Img_Sample' >> >> 2013-03-11 11:36:33,609 INFO [org.geoserver] - Loaded store >> >> 'arcGridSample', enabled >> >> 2013-03-11 11:36:33,611 INFO [org.geoserver] - Loaded coverage store >> >> 'arcGridSample' >> >> 2013-03-11 11:36:33,630 INFO [org.geoserver] - Loaded coverage >> >> 'Arc_Sample', enabled >> >> 2013-03-11 11:36:33,631 INFO [org.geoserver] - Loaded coverage >> >> 'arcGridSample' >> >> 2013-03-11 11:36:33,694 INFO [org.geoserver] - Loaded layer >> >> 'Arc_Sample' >> >> 2013-03-11 11:36:33,728 INFO [org.geoserver] - Loaded store >> >> 'taz_shapes', enabled >> >> 2013-03-11 11:36:33,728 INFO [org.geoserver] - Loaded data store >> >> 'taz_shapes' >> >> 2013-03-11 11:36:33,775 INFO [org.geoserver] - Loaded feature type >> >> 'tasmania_state_boundaries', enabled >> >> 2013-03-11 11:36:33,776 INFO [org.geoserver] - Loaded feature type >> >> 'taz_shapes' >> >> 2013-03-11 11:36:33,788 INFO [org.geoserver] - Loaded layer >> >> 'tasmania_state_boundaries' >> >> 2013-03-11 11:36:33,792 INFO [org.geoserver] - Loaded feature type >> >> 'tasmania_roads', enabled >> >> 2013-03-11 11:36:33,792 INFO [org.geoserver] - Loaded feature type >> >> 'taz_shapes' >> >> 2013-03-11 11:36:33,800 INFO [org.geoserver] - Loaded layer >> >> 'tasmania_roads' >> >> 2013-03-11 11:36:33,815 INFO [org.geoserver] - Loaded feature type >> >> 'tasmania_water_bodies', enabled >> >> 2013-03-11 11:36:33,815 INFO [org.geoserver] - Loaded feature type >> >> 'taz_shapes' >> >> 2013-03-11 11:36:33,818 INFO [org.geoserver] - Loaded layer >> >> 'tasmania_water_bodies' >> >> 2013-03-11 11:36:33,822 INFO [org.geoserver] - Loaded feature type >> >> 'tasmania_cities', enabled >> >> 2013-03-11 11:36:33,831 INFO [org.geoserver] - Loaded feature type >> >> 'taz_shapes' >> >> 2013-03-11 11:36:33,839 INFO [org.geoserver] - Loaded layer >> >> 'tasmania_cities' >> >> 2013-03-11 11:36:33,860 INFO [org.geoserver] - Loaded store >> >> 'states_shapefile', enabled >> >> 2013-03-11 11:36:33,861 INFO [org.geoserver] - Loaded data store >> >> 'states_shapefile' >> >> 2013-03-11 11:36:34,759 INFO [org.geoserver] - Loaded feature type >> >> 'states', enabled >> >> 2013-03-11 11:36:34,760 INFO [org.geoserver] - Loaded feature type >> >> 'states_shapefile' >> >> 2013-03-11 11:36:34,775 INFO [org.geoserver] - Loaded layer 'states' >> >> 2013-03-11 11:36:34,811 INFO [org.geoserver] - Loaded store 'sfdem', >> >> enabled >> >> 2013-03-11 11:36:34,812 INFO [org.geoserver] - Loaded coverage store >> >> 'sfdem' >> >> 2013-03-11 11:36:34,865 INFO [org.geoserver] - Loaded coverage 'sfdem', >> >> enabled >> >> 2013-03-11 11:36:34,865 INFO [org.geoserver] - Loaded coverage 'sfdem' >> >> 2013-03-11 11:36:35,042 INFO [org.geoserver] - Loaded layer 'sfdem' >> >> 2013-03-11 11:36:35,049 INFO [org.geoserver] - Loaded store 'sf', >> >> enabled >> >> 2013-03-11 11:36:35,049 INFO [org.geoserver] - Loaded data store 'sf' >> >> 2013-03-11 11:36:35,075 INFO [org.geoserver] - Loaded feature type >> >> 'roads', enabled >> >> 2013-03-11 11:36:35,076 INFO [org.geoserver] - Loaded feature type 'sf' >> >> 2013-03-11 11:36:35,079 INFO [org.geoserver] - Loaded layer 'roads' >> >> 2013-03-11 11:36:35,091 INFO [org.geoserver] - Loaded feature type >> >> 'streams', enabled >> >> 2013-03-11 11:36:35,092 INFO [org.geoserver] - Loaded feature type 'sf' >> >> 2013-03-11 11:36:35,097 INFO [org.geoserver] - Loaded layer 'streams' >> >> 2013-03-11 11:36:35,111 INFO [org.geoserver] - Loaded feature type >> >> 'bugsites', enabled >> >> 2013-03-11 11:36:35,111 INFO [org.geoserver] - Loaded feature type 'sf' >> >> 2013-03-11 11:36:35,116 INFO [org.geoserver] - Loaded layer 'bugsites' >> >> 2013-03-11 11:36:35,122 INFO [org.geoserver] - Loaded feature type >> >> 'restricted', enabled >> >> 2013-03-11 11:36:35,122 INFO [org.geoserver] - Loaded feature type 'sf' >> >> 2013-03-11 11:36:35,131 INFO [org.geoserver] - Loaded layer >> >> 'restricted' >> >> 2013-03-11 11:36:35,138 INFO [org.geoserver] - Loaded feature type >> >> 'archsites', enabled >> >> 2013-03-11 11:36:35,138 INFO [org.geoserver] - Loaded feature type 'sf' >> >> 2013-03-11 11:36:35,144 INFO [org.geoserver] - Loaded layer 'archsites' >> >> 2013-03-11 11:36:35,160 INFO [org.geoserver] - Loaded layer group >> >> 'spearfish' >> >> 2013-03-11 11:36:35,163 INFO [org.geoserver] - Loaded layer group >> >> 'tiger-ny' >> >> 2013-03-11 11:36:35,171 INFO [org.geoserver] - Loaded layer group >> >> 'tasmania' >> >> 2013-03-11 11:36:36,090 INFO [storage.DefaultStorageFinder] - >> >> >> >> *************************************************************************************** >> >> 2013-03-11 11:36:36,090 INFO [storage.DefaultStorageFinder] - *** >> >> Reverting to java.io.tmpdir null for storage. Please set >> >> GEOWEBCACHE_CACHE_DIR. *** >> >> 2013-03-11 11:36:36,090 INFO [storage.DefaultStorageFinder] - >> >> >> >> *************************************************************************************** >> >> 2013-03-11 11:36:36,092 INFO [config.XMLConfiguration] - Will look for >> >> geowebcache.xml in '/tmp/tomcat7-tomcat7-tmp/geowebcache' >> >> 2013-03-11 11:36:39,350 INFO [jdbc.JDBCMBWrapper] - MetaStore database >> >> is version 120 >> >> 2013-03-11 11:36:39,502 INFO [org.geoserver] - Loaded service 'wcs', >> >> enabled >> >> 2013-03-11 11:36:39,548 INFO [org.geoserver] - Loaded service 'wfs', >> >> enabled >> >> 2013-03-11 11:36:39,628 INFO [org.geoserver] - Loaded service 'wms', >> >> enabled >> >> 2013-03-11 11:36:39,635 INFO [gwc.config] - Initializing GeoServer >> >> specific GWC configuration from gwc-gs.xml >> >> 2013-03-11 11:36:40,479 INFO [gwc.layer] - Initializing GWC >> >> configuration based on GeoServer's Catalog >> >> 2013-03-11 11:36:40,479 INFO [gwc.layer] - GeoServer TileLayer store >> >> base directory is: /var/lib/tomcat7/webapps/geoserver/data/gwc-layers >> >> 2013-03-11 11:36:40,487 INFO [gwc.layer] - Loading tile layers from >> >> /var/lib/tomcat7/webapps/geoserver/data/gwc-layers >> >> 2013-03-11 11:36:40,652 INFO [gwc.layer] - GWC configuration based on >> >> GeoServer's Catalog loaded successfuly >> >> 2013-03-11 11:36:40,653 WARN [config.XMLConfiguration] - Found no >> >> configuration file in config directory, will create one at >> >> '/tmp/tomcat7-tomcat7-tmp/geowebcache/geowebcache.xml' from template >> >> >> >> jar:file:/var/lib/tomcat7/webapps/geoserver/WEB-INF/lib/gwc-core-1.3-RC5.jar!/geowebcache_empty.xml >> >> 2013-03-11 11:36:40,870 INFO [config.XMLConfiguration] - Configuration >> >> file validated fine. >> >> 2013-03-11 11:36:40,889 INFO [config.XMLConfiguration] - Initializing >> >> GridSets from /tmp/tomcat7-tomcat7-tmp/geowebcache >> >> 2013-03-11 11:36:40,889 INFO [config.XMLConfiguration] - Initializing >> >> layers from /tmp/tomcat7-tomcat7-tmp/geowebcache >> >> 2013-03-11 11:36:40,889 INFO [layer.TileLayerDispatcher] - >> >> Configuration /tmp/tomcat7-tomcat7-tmp/geowebcache contained no >> >> layers. >> >> 2013-03-11 11:36:41,107 INFO [storage.EntityStoreBuilder] - Neither >> >> disk quota page store' cache memory percent nor cache size was >> >> provided. Defaulting to 25% Heap Size >> >> 2013-03-11 11:36:49,479 INFO [storage.BDBQuotaStore] - Berkeley DB JE >> >> Disk Quota page store configured at >> >> /tmp/tomcat7-tomcat7-tmp/geowebcache/diskquota_page_store >> >> 2013-03-11 11:36:49,482 INFO [storage.BDBQuotaStore] - Quota Store >> >> initialized. Global quota: 0,0 B >> >> 2013-03-11 11:36:49,492 INFO [diskquota.ConfigLoader] - DiskQuota >> >> configuration not found: >> >> /tmp/tomcat7-tomcat7-tmp/geowebcache/geowebcache-diskquota.xml >> >> 2013-03-11 11:36:49,501 INFO [diskquota.DiskQuotaMonitor] - Setting up >> >> disk quota periodic enforcement task >> >> 2013-03-11 11:36:49,505 INFO [diskquota.DiskQuotaMonitor] - 0 layers >> >> configured with their own quotas. >> >> 2013-03-11 11:36:49,506 INFO [diskquota.DiskQuotaMonitor] - 22 layers >> >> attached to global quota 500,0 MB >> >> 2013-03-11 11:36:49,544 INFO [diskquota.DiskQuotaMonitor] - Disk quota >> >> periodic enforcement task set up every 10 SECONDS >> >> 2013-03-11 11:36:49,884 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/gwc/service/**] onto handler 'dispatcher' >> >> 2013-03-11 11:36:49,926 INFO [geowebcache.GeoWebCacheDispatcher] - >> >> Invoked setServletPrefix(gwc) >> >> 2013-03-11 11:36:49,955 INFO [georss.GeoRSSPoller] - Initializing >> >> GeoRSS poller in a background job... >> >> 2013-03-11 11:36:49,956 INFO [georss.GeoRSSPoller] - No enabled GeoRSS >> >> feeds found, poller will not run. >> >> 2013-03-11 11:36:50,980 INFO [rest.RESTDispatcher] - Created >> >> RESTDispatcher with 13 paths >> >> 2013-03-11 11:36:51,074 INFO [wms.WMSService] - Will NOT recombine >> >> tiles for non-tiling clients. >> >> 2013-03-11 11:36:51,074 INFO [wms.WMSService] - Will proxy requests to >> >> backend that are not getmap or getcapabilities. >> >> 2013-03-11 11:36:51,158 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/ows/**] onto handler 'dispatcher' >> >> 2013-03-11 11:36:51,158 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/ows] onto handler 'dispatcher' >> >> 2013-03-11 11:36:51,182 INFO [org.geoserver] - GeoServer configuration >> >> lock is enabled >> >> 2013-03-11 11:36:51,468 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/wcs] onto handler 'dispatcher' >> >> 2013-03-11 11:36:51,468 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/wcs/**] onto handler 'dispatcher' >> >> 2013-03-11 11:36:57,534 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/wfs/*] onto handler 'dispatcher' >> >> 2013-03-11 11:36:57,534 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/TestWfsPost] onto handler 'wfsTestServlet' >> >> 2013-03-11 11:36:57,534 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/wfs] onto handler 'dispatcher' >> >> 2013-03-11 11:37:30,119 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/wms/*] onto handler 'dispatcher' >> >> 2013-03-11 11:37:30,119 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/wms] onto handler 'dispatcher' >> >> 2013-03-11 11:37:30,227 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/kml] onto handler 'dispatcher' >> >> 2013-03-11 11:37:30,228 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/kml/*] onto handler 'dispatcher' >> >> 2013-03-11 11:37:30,230 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/animate] onto handler 'dispatcher' >> >> 2013-03-11 11:37:30,231 INFO [ows.OWSHandlerMapping] - Mapped URL path >> >> [/animate/*] onto handler 'dispatcher' >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester >> >> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the >> >> endpoint security space. For insight on selecting the right partner to >> >> tackle endpoint security challenges, access the full report. >> >> http://p.sf.net/sfu/symantec-dev2dev >> >> _______________________________________________ >> >> Geoserver-users mailing list >> >> [email protected] >> >> https://lists.sourceforge.net/lists/listinfo/geoserver-users >> >> >> ------------------------------------------------------------------------------ >> Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester >> Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the >> endpoint security space. For insight on selecting the right partner to >> tackle endpoint security challenges, access the full report. >> http://p.sf.net/sfu/symantec-dev2dev >> _______________________________________________ >> 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 > > ------------------------------------------------------- ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
