[Live-demo] Geoserver 2.10 startup on OSGeoLive pre11

Ben Caradoc-Davies ben at transient.nz
Thu Jun 29 20:13:00 PDT 2017


Brian,

the NetCDF native libraries are only required for GeoServer NetCDF-4 
output. This warning is generated when the UCAR NetCDF-Java library 
attempts to load the NetCDF native libraries while trying to enable this 
optional feature. The pure Java implementation can read NetCDF-3 and 
NetCDF-4 and can write NetCDF-3.

On Ubuntu 16.04.2 (xenial), the NetCDF native libraries are provided by 
the libnetcdf11 package:
https://packages.ubuntu.com/xenial/libnetcdf11

Kind regards,
Ben.

On 30/06/17 14:01, Brian M Hamlin wrote:
> Hi All -
>   
>    Again this year, OSGeoLive will feature Geoserver. We have had the expert guidance of Ben Cardoc-Davie in the initial stages .   In particular, we have striven for a good netCDF4 reader in this release.  Can someone take a look at this log, and see if this is what is expected?  What exactly supplies the expected netCDF4 library ?   thanks in advance
>   
> ##-- Invocation --
> $!/bin/sh
>   
> NETCDF_DATA_DIR="$HOME/.geoserver"
> mkdir -p "$NETCDF_DATA_DIR"
> export JAVA_OPTS="-DNETCDF_DATA_DIR=$NETCDF_DATA_DIR"
> 
> /usr/local/lib/geoserver-2.10.4/bin/startup.sh &
> 
> ##-- output --
> user at live11-beta1:~$ GEOSERVER DATA DIR is /usr/local/lib/geoserver-2.10.4/data_dir
> WARNING: Module not found [ssl]
> 2017-06-29 18:47:37.308:INFO::main: Logging initialized @868ms
> 2017-06-29 18:47:37.667:INFO:oejs.Server:main: jetty-9.2.13.v20150730
> 2017-06-29 18:47:37.707:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/usr/local/lib/geoserver-2.10.4/webapps/] at interval 1
> 2017-06-29 18:47:39.145:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /geoserver, did not find org.eclipse.jetty.jsp.JettyJspServlet
> Jun 29, 2017 6:47:40 PM org.geotools.imageio.netcdf.utilities.NetCDFUtilities <clinit>
> INFO: Value of Check Coordinate Plugins:null
> Jun 29, 2017 6:47:40 PM org.geotools.imageio.netcdf.utilities.NetCDFUtilities <clinit>
> INFO: Should check for coordinate handler plugins:false
> 29 Jun 18:47:40 WARN [serverStartup] - Nc4Iosp: NetCDF-4 C library not present (jna_path='/usr/local/lib/', libname='netcdf').
> java.lang.NoClassDefFoundError: com/sun/jna/Library
>      at java.lang.ClassLoader.defineClass1(Native Method)
>      at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
>      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>      at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
>      at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
>      at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
>      at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
>      at java.security.AccessController.doPrivileged(Native Method)
>      at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
>      at org.eclipse.jetty.webapp.WebAppClassLoader.findClass(WebAppClassLoader.java:510)
>      at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:441)
>      at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:403)
>      at ucar.nc2.jni.netcdf.Nc4Iosp.load(Nc4Iosp.java:172)
>      at ucar.nc2.jni.netcdf.Nc4Iosp.isClibraryPresent(Nc4Iosp.java:196)
>      at org.geotools.imageio.netcdf.utilities.NetCDFUtilities.<clinit>(NetCDFUtilities.java:353)
>      at org.geotools.imageio.netcdf.NetCDFImageReaderSpi.<clinit>(NetCDFImageReaderSpi.java:123)
>      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>      at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>      at java.lang.Class.newInstance(Class.java:442)
>      at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
>      at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
>      at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
>      at javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:210)
>      at javax.imageio.spi.IIORegistry.<init>(IIORegistry.java:138)
>      at javax.imageio.spi.IIORegistry.getDefaultInstance(IIORegistry.java:159)
>      at javax.imageio.ImageIO.<clinit>(ImageIO.java:66)
>      at org.geoserver.GeoserverInitStartupListener.contextInitialized(GeoserverInitStartupListener.java:184)
>      at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)
>      at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)
>      at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)
>      at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)
>      at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
>      at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
>      at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
>      at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
>      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>      at org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:41)
>      at org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:186)
>      at org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:498)
>      at org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:146)
>      at org.eclipse.jetty.deploy.providers.ScanningAppProvider.fileAdded(ScanningAppProvider.java:180)
>      at org.eclipse.jetty.deploy.providers.WebAppProvider.fileAdded(WebAppProvider.java:440)
>      at org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.fileAdded(ScanningAppProvider.java:64)
>      at org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:609)
>      at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:528)
>      at org.eclipse.jetty.util.Scanner.scan(Scanner.java:391)
>      at org.eclipse.jetty.util.Scanner.doStart(Scanner.java:313)
>      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>      at org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:150)
>      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>      at org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:560)
>      at org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:235)
>      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>      at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
>      at org.eclipse.jetty.server.Server.start(Server.java:387)
>      at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
>      at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
>      at org.eclipse.jetty.server.Server.doStart(Server.java:354)
>      at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
>      at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:1255)
>      at java.security.AccessController.doPrivileged(Native Method)
>      at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:1174)
>      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>      at java.lang.reflect.Method.invoke(Method.java:498)
>      at org.eclipse.jetty.start.Main.invokeMain(Main.java:321)
>      at org.eclipse.jetty.start.Main.start(Main.java:817)
>      at org.eclipse.jetty.start.Main.main(Main.java:112)
> Caused by: java.lang.ClassNotFoundException: com.sun.jna.Library
>      at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>      at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>      at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:450)
>      at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:403)
>      ... 71 more
> Jun 29, 2017 6:47:41 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'XStreamPersisterInitializer', but ApplicationContext is unset.
> Jun 29, 2017 6:47:41 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is unset.
> Jun 29, 2017 6:47:41 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'ExtensionProvider', but ApplicationContext is unset.
> Jun 29, 2017 6:47:41 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is unset.
> log4j:WARN File option not set for appender [geoserverlogfile].
> log4j:WARN Are you using FileAppender instead of ConsoleAppender?
> 2017-06-29 18:47:41.283:INFO:geoserver:main: Initializing Spring root WebApplicationContext
> Jun 29, 2017 6:47:42 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'GeoServerSecurityProvider', but ApplicationContext is unset.
> Jun 29, 2017 6:47:42 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is unset.
> Jun 29, 2017 6:47:42 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'ExtensionProvider', but ApplicationContext is unset.
> Jun 29, 2017 6:47:42 PM org.geoserver.platform.GeoServerExtensions checkContext
> WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is unset.
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'generic'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'dem'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'rain'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'tiger_roads'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'raster'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'simple_roads'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'cite_lakes'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'poly_landmarks'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'green'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'point'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'poi'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'restricted'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'pophatch'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'grass'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'capitals'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'line'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'giant_polygon'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'population'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'simple_streams'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'polygon'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded style 'burg'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded default workspace cite
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'sf'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'topp'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'cite'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'sde'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'it.geosolutions'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'nurc'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded workspace 'tiger'
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded store 'sf', enabled
> 29 Jun 18:47:43 INFO [org.geoserver] - Loaded data store 'sf'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'restricted', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'sf'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded layer 'restricted'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'bugsites', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'sf'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded layer 'bugsites'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'roads', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'sf'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded layer 'roads'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'streams', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'sf'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded layer 'streams'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'archsites', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded feature type 'sf'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded layer 'archsites'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded store 'sfdem', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded coverage store 'sfdem'
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded coverage 'sfdem', enabled
> 29 Jun 18:47:44 INFO [org.geoserver] - Loaded coverage 'sfdem'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'sfdem'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'states_shapefile', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded data store 'states_shapefile'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'states', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'states_shapefile'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'states'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'taz_shapes', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded data store 'taz_shapes'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'tasmania_roads', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'taz_shapes'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'tasmania_roads'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'tasmania_state_boundaries', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'taz_shapes'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'tasmania_state_boundaries'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'tasmania_water_bodies', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'taz_shapes'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'tasmania_water_bodies'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'tasmania_cities', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'taz_shapes'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'tasmania_cities'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'img_sample2', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage store 'img_sample2'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'Pk50095', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'img_sample2'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'Pk50095'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'worldImageSample', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage store 'worldImageSample'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'Img_Sample', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'worldImageSample'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'Img_Sample'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'mosaic', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage store 'mosaic'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'mosaic', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'mosaic'
> 29 Jun 18:47:45 WARN [imagemosaic.Utils] - Unable to find sample image for path /usr/local/lib/geoserver-2.10.4/data_dir/coverages/mosaic_sample/sample_image
> 29 Jun 18:47:45 WARN [gce.imagemosaic] - Unable to find sample image for path file:/usr/local/lib/geoserver-2.10.4/data_dir/coverages/mosaic_sample/mosaic.shp
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'mosaic'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'arcGridSample', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage store 'arcGridSample'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'Arc_Sample', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded coverage 'arcGridSample'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'Arc_Sample'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded store 'nyc', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded data store 'nyc'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'poi', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'nyc'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'poi'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'tiger_roads', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'nyc'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'tiger_roads'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'giant_polygon', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'nyc'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'giant_polygon'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'poly_landmarks', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded feature type 'nyc'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer 'poly_landmarks'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer group 'spearfish'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer group 'tiger-ny'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded layer group 'tasmania'
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded service 'wfs', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded service 'wms', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded service 'WMTSInfoImpl-a6b2e72:15cf6aebdbb:-8000', enabled
> 29 Jun 18:47:45 INFO [org.geoserver] - Loaded service 'wcs', enabled
> 29 Jun 18:47:46 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache.xml' in directory '/usr/local/lib/geoserver-2.10.4/data_dir/gwc'.
> 29 Jun 18:47:46 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in gwc
> 29 Jun 18:47:46 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in gwc
> 29 Jun 18:47:46 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in gwc
> 29 Jun 18:47:46 INFO [config.XMLConfiguration] - Configuration file validated fine.
> 29 Jun 18:47:46 INFO [gwc.layer] - Initializing GWC configuration based on GeoServer's Catalog
> 29 Jun 18:47:46 INFO [gwc.layer] - GeoServer TileLayer store base directory is: gwc-layers
> 29 Jun 18:47:46 INFO [gwc.layer] - Loading tile layers from gwc-layers
> 29 Jun 18:47:46 INFO [gwc.layer] - GWC configuration based on GeoServer's Catalog loaded successfuly
> 29 Jun 18:47:46 INFO [config.XMLConfiguration] - Initializing GridSets from gwc
> 29 Jun 18:47:46 INFO [config.XMLConfiguration] - Read GridSet InspireCRS84Quad
> 29 Jun 18:47:46 INFO [config.XMLConfiguration] - Initializing layers from gwc
> 29 Jun 18:47:46 INFO [layer.TileLayerDispatcher] - Configuration gwc contained no layers.
> 29 Jun 18:47:46 INFO [storage.DefaultStorageFinder] - *******************************************************************************************************************************************
> 29 Jun 18:47:46 INFO [storage.DefaultStorageFinder] - *** Found Java environment variable GEOSERVER_DATA_DIR set to /usr/local/lib/geoserver-2.10.4/data_dir, using it as the default prefix. ***
> 29 Jun 18:47:46 INFO [storage.DefaultStorageFinder] - *******************************************************************************************************************************************
> 29 Jun 18:47:46 INFO [gwc.config] - Initializing GeoServer specific GWC configuration from gwc-gs.xml
> 29 Jun 18:47:46 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache-diskquota.xml' in directory '/usr/local/lib/geoserver-2.10.4/data_dir/gwc'.
> 29 Jun 18:47:46 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache-diskquota-jdbc.xml' in directory '/usr/local/lib/geoserver-2.10.4/data_dir/gwc'.
> 29 Jun 18:47:46 INFO [diskquota.ConfigLoader] - DiskQuota configuration is not readable: gwc/geowebcache-diskquota.xml
> 29 Jun 18:47:46 INFO [diskquota.ConfigLoader] - DiskQuota configuration is not readable: gwc/geowebcache-diskquota.xml
> 29 Jun 18:47:46 INFO [diskquota.DiskQuotaMonitor] - Setting up disk quota periodic enforcement task
> 29 Jun 18:47:46 INFO [diskquota.DiskQuotaMonitor] - 0 layers configured with their own quotas.
> 29 Jun 18:47:46 INFO [diskquota.DiskQuotaMonitor] - 22 layers attached to global quota 500.0 MB
> 29 Jun 18:47:46 INFO [diskquota.DiskQuotaMonitor] - Disk quota periodic enforcement task set up every 10 SECONDS
> 29 Jun 18:47:46 INFO [ows.OWSHandlerMapping] - Mapped URL path [/TestWfsPost] onto handler 'wfsTestServlet'
> 29 Jun 18:47:46 INFO [ows.OWSHandlerMapping] - Mapped URL path [/wfs/*] onto handler 'dispatcher'
> 29 Jun 18:47:46 INFO [ows.OWSHandlerMapping] - Mapped URL path [/wfs] onto handler 'dispatcher'
> 29 Jun 18:47:49 INFO [org.geoserver] - GeoServer configuration lock is enabled
> 29 Jun 18:47:49 INFO [ows.OWSHandlerMapping] - Mapped URL path [/wms] onto handler 'dispatcher'
> 29 Jun 18:47:49 INFO [ows.OWSHandlerMapping] - Mapped URL path [/wms/*] onto handler 'dispatcher'
> 29 Jun 18:47:49 INFO [ows.OWSHandlerMapping] - Mapped URL path [/animate/*] onto handler 'dispatcher'
> 29 Jun 18:47:49 INFO [ows.OWSHandlerMapping] - Mapped URL path [/animate] onto handler 'dispatcher'
> 29 Jun 18:47:50 INFO [ows.OWSHandlerMapping] - Mapped URL path [/ows/**] onto handler 'dispatcher'
> 29 Jun 18:47:50 INFO [ows.OWSHandlerMapping] - Mapped URL path [/ows] onto handler 'dispatcher'
> 29 Jun 18:47:50 INFO [ows.OWSHandlerMapping] - Mapped URL path [/gwc/service/**] onto handler 'dispatcher'
> 29 Jun 18:47:50 INFO [geowebcache.GeoWebCacheDispatcher] - Invoked setServletPrefix(gwc)
> 29 Jun 18:47:50 INFO [georss.GeoRSSPoller] - Initializing GeoRSS poller in a background job...
> 29 Jun 18:47:50 INFO [georss.GeoRSSPoller] - No enabled GeoRSS feeds found, poller will not run.
> 29 Jun 18:47:50 INFO [rest.RESTDispatcher] - Created RESTDispatcher with 15 paths
> 29 Jun 18:47:50 INFO [wms.WMSService] - Will NOT recombine tiles for non-tiling clients.
> 29 Jun 18:47:50 INFO [wms.WMSService] - Will proxy requests to backend that are not getmap or getcapabilities.
> 29 Jun 18:47:51 INFO [ows.OWSHandlerMapping] - Mapped URL path [/kml] onto handler 'dispatcher'
> 29 Jun 18:47:51 INFO [ows.OWSHandlerMapping] - Mapped URL path [/kml/*] onto handler 'dispatcher'
> 29 Jun 18:47:51 INFO [ows.OWSHandlerMapping] - Mapped URL path [/kml/icon/**/*] onto handler 'kmlIconService'
> 29 Jun 18:47:51 INFO [ows.OWSHandlerMapping] - Mapped URL path [/wcs] onto handler 'dispatcher'
> 29 Jun 18:47:51 INFO [ows.OWSHandlerMapping] - Mapped URL path [/wcs/*] onto handler 'dispatcher'
> 29 Jun 18:47:51 INFO [geoserver.security] - Start reloading user/groups for service named default
> 29 Jun 18:47:51 INFO [geoserver.security] - Reloading user/groups successful for service named default
> 29 Jun 18:47:51 INFO [geoserver.security] - AuthenticationCache Initialized with 1000 Max Entries, 300 seconds idle time, 600 seconds time to live and 3 concurrency level
> 29 Jun 18:47:51 INFO [geoserver.security] - AuthenticationCache Eviction Task created to run every 600 seconds
> 2017-06-29 18:47:51.549:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext at 96532d6{/geoserver,file:/usr/local/lib/geoserver-2.10.4/webapps/geoserver/,AVAILABLE}{/geoserver}
> 2017-06-29 18:47:51.570:INFO:oejs.ServerConnector:main: Started ServerConnector at 2f69d246{HTTP/1.1}{0.0.0.0:8082}
> 2017-06-29 18:47:51.571:INFO:oejs.Server:main: Started @15131ms
> 
> ##-- listing --
> user at live11-beta1:~$ ls /usr/local/lib | grep et
> geonetwork/
> user at live11-beta1:~$ ls /usr/lib | grep et
> bluetooth/
> gettext/
> glib-networking/
> libITKIOMeta-4.9.so.1
> libITKMetaIO-4.9.so.1
> libitkNetlibSlatec-4.9.so.1
> libitkv3p_netlib-4.9.so.1
> libossimPlanetQt.so.1@
> libossimPlanetQt.so.1.8.20
> libossimPlanet.so.1@
> libossimPlanet.so.1.8.20
> libqgis_networkanalysis.so.2.14.14
> NetworkManager/
> 
>   
>   
> --
> Brian M Hamlin
> OSGeo California Chapter
> blog.light42.com
> 

-- 
Ben Caradoc-Davies <ben at transient.nz>
Director
Transient Software Limited <http://transient.nz/>
New Zealand


More information about the Live-demo mailing list