kartoza / docker-geoserver

A docker recipe for GeoServer
GNU General Public License v2.0
614 stars 419 forks source link

GeoServer + mongodb plugin #141

Closed diefergar closed 4 years ago

diefergar commented 4 years ago

I try: docker run -d -p 8601:8080 --name geoserver -e STABLE_EXTENSIONS=charts-plugin,db2-plugin,gdal-plugin,mongodb-plugin kartoza/geoserver:2.16.2

but 'mongodb-plugin' is not installed. These are the logs:

''''' Enabling charts-plugin for GeoServer Installing charts-plugin.zip plugin Archive: /plugins/charts-plugin.zip inflating: /tmp/gs_plugin/jfreechart-1.0.10.jar inflating: /tmp/gs_plugin/jcommon-1.0.13.jar inflating: /tmp/gs_plugin/eastwood-1.1.1-20090908.jar inflating: /tmp/gs_plugin/gt-charts-22.2.jar Enabling db2-plugin for GeoServer Installing db2-plugin.zip plugin Archive: /plugins/db2-plugin.zip inflating: /tmp/gs_plugin/db2-readme.txt inflating: /tmp/gs_plugin/gt-jdbc-db2-22.2.jar inflating: /tmp/gs_plugin/LICENSE.txt Enabling gdal-plugin for GeoServer Installing gdal-plugin.zip plugin unzip: cannot find or open /plugins/gdal-plugin.zip, /plugins/gdal-plugin.zip.zip or /plugins/gdal-plugin.zip.ZIP. Enabling mongodb-plugin for GeoServer Installing mongodb-plugin.zip plugin Archive: /plugins/mongodb-plugin.zip inflating: /tmp/gs_plugin/gt-mongodb-22.2.jar inflating: /tmp/gs_plugin/gs-mongodb-2.16.2.jar inflating: /tmp/gs_plugin/mongo-java-driver-3.3.0.jar NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 19-Mar-2020 22:58:38.385 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.20 19-Mar-2020 22:58:38.395 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: May 3 2019 22:26:00 UTC 19-Mar-2020 22:58:38.401 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.20.0 19-Mar-2020 22:58:38.402 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 19-Mar-2020 22:58:38.403 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.76-linuxkit 19-Mar-2020 22:58:38.403 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 19-Mar-2020 22:58:38.404 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-11-openjdk-amd64 19-Mar-2020 22:58:38.405 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.3+1-Debian-1bpo91 19-Mar-2020 22:58:38.405 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation 19-Mar-2020 22:58:38.406 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat 19-Mar-2020 22:58:38.410 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat 19-Mar-2020 22:58:38.553 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 19-Mar-2020 22:58:38.554 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED 19-Mar-2020 22:58:38.556 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 19-Mar-2020 22:58:38.557 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties 19-Mar-2020 22:58:38.560 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 19-Mar-2020 22:58:38.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true 19-Mar-2020 22:58:38.562 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2G 19-Mar-2020 22:58:38.563 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4G 19-Mar-2020 22:58:38.565 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xrs 19-Mar-2020 22:58:38.571 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:PerfDataSamplingInterval=500 19-Mar-2020 22:58:38.573 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.referencing.forceXY=true 19-Mar-2020 22:58:38.576 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:SoftRefLRUPolicyMSPerMB=36000 19-Mar-2020 22:58:38.579 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseParallelGC 19-Mar-2020 22:58:38.580 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NewRatio=2 19-Mar-2020 22:58:38.589 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+CMSClassUnloadingEnabled 19-Mar-2020 22:58:38.590 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF8 19-Mar-2020 22:58:38.591 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT 19-Mar-2020 22:58:38.592 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djavax.servlet.request.encoding=UTF-8 19-Mar-2020 22:58:38.593 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djavax.servlet.response.encoding=UTF-8 19-Mar-2020 22:58:38.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT 19-Mar-2020 22:58:38.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.shapefile.datetime=true 19-Mar-2020 22:58:38.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -DGEOSERVER_DATA_DIR=/opt/geoserver/data_dir 19-Mar-2020 22:58:38.597 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.shapefile.datetime=true 19-Mar-2020 22:58:38.599 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ds3.properties.location=/opt/geoserver/data_dir/s3.properties 19-Mar-2020 22:58:38.599 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer.useThreadLocal=false 19-Mar-2020 22:58:38.602 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer.pixelsize=8192 19-Mar-2020 22:58:38.606 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NewSize=300m 19-Mar-2020 22:58:38.608 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --patch-module=java.desktop=/usr/local/tomcat/marlin-0.9.4.2-Unsafe-OpenJDK9.jar 19-Mar-2020 22:58:38.610 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -D-XX:SoftRefLRUPolicyMSPerMB=36000 19-Mar-2020 22:58:38.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine 19-Mar-2020 22:58:38.612 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dgeoserver.xframe.shouldSetPolicy=true 19-Mar-2020 22:58:38.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-modules=java.se 19-Mar-2020 22:58:38.614 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED 19-Mar-2020 22:58:38.615 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 19-Mar-2020 22:58:38.616 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.nio=ALL-UNNAMED 19-Mar-2020 22:58:38.617 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/sun.nio.ch=ALL-UNNAMED 19-Mar-2020 22:58:38.618 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.management/sun.management=ALL-UNNAMED 19-Mar-2020 22:58:38.620 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED 19-Mar-2020 22:58:38.622 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 19-Mar-2020 22:58:38.626 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 19-Mar-2020 22:58:38.628 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 19-Mar-2020 22:58:38.630 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 19-Mar-2020 22:58:38.632 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat 19-Mar-2020 22:58:38.633 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat 19-Mar-2020 22:58:38.634 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp 19-Mar-2020 22:58:38.637 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.5.2]. 19-Mar-2020 22:58:38.646 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 19-Mar-2020 22:58:38.647 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 19-Mar-2020 22:58:38.726 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.0l 10 Sep 2019] 19-Mar-2020 22:58:40.939 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 19-Mar-2020 22:58:41.081 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"] 19-Mar-2020 22:58:41.100 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [4,136] milliseconds 19-Mar-2020 22:58:41.662 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 19-Mar-2020 22:58:41.665 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.20] 19-Mar-2020 22:58:41.705 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT] 19-Mar-2020 22:58:43.076 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/ROOT] has finished in [1,371] ms 19-Mar-2020 22:58:43.082 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/host-manager] 19-Mar-2020 22:58:43.211 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/host-manager] has finished in [129] ms 19-Mar-2020 22:58:43.212 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/examples] 19-Mar-2020 22:58:44.789 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/examples] has finished in [1,577] ms 19-Mar-2020 22:58:44.791 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/docs] 19-Mar-2020 22:58:44.858 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/docs] has finished in [68] ms 19-Mar-2020 22:58:44.859 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/manager] 19-Mar-2020 22:58:44.953 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/manager] has finished in [93] ms 19-Mar-2020 22:58:44.953 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/geoserver] 19-Mar-2020 22:59:07.619 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 19-Mar-2020 22:59:11.029 INFO [main] it.geosolutions.imageio.gdalframework.GDALUtilities.loadGDAL GDAL Native Library loaded (version: 1.9.2) 19-Mar-2020 22:59:11.277 INFO [main] it.geosolutions.imageio.plugins.turbojpeg.TurboJpegUtilities.load TurboJPEG library loaded (turbojpeg) 19-Mar-2020 22:59:13.510 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'XStreamPersisterInitializer', but ApplicationContext is unset. 19-Mar-2020 22:59:13.513 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19-Mar-2020 22:59:13.518 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 19-Mar-2020 22:59:13.519 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19 Mar 22:59:13 ERROR [geoserver.logging] - Could not configure log4j overrides com.thoughtworks.xstream.io.StreamException: at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141) at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118) at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103) at com.thoughtworks.xstream.io.xml.XppReader.(XppReader.java:63) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1347) at org.geoserver.config.util.XStreamPersister.load(XStreamPersister.java:670) at org.geoserver.logging.LoggingStartupContextListener.getLogging(LoggingStartupContextListener.java:118) at org.geoserver.logging.LoggingStartupContextListener.contextInitialized(LoggingStartupContextListener.java:69) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4682) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5150) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:713) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:929) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:902) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.startup.Catalina.start(Catalina.java:633) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) Caused by: java.io.EOFException: input contained no data at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2983) at org.xmlpull.mxp1.MXParser.more(MXParser.java:3026) at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410) at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395) at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093) at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109) ... 52 more 19-Mar-2020 22:59:22.418 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'GeoServerSecurityProvider', but ApplicationContext is unset. 19-Mar-2020 22:59:22.419 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19-Mar-2020 22:59:22.420 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 19-Mar-2020 22:59:22.421 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19 Mar 22:59:23 INFO [org.geoserver] - GeoServer configuration lock is enabled WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.geotools.image.ImageWorker (file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gt-coverage-22.2.jar) to constructor com.sun.imageio.plugins.jpeg.JPEGImageWriterSpi() WARNING: Please consider reporting this to the maintainers of org.geotools.image.ImageWorker WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 19 Mar 22:59:24 INFO [org.geoserver] - Loading catalog... 19 Mar 22:59:24 WARN [org.geoserver] - No 'workspaces' directory found, unable to load any stores. 19 Mar 22:59:24 INFO [org.geoserver] - Read catalog in 19.93 ms 19 Mar 22:59:25 WARN [org.geoserver] - Failed to load logging configuration file 'logging.xml' com.thoughtworks.xstream.io.StreamException: at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141) at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118) at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103) at com.thoughtworks.xstream.io.xml.XppReader.(XppReader.java:63) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1347) at org.geoserver.config.util.XStreamPersister.load(XStreamPersister.java:670) at org.geoserver.config.GeoServerLoader.depersist(GeoServerLoader.java:1038) at org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:885) at org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:64) at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:275) at org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:57) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:419) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1737) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:576) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:498) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:367) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:674) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:188) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1308) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1154) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:498) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:846) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:863) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:22) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4682) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5150) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:713) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:929) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:902) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.startup.Catalina.start(Catalina.java:633) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) Caused by: java.io.EOFException: input contained no data at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2983) at org.xmlpull.mxp1.MXParser.more(MXParser.java:3026) at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410) at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395) at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093) at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109) ... 82 more 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WFSInfoImpl-52fbac73:170f505d4f7:-7ffb', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WCSInfoImpl-52fbac73:170f505d4f7:-7ffa', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WPSInfoImpl-52fbac73:170f505d4f7:-7ff9', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WMSInfoImpl-52fbac73:170f505d4f7:-7ff8', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WMTSInfoImpl-52fbac73:170f505d4f7:-7ff7', enabled 19 Mar 22:59:25 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache.xml' in directory '/opt/geoserver/data_dir/gwc'. 19 Mar 22:59:26 WARN [config.GeoserverXMLResourceProvider] - Found no configuration file in config directory, will create one at '/opt/geoserver/data_dir/gwc/geowebcache.xml' from template jar:file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gwc-core-1.16.2.jar!/geowebcache_empty.xml 19 Mar 22:59:26 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in /opt/geoserver/data_dir/gwc 19 Mar 22:59:26 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in /opt/geoserver/data_dir/gwc 19 Mar 22:59:26 WARN [config.XMLConfiguration] - **** 19 Mar 22:59:26 WARN [config.XMLConfiguration] - GWC configuration validation error: cvc-elt.1.a: Cannot find the declaration of element 'gwcConfiguration'. 19 Mar 22:59:26 WARN [config.XMLConfiguration] - Will try to use configuration anyway. Please check the order of declared elements against the schema. 19 Mar 22:59:26 WARN [config.XMLConfiguration] - **** 19 Mar 22:59:26 INFO [gwc.layer] - Initializing GWC configuration based on GeoServer's Catalog 19 Mar 22:59:26 INFO [gwc.layer] - GeoServer TileLayer store base directory is: gwc-layers 19 Mar 22:59:26 INFO [gwc.layer] - Loading tile layers from gwc-layers 19 Mar 22:59:26 INFO [gwc.layer] - Loaded 0 tile layers in 1.870 ms 19 Mar 22:59:27 INFO [gwc.config] - Initializing GeoServer specific GWC configuration from gwc-gs.xml 19 Mar 22:59:28 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache-diskquota.xml' in directory '/opt/geoserver/data_dir/gwc'. 19 Mar 22:59:28 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache-diskquota-jdbc.xml' in directory '/opt/geoserver/data_dir/gwc'. 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.global=100 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.wms.getmap=10 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.wfs.getfeature.application/msexcel=4 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: user=6 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.gwc=16 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: user.ows.wps.execute=1000/d;30s 19 Mar 22:59:29 INFO [geoserver.flow] - Control-flow active with 6 flow controllers 19 Mar 22:59:40 INFO [geoserver.wps] - Found 5 bindable processes in GeoServer specific processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 89 bindable processes in Deprecated processes 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:ConvolveCoverage as the input kernel of type class javax.media.jai.KernelJAI cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the input zones of type class java.lang.Object cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the input nodata of type class it.geosolutions.jaiext.range.Range cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the input rangeData of type class java.lang.Object cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the output zonal statistics of type interface java.util.List cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Found 18 bindable processes in Raster processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 31 bindable processes in Vector processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 48 bindable processes in Geometry processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 1 bindable processes in PolygonLabelProcess 19 Mar 22:59:42 WARN [turbojpeg.TurboJPEGMapResponse] - The turbo jpeg encoder is available for usage 19 Mar 22:59:45 WARN [support.XmlWebApplicationContext] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gwcWmtsRestUrlHandlerMapping' defined in URL [jar:file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-gwc-2.16.2.jar!/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.geoserver.rest.service.MongoStoreRestController] from ClassLoader [ParallelWebappClassLoader context: geoserver delegate: false ----------> Parent Classloader: java.net.URLClassLoader@5bc79255 ] 19 Mar 22:59:45 ERROR [context.ContextLoader] - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gwcWmtsRestUrlHandlerMapping' defined in URL [jar:file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-gwc-2.16.2.jar!/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.geoserver.rest.service.MongoStoreRestController] from ClassLoader [ParallelWebappClassLoader context: geoserver delegate: false ----------> Parent Classloader: java.net.URLClassLoader@5bc79255 ] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1745) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:576) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:498) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:846) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:863) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:22) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4682) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5150) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:713) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:929) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:902) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.startup.Catalina.start(Catalina.java:633) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) Caused by: java.lang.IllegalStateException: Failed to introspect Class [org.geoserver.rest.service.MongoStoreRestController] from ClassLoader [ParallelWebappClassLoader context: geoserver delegate: false ----------> Parent Classloader: java.net.URLClassLoader@5bc79255 ] at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:680) at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:577) at org.springframework.core.MethodIntrospector.selectMethods(MethodIntrospector.java:72) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.detectHandlerMethods(AbstractHandlerMethodMapping.java:264) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.processCandidateBean(AbstractHandlerMethodMapping.java:249) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.initHandlerMethods(AbstractHandlerMethodMapping.java:208) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.afterPropertiesSet(AbstractHandlerMethodMapping.java:196) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.afterPropertiesSet(RequestMappingHandlerMapping.java:164) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1804) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1741) ... 54 more Caused by: java.lang.NoClassDefFoundError: org/geotools/data/complex/AppSchemaDataAccess at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:662) ... 63 more Caused by: java.lang.ClassNotFoundException: org.geotools.data.complex.AppSchemaDataAccess at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1363) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1186) ... 67 more 19-Mar-2020 22:59:45.940 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 19-Mar-2020 22:59:45.942 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/geoserver] startup failed due to previous errors 19-Mar-2020 22:59:45.981 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Beginning GeoServer cleanup sequence 19-Mar-2020 22:59:45.983 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistered JDBC driver org.h2.Driver@1cfc8263 19-Mar-2020 22:59:46.220 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory GeoserverWKTOperationFactory["European Petroleum Survey Group"] COORDINATE_OPERATION_AUTHORITY_FACTORY = PropertyCoordinateOperationAuthorityFactory["European Petroleum Survey Group"] CRS_FACTORY = ReferencingObjectFactory
CS_FACTORY = (same as CRS_FACTORY)
DATUM_FACTORY = DatumAliases
MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

19-Mar-2020 22:59:47.758 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory LongitudeFirstFactory["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory["European Petroleum Survey Group"] DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory["European Petroleum Survey Group"] EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory.["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false VERSION = 9.6 CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) FORCE_STANDARD_AXIS_UNITS = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_LONGITUDE_FIRST_AXIS_ORDER = true CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.012 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory HTTP_AuthorityFactory["URL in OGC namespace"] DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory["All"] CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.053 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory GeoserverOverridingWKTFactory["European Petroleum Survey Group"] CRS_AUTHORITY_EXTRA_DIRECTORY = null DATUM_AUTHORITY_FACTORY = PropertyAuthorityFactory["European Petroleum Survey Group"] FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.059 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory LongitudeFirstFactory["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory["European Petroleum Survey Group"] DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory["European Petroleum Survey Group"] EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory.["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false VERSION = 9.6 CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) FORCE_STANDARD_AXIS_UNITS = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_LONGITUDE_FIRST_AXIS_ORDER = true CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.315 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory GeoserverCustomWKTFactory["European Petroleum Survey Group"] CRS_AUTHORITY_EXTRA_DIRECTORY = null DATUM_AUTHORITY_FACTORY = PropertyAuthorityFactory["European Petroleum Survey Group"] FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.321 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory CartesianAuthorityFactory["European Petroleum Survey Group"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

19-Mar-2020 22:59:48.323 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory WebCRSFactory["Web Map Service CRS"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

19-Mar-2020 22:59:48.327 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory AutoCRSFactory["Automatic Projections"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory

19-Mar-2020 22:59:48.328 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory HTTP_AuthorityFactory["URL in OGC namespace"] DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory["All"] CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.341 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory LongitudeFirstFactory["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory["European Petroleum Survey Group"] DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory["European Petroleum Survey Group"] EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory.["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false VERSION = 9.6 CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) FORCE_STANDARD_AXIS_UNITS = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_LONGITUDE_FIRST_AXIS_ORDER = true CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.487 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory HTTP_AuthorityFactory["URL in OGC namespace"] DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory["All"] CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY)

19-Mar-2020 22:59:48.529 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down GT referencing threads 19-Mar-2020 22:59:48.532 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down GT SPI 19-Mar-2020 22:59:48.532 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down coverage thread pool 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.erdasimg.ErdasImgImageReaderSpi@6c5e1bde 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageInputStreamSpi@5a50663 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2mrsid.JP2GDALMrSidImageReaderSpi@6fdff1d8 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcbinarygrid.ArcBinaryGridImageReaderSpi@af88f30 19-Mar-2020 22:59:48.534 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageOutputStreamSpi@727c61f4 19-Mar-2020 22:59:48.538 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.nitf.NITFImageReaderSpi@b887f81 19-Mar-2020 22:59:48.538 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageWriterSpi@661e1317 19-Mar-2020 22:59:48.538 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.gif.GIFImageWriterSpi@2684cd8f 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi@301c98d2 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi@7cb99276 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageReaderSpi@27442695 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.turbojpeg.TurboJpegImageWriterSpi@7528dc79 19-Mar-2020 22:59:48.542 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi@31671ff6 19-Mar-2020 22:59:48.542 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.envihdr.ENVIHdrImageReaderSpi@4df7fae4 19-Mar-2020 22:59:48.542 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageReaderSpi@28ff882a 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageReaderSpi@1bedbc7b 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi@4064bb33 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageReaderSpi@326148f6 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi@61a824f2 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageWriterSpi@53682533 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageReaderSpi@21c5e819 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageWriterSpi@5a790925 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.rpftoc.RPFTOCImageReaderSpi@2131996c 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi@5121cd7f 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.ecw.ECWImageReaderSpi@4bd4048a 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.idrisi.IDRISIImageReaderSpi@6a15abca 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi@5694d3f4 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.vrt.VRTImageReaderSpi@14405ea1 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi@9ff6add 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageWriterSpi@3128f70c 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageReaderSpi@c2bb2c3 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider org.geotools.geopkg.ByteArrayImageInputStreamSpi@751c3635 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.mrsid.MrSIDImageReaderSpi@5425510e 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.srp.SRPImageReaderSpi@6cc59fae 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.turbojpeg.TurboJpegImageReaderSpi@2c8561a9 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.dted.DTEDImageReaderSpi@7968f085 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageWriterSpi@65cec31 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2ecw.JP2GDALEcwImageReaderSpi@cbb650e 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi@21220315 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.ehdr.EsriHdrImageReaderSpi@71b7958a 19-Mar-2020 22:59:48.547 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.tiff.TIFFImageWriterSpi@3234760b 19-Mar-2020 22:59:48.552 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMultiplyRIF 19-Mar-2020 22:59:48.552 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyCRIF 19-Mar-2020 22:59:48.552 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibLogRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.LogCRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PNMRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IIPCRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibGradientRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.GradientRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PatternRIF 19-Mar-2020 22:59:48.554 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PNGRIF 19-Mar-2020 22:59:48.554 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.nullop.NullCRIF 19-Mar-2020 22:59:48.554 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FileStoreRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.zonal.ZonalStatsRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.jiffleop.JiffleRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandcombine.BandCombineCRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.translate.TranslateCRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibConvolveRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConvolveRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDCTRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DCTCRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.GIFRIF 19-Mar-2020 22:59:48.562 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.format.FormatCRIF 19-Mar-2020 22:59:48.562 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IIPResolutionRIF 19-Mar-2020 22:59:48.564 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAddRIF 19-Mar-2020 22:59:48.565 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddCRIF 19-Mar-2020 22:59:48.565 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMaxRIF 19-Mar-2020 22:59:48.565 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MaxCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.border.BorderRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.rescale.RescaleCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.binarize.BinarizeCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideComplexCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDilateRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DilateRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibHistogramRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.HistogramRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddCollectionCRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.URLRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.vectorize.VectorizeRIF 19-Mar-2020 22:59:48.568 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PolarToComplexCRIF 19-Mar-2020 22:59:48.568 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.colorindexer.ColorIndexerCRIF 19-Mar-2020 22:59:48.568 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.classbreaks.ClassBreaksRIF 19-Mar-2020 22:59:48.569 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractConstRIF 19-Mar-2020 22:59:48.570 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractConstCRIF 19-Mar-2020 22:59:48.571 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMaxFilterRIF 19-Mar-2020 22:59:48.571 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MaxFilterRIF 19-Mar-2020 22:59:48.576 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.JPEGRIF 19-Mar-2020 22:59:48.576 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.errordiffusion.ErrorDiffusionRIF 19-Mar-2020 22:59:48.576 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.algebra.constant.OperationConstCRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.piecewise.GenericPiecewiseCRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMeanRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MeanRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.EncodeRIF 19-Mar-2020 22:59:48.578 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PhaseCRIF 19-Mar-2020 22:59:48.578 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConjugateCRIF 19-Mar-2020 22:59:48.578 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.orderdither.OrderedDitherRIF 19-Mar-2020 22:59:48.579 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibOrRIF 19-Mar-2020 22:59:48.579 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OrCRIF 19-Mar-2020 22:59:48.579 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.shadedrelief.ShadedReliefRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandmerge.BandMergeCRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.crop.CropCRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibExtremaRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ExtremaRIF 19-Mar-2020 22:59:48.581 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractRIF 19-Mar-2020 22:59:48.582 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractCRIF 19-Mar-2020 22:59:48.582 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConstantCRIF 19-Mar-2020 22:59:48.582 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibIDFTRIF 19-Mar-2020 22:59:48.584 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IDFTCRIF 19-Mar-2020 22:59:48.585 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibInvertRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.InvertCRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PiecewiseCRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideByConstRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideByConstCRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibOrConstRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OrConstCRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.mosaic.MosaicRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.algebra.AlgebraCRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibRotateRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.RotateCRIF 19-Mar-2020 22:59:48.589 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibXorConstRIF 19-Mar-2020 22:59:48.589 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.XorConstCRIF 19-Mar-2020 22:59:48.590 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibShearRIF 19-Mar-2020 22:59:48.591 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ShearRIF 19-Mar-2020 22:59:48.591 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MagnitudeSquaredCRIF 19-Mar-2020 22:59:48.593 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAddConstRIF 19-Mar-2020 22:59:48.593 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddConstCRIF 19-Mar-2020 22:59:48.593 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.rlookup.RangeLookupRIF 19-Mar-2020 22:59:48.594 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAndRIF 19-Mar-2020 22:59:48.594 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AndCRIF 19-Mar-2020 22:59:48.595 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.StreamRIF 19-Mar-2020 22:59:48.595 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.colorconvert.ColorConvertCRIF 19-Mar-2020 22:59:48.599 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibXorRIF 19-Mar-2020 22:59:48.599 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.XorCRIF 19-Mar-2020 22:59:48.599 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.classifier.RasterClassifierCRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAbsoluteRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AbsoluteCRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractFromConstRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractFromConstCRIF 19-Mar-2020 22:59:48.601 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibCompositeRIF 19-Mar-2020 22:59:48.601 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.CompositeCRIF 19-Mar-2020 22:59:48.602 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.BMPRIF 19-Mar-2020 22:59:48.602 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.TIFFRIF 19-Mar-2020 22:59:48.603 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibBoxFilterRIF 19-Mar-2020 22:59:48.603 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.BoxFilterRIF 19-Mar-2020 22:59:48.603 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandselect.BandSelectCRIF 19-Mar-2020 22:59:48.604 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDFTRIF 19-Mar-2020 22:59:48.604 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DFTCRIF 19-Mar-2020 22:59:48.605 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.buffer.BufferRIF 19-Mar-2020 22:59:48.606 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibErodeRIF 19-Mar-2020 22:59:48.607 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ErodeRIF 19-Mar-2020 22:59:48.608 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMultiplyConstRIF 19-Mar-2020 22:59:48.615 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyConstCRIF 19-Mar-2020 22:59:48.616 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibUnsharpMaskRIF 19-Mar-2020 22:59:48.616 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.UnsharpMaskRIF 19-Mar-2020 22:59:48.617 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.vectorbin.VectorBinarizeRIF 19-Mar-2020 22:59:48.617 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMinFilterRIF 19-Mar-2020 22:59:48.618 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MinFilterRIF 19-Mar-2020 22:59:48.618 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibExpRIF 19-Mar-2020 22:59:48.619 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ExpCRIF 19-Mar-2020 22:59:48.619 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ColorQuantizerRIF 19-Mar-2020 22:59:48.619 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OverlayCRIF 19-Mar-2020 22:59:48.620 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAndConstRIF 19-Mar-2020 22:59:48.620 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AndConstCRIF 19-Mar-2020 22:59:48.621 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FileLoadRIF 19-Mar-2020 22:59:48.621 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubsampleAverageRIF 19-Mar-2020 22:59:48.622 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubsampleAverageCRIF 19-Mar-2020 22:59:48.622 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.scale.Scale2CRIF 19-Mar-2020 22:59:48.623 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibThresholdRIF 19-Mar-2020 22:59:48.623 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ThresholdCRIF 19-Mar-2020 22:59:48.624 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MatchCDFCRIF 19-Mar-2020 22:59:48.624 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyComplexCRIF 19-Mar-2020 22:59:48.625 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.scale.ScaleCRIF 19-Mar-2020 22:59:48.625 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideRIF 19-Mar-2020 22:59:48.626 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideCRIF 19-Mar-2020 22:59:48.626 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibClampRIF 19-Mar-2020 22:59:48.626 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ClampCRIF 19-Mar-2020 22:59:48.627 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.contour.ContourRIF 19-Mar-2020 22:59:48.627 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.stats.StatisticsRIF 19-Mar-2020 22:59:48.628 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.affine.AffineCRIF 19-Mar-2020 22:59:48.628 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.lookup.LookupCRIF 19-Mar-2020 22:59:48.629 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AWTImageRIF 19-Mar-2020 22:59:48.630 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MagnitudeCRIF 19-Mar-2020 22:59:48.630 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubsampleBinaryToGrayRIF 19-Mar-2020 22:59:48.631 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubsampleBinaryToGrayCRIF 19-Mar-2020 22:59:48.631 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibNotRIF 19-Mar-2020 22:59:48.632 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.NotCRIF 19-Mar-2020 22:59:48.632 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibIDCTRIF 19-Mar-2020 22:59:48.632 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IDCTCRIF 19-Mar-2020 22:59:48.633 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideIntoConstRIF 19-Mar-2020 22:59:48.633 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideIntoConstCRIF 19-Mar-2020 22:59:48.634 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.imagefunction.ImageFunctionRIF 19-Mar-2020 22:59:48.635 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMedianFilterRIF 19-Mar-2020 22:59:48.635 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MedianFilterRIF 19-Mar-2020 22:59:48.636 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibFilteredSubsampleRIF 19-Mar-2020 22:59:48.636 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FilteredSubsampleRIF 19-Mar-2020 22:59:48.637 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMinRIF 19-Mar-2020 22:59:48.637 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MinCRIF 19-Mar-2020 22:59:48.638 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.warp.WarpRIF 19-Mar-2020 22:59:48.638 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PeriodicShiftCRIF 19-Mar-2020 22:59:48.639 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FPXRIF 19-Mar-2020 22:59:48.639 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibTransposeRIF 19-Mar-2020 22:59:48.640 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.TransposeCRIF 19-Mar-2020 22:59:48.641 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCIF 19-Mar-2020 22:59:48.641 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddConstToCollectionCIF 19-Mar-2020 22:59:48.642 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCIF 19-Mar-2020 22:59:48.642 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.RawTileDecoderFactory 19-Mar-2020 22:59:48.643 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.JPEGTileDecoderFactory 19-Mar-2020 22:59:48.643 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.GZIPTileDecoderFactory 19-Mar-2020 22:59:48.644 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.RawTileEncoderFactory 19-Mar-2020 22:59:48.644 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.JPEGTileEncoderFactory 19-Mar-2020 22:59:48.645 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.GZIPTileEncoderFactory 19-Mar-2020 22:59:48.645 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Cleaned up javabean caches 19-Mar-2020 22:59:49.791 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [geoserver] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 19-Mar-2020 22:59:49.793 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [FileSystemWatcher-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.3/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.3/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@11.0.3/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@11.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) java.base@11.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.3/java.lang.Thread.run(Thread.java:834) 19-Mar-2020 22:59:49.794 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Object.wait(Native Method) java.base@11.0.3/java.util.TimerThread.mainLoop(Timer.java:553) java.base@11.0.3/java.util.TimerThread.run(Timer.java:506) 19-Mar-2020 22:59:49.796 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [EMF Reference Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Object.wait(Native Method) java.base@11.0.3/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.3/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) 19-Mar-2020 22:59:49.797 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Thread-6] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Thread.sleep(Native Method) org.geoserver.system.status.OSHISystemInfoCollector.lambda$new$0(OSHISystemInfoCollector.java:86) org.geoserver.system.status.OSHISystemInfoCollector$$Lambda$289/0x00000007c088f840.run(Unknown Source) java.base@11.0.3/java.lang.Thread.run(Thread.java:834) 19-Mar-2020 22:59:49.798 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Object.wait(Native Method) java.base@11.0.3/java.lang.Object.wait(Object.java:328) java.base@11.0.3/java.util.TimerThread.mainLoop(Timer.java:527) java.base@11.0.3/java.util.TimerThread.run(Timer.java:506) 19-Mar-2020 22:59:49.803 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [geoserver] created a ThreadLocal with key of type [com.sun.jna.Structure$2] (value [com.sun.jna.Structure$2@4761586e]) and a value of type [com.sun.jna.Structure.StructureSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 19-Mar-2020 22:59:49.804 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [geoserver] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@3b150516]) and a value of type [org.geowebcache.storage.CompositeBlobStore.StoreSuitabilityCheck] (value [EXISTING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 19-Mar-2020 22:59:49.807 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [geoserver] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@393b8be6]) and a value of type [org.springframework.security.core.context.SecurityContextImpl] (value [org.springframework.security.core.context.SecurityContextImpl@ffffffff: Null authentication]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 19-Mar-2020 22:59:49.877 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/geoserver] has finished in [64,924] ms 19-Mar-2020 22:59:49.892 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] 19-Mar-2020 22:59:49.923 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"] 19-Mar-2020 22:59:49.935 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [68,834] milliseconds 19-Mar-2020 23:29:54.408 INFO [Thread-6] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [com.sun.jna.TypeMapper]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [com.sun.jna.TypeMapper]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1383) at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1371) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1224) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1186) at com.sun.jna.Function.convertArgument(Function.java:504) at com.sun.jna.Function.invoke(Function.java:345) at com.sun.jna.Library$Handler.invoke(Library.java:265) at com.sun.proxy.$Proxy50.readlink(Unknown Source) at oshi.software.os.linux.LinuxOperatingSystem.getProcess(LinuxOperatingSystem.java:216) at oshi.software.os.linux.LinuxOperatingSystem.getProcess(LinuxOperatingSystem.java:210) at org.geoserver.system.status.OSHISystemInfoCollector.lambda$new$0(OSHISystemInfoCollector.java:70) at java.base/java.lang.Thread.run(Thread.java:834) '''

NyakudyaA commented 4 years ago

I try: docker run -d -p 8601:8080 --name geoserver -e STABLE_EXTENSIONS=charts-plugin,db2-plugin,gdal-plugin,mongodb-plugin kartoza/geoserver:2.16.2

but 'mongodb-plugin' is not installed. These are the logs:

''''' Enabling charts-plugin for GeoServer Installing charts-plugin.zip plugin Archive: /plugins/charts-plugin.zip inflating: /tmp/gs_plugin/jfreechart-1.0.10.jar inflating: /tmp/gs_plugin/jcommon-1.0.13.jar inflating: /tmp/gs_plugin/eastwood-1.1.1-20090908.jar inflating: /tmp/gs_plugin/gt-charts-22.2.jar Enabling db2-plugin for GeoServer Installing db2-plugin.zip plugin Archive: /plugins/db2-plugin.zip inflating: /tmp/gs_plugin/db2-readme.txt inflating: /tmp/gs_plugin/gt-jdbc-db2-22.2.jar inflating: /tmp/gs_plugin/LICENSE.txt Enabling gdal-plugin for GeoServer Installing gdal-plugin.zip plugin unzip: cannot find or open /plugins/gdal-plugin.zip, /plugins/gdal-plugin.zip.zip or /plugins/gdal-plugin.zip.ZIP. Enabling mongodb-plugin for GeoServer Installing mongodb-plugin.zip plugin Archive: /plugins/mongodb-plugin.zip inflating: /tmp/gs_plugin/gt-mongodb-22.2.jar inflating: /tmp/gs_plugin/gs-mongodb-2.16.2.jar inflating: /tmp/gs_plugin/mongo-java-driver-3.3.0.jar NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 19-Mar-2020 22:58:38.385 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.20 19-Mar-2020 22:58:38.395 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: May 3 2019 22:26:00 UTC 19-Mar-2020 22:58:38.401 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.20.0 19-Mar-2020 22:58:38.402 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 19-Mar-2020 22:58:38.403 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.19.76-linuxkit 19-Mar-2020 22:58:38.403 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 19-Mar-2020 22:58:38.404 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-11-openjdk-amd64 19-Mar-2020 22:58:38.405 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.3+1-Debian-1bpo91 19-Mar-2020 22:58:38.405 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation 19-Mar-2020 22:58:38.406 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat 19-Mar-2020 22:58:38.410 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat 19-Mar-2020 22:58:38.553 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 19-Mar-2020 22:58:38.554 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED 19-Mar-2020 22:58:38.556 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 19-Mar-2020 22:58:38.557 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties 19-Mar-2020 22:58:38.560 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 19-Mar-2020 22:58:38.561 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true 19-Mar-2020 22:58:38.562 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2G 19-Mar-2020 22:58:38.563 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4G 19-Mar-2020 22:58:38.565 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xrs 19-Mar-2020 22:58:38.571 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:PerfDataSamplingInterval=500 19-Mar-2020 22:58:38.573 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.referencing.forceXY=true 19-Mar-2020 22:58:38.576 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:SoftRefLRUPolicyMSPerMB=36000 19-Mar-2020 22:58:38.579 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseParallelGC 19-Mar-2020 22:58:38.580 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NewRatio=2 19-Mar-2020 22:58:38.589 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+CMSClassUnloadingEnabled 19-Mar-2020 22:58:38.590 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF8 19-Mar-2020 22:58:38.591 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT 19-Mar-2020 22:58:38.592 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djavax.servlet.request.encoding=UTF-8 19-Mar-2020 22:58:38.593 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djavax.servlet.response.encoding=UTF-8 19-Mar-2020 22:58:38.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT 19-Mar-2020 22:58:38.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.shapefile.datetime=true 19-Mar-2020 22:58:38.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -DGEOSERVER_DATA_DIR=/opt/geoserver/data_dir 19-Mar-2020 22:58:38.597 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.shapefile.datetime=true 19-Mar-2020 22:58:38.599 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ds3.properties.location=/opt/geoserver/data_dir/s3.properties 19-Mar-2020 22:58:38.599 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer.useThreadLocal=false 19-Mar-2020 22:58:38.602 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer.pixelsize=8192 19-Mar-2020 22:58:38.606 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NewSize=300m 19-Mar-2020 22:58:38.608 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --patch-module=java.desktop=/usr/local/tomcat/marlin-0.9.4.2-Unsafe-OpenJDK9.jar 19-Mar-2020 22:58:38.610 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -D-XX:SoftRefLRUPolicyMSPerMB=36000 19-Mar-2020 22:58:38.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine 19-Mar-2020 22:58:38.612 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dgeoserver.xframe.shouldSetPolicy=true 19-Mar-2020 22:58:38.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-modules=java.se 19-Mar-2020 22:58:38.614 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED 19-Mar-2020 22:58:38.615 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 19-Mar-2020 22:58:38.616 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.nio=ALL-UNNAMED 19-Mar-2020 22:58:38.617 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/sun.nio.ch=ALL-UNNAMED 19-Mar-2020 22:58:38.618 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.management/sun.management=ALL-UNNAMED 19-Mar-2020 22:58:38.620 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED 19-Mar-2020 22:58:38.622 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 19-Mar-2020 22:58:38.626 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 19-Mar-2020 22:58:38.628 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 19-Mar-2020 22:58:38.630 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 19-Mar-2020 22:58:38.632 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat 19-Mar-2020 22:58:38.633 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat 19-Mar-2020 22:58:38.634 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp 19-Mar-2020 22:58:38.637 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.5.2]. 19-Mar-2020 22:58:38.646 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 19-Mar-2020 22:58:38.647 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 19-Mar-2020 22:58:38.726 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.0l 10 Sep 2019] 19-Mar-2020 22:58:40.939 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 19-Mar-2020 22:58:41.081 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"] 19-Mar-2020 22:58:41.100 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [4,136] milliseconds 19-Mar-2020 22:58:41.662 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 19-Mar-2020 22:58:41.665 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.20] 19-Mar-2020 22:58:41.705 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT] 19-Mar-2020 22:58:43.076 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/ROOT] has finished in [1,371] ms 19-Mar-2020 22:58:43.082 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/host-manager] 19-Mar-2020 22:58:43.211 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/host-manager] has finished in [129] ms 19-Mar-2020 22:58:43.212 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/examples] 19-Mar-2020 22:58:44.789 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/examples] has finished in [1,577] ms 19-Mar-2020 22:58:44.791 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/docs] 19-Mar-2020 22:58:44.858 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/docs] has finished in [68] ms 19-Mar-2020 22:58:44.859 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/manager] 19-Mar-2020 22:58:44.953 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/manager] has finished in [93] ms 19-Mar-2020 22:58:44.953 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/geoserver] 19-Mar-2020 22:59:07.619 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 19-Mar-2020 22:59:11.029 INFO [main] it.geosolutions.imageio.gdalframework.GDALUtilities.loadGDAL GDAL Native Library loaded (version: 1.9.2) 19-Mar-2020 22:59:11.277 INFO [main] it.geosolutions.imageio.plugins.turbojpeg.TurboJpegUtilities.load TurboJPEG library loaded (turbojpeg) 19-Mar-2020 22:59:13.510 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'XStreamPersisterInitializer', but ApplicationContext is unset. 19-Mar-2020 22:59:13.513 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19-Mar-2020 22:59:13.518 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 19-Mar-2020 22:59:13.519 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19 Mar 22:59:13 ERROR [geoserver.logging] - Could not configure log4j overrides com.thoughtworks.xstream.io.StreamException: at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141) at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118) at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103) at com.thoughtworks.xstream.io.xml.XppReader.(XppReader.java:63) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1347) at org.geoserver.config.util.XStreamPersister.load(XStreamPersister.java:670) at org.geoserver.logging.LoggingStartupContextListener.getLogging(LoggingStartupContextListener.java:118) at org.geoserver.logging.LoggingStartupContextListener.contextInitialized(LoggingStartupContextListener.java:69) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4682) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5150) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:713) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:929) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:902) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.startup.Catalina.start(Catalina.java:633) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) Caused by: java.io.EOFException: input contained no data at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2983) at org.xmlpull.mxp1.MXParser.more(MXParser.java:3026) at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410) at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395) at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093) at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109) ... 52 more 19-Mar-2020 22:59:22.418 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'GeoServerSecurityProvider', but ApplicationContext is unset. 19-Mar-2020 22:59:22.419 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19-Mar-2020 22:59:22.420 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 19-Mar-2020 22:59:22.421 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 19 Mar 22:59:23 INFO [org.geoserver] - GeoServer configuration lock is enabled WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.geotools.image.ImageWorker (file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gt-coverage-22.2.jar) to constructor com.sun.imageio.plugins.jpeg.JPEGImageWriterSpi() WARNING: Please consider reporting this to the maintainers of org.geotools.image.ImageWorker WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 19 Mar 22:59:24 INFO [org.geoserver] - Loading catalog... 19 Mar 22:59:24 WARN [org.geoserver] - No 'workspaces' directory found, unable to load any stores. 19 Mar 22:59:24 INFO [org.geoserver] - Read catalog in 19.93 ms 19 Mar 22:59:25 WARN [org.geoserver] - Failed to load logging configuration file 'logging.xml' com.thoughtworks.xstream.io.StreamException: at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148) at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:141) at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118) at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractPullReader.java:103) at com.thoughtworks.xstream.io.xml.XppReader.(XppReader.java:63) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54) at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1347) at org.geoserver.config.util.XStreamPersister.load(XStreamPersister.java:670) at org.geoserver.config.GeoServerLoader.depersist(GeoServerLoader.java:1038) at org.geoserver.config.GeoServerLoader.readConfiguration(GeoServerLoader.java:885) at org.geoserver.config.DefaultGeoServerLoader.loadGeoServer(DefaultGeoServerLoader.java:64) at org.geoserver.config.GeoServerLoader.postProcessBeforeInitialization(GeoServerLoader.java:275) at org.geoserver.config.GeoServerLoaderProxy.postProcessBeforeInitialization(GeoServerLoaderProxy.java:57) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:419) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1737) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:576) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:498) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:367) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:674) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:188) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1308) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1154) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:538) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:498) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:846) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:863) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:22) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4682) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5150) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:713) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:929) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:902) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.startup.Catalina.start(Catalina.java:633) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) Caused by: java.io.EOFException: input contained no data at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2983) at org.xmlpull.mxp1.MXParser.more(MXParser.java:3026) at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410) at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395) at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093) at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109) ... 82 more 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WFSInfoImpl-52fbac73:170f505d4f7:-7ffb', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WCSInfoImpl-52fbac73:170f505d4f7:-7ffa', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WPSInfoImpl-52fbac73:170f505d4f7:-7ff9', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WMSInfoImpl-52fbac73:170f505d4f7:-7ff8', enabled 19 Mar 22:59:25 INFO [org.geoserver] - Loaded service 'WMTSInfoImpl-52fbac73:170f505d4f7:-7ff7', enabled 19 Mar 22:59:25 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache.xml' in directory '/opt/geoserver/data_dir/gwc'. 19 Mar 22:59:26 WARN [config.GeoserverXMLResourceProvider] - Found no configuration file in config directory, will create one at '/opt/geoserver/data_dir/gwc/geowebcache.xml' from template jar:file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gwc-core-1.16.2.jar!/geowebcache_empty.xml 19 Mar 22:59:26 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in /opt/geoserver/data_dir/gwc 19 Mar 22:59:26 INFO [config.GeoserverXMLResourceProvider] - Found configuration file in /opt/geoserver/data_dir/gwc 19 Mar 22:59:26 WARN [config.XMLConfiguration] - **** 19 Mar 22:59:26 WARN [config.XMLConfiguration] - GWC configuration validation error: cvc-elt.1.a: Cannot find the declaration of element 'gwcConfiguration'. 19 Mar 22:59:26 WARN [config.XMLConfiguration] - Will try to use configuration anyway. Please check the order of declared elements against the schema. 19 Mar 22:59:26 WARN [config.XMLConfiguration] - **** 19 Mar 22:59:26 INFO [gwc.layer] - Initializing GWC configuration based on GeoServer's Catalog 19 Mar 22:59:26 INFO [gwc.layer] - GeoServer TileLayer store base directory is: gwc-layers 19 Mar 22:59:26 INFO [gwc.layer] - Loading tile layers from gwc-layers 19 Mar 22:59:26 INFO [gwc.layer] - Loaded 0 tile layers in 1.870 ms 19 Mar 22:59:27 INFO [gwc.config] - Initializing GeoServer specific GWC configuration from gwc-gs.xml 19 Mar 22:59:28 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache-diskquota.xml' in directory '/opt/geoserver/data_dir/gwc'. 19 Mar 22:59:28 INFO [config.GeoserverXMLResourceProvider] - Will look for 'geowebcache-diskquota-jdbc.xml' in directory '/opt/geoserver/data_dir/gwc'. 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.global=100 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.wms.getmap=10 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.wfs.getfeature.application/msexcel=4 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: user=6 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: ows.gwc=16 19 Mar 22:59:29 INFO [flow.config] - Loaded control-flow rule: user.ows.wps.execute=1000/d;30s 19 Mar 22:59:29 INFO [geoserver.flow] - Control-flow active with 6 flow controllers 19 Mar 22:59:40 INFO [geoserver.wps] - Found 5 bindable processes in GeoServer specific processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 89 bindable processes in Deprecated processes 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:ConvolveCoverage as the input kernel of type class javax.media.jai.KernelJAI cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the input zones of type class java.lang.Object cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the input nodata of type class it.geosolutions.jaiext.range.Range cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the input rangeData of type class java.lang.Object cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Blacklisting process ras:RasterZonalStatistics2 as the output zonal statistics of type interface java.util.List cannot be handled 19 Mar 22:59:41 INFO [geoserver.wps] - Found 18 bindable processes in Raster processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 31 bindable processes in Vector processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 48 bindable processes in Geometry processes 19 Mar 22:59:41 INFO [geoserver.wps] - Found 1 bindable processes in PolygonLabelProcess 19 Mar 22:59:42 WARN [turbojpeg.TurboJPEGMapResponse] - The turbo jpeg encoder is available for usage 19 Mar 22:59:45 WARN [support.XmlWebApplicationContext] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gwcWmtsRestUrlHandlerMapping' defined in URL [jar:file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-gwc-2.16.2.jar!/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.geoserver.rest.service.MongoStoreRestController] from ClassLoader [ParallelWebappClassLoader context: geoserver delegate: false ----------> Parent Classloader: java.net.URLClassLoader@5bc79255 ] 19 Mar 22:59:45 ERROR [context.ContextLoader] - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gwcWmtsRestUrlHandlerMapping' defined in URL [jar:file:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-gwc-2.16.2.jar!/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [org.geoserver.rest.service.MongoStoreRestController] from ClassLoader [ParallelWebappClassLoader context: geoserver delegate: false ----------> Parent Classloader: java.net.URLClassLoader@5bc79255 ] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1745) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:576) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:498) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:846) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:863) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546) at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:400) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:291) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) at org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:22) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4682) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5150) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:713) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:929) at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1377) at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1367) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:902) at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:932) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) at org.apache.catalina.startup.Catalina.start(Catalina.java:633) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) Caused by: java.lang.IllegalStateException: Failed to introspect Class [org.geoserver.rest.service.MongoStoreRestController] from ClassLoader [ParallelWebappClassLoader context: geoserver delegate: false ----------> Parent Classloader: java.net.URLClassLoader@5bc79255 ] at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:680) at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:577) at org.springframework.core.MethodIntrospector.selectMethods(MethodIntrospector.java:72) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.detectHandlerMethods(AbstractHandlerMethodMapping.java:264) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.processCandidateBean(AbstractHandlerMethodMapping.java:249) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.initHandlerMethods(AbstractHandlerMethodMapping.java:208) at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.afterPropertiesSet(AbstractHandlerMethodMapping.java:196) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping.afterPropertiesSet(RequestMappingHandlerMapping.java:164) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1804) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1741) ... 54 more Caused by: java.lang.NoClassDefFoundError: org/geotools/data/complex/AppSchemaDataAccess at java.base/java.lang.Class.getDeclaredMethods0(Native Method) at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3166) at java.base/java.lang.Class.getDeclaredMethods(Class.java:2309) at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:662) ... 63 more Caused by: java.lang.ClassNotFoundException: org.geotools.data.complex.AppSchemaDataAccess at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1363) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1186) ... 67 more 19-Mar-2020 22:59:45.940 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file 19-Mar-2020 22:59:45.942 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/geoserver] startup failed due to previous errors 19-Mar-2020 22:59:45.981 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Beginning GeoServer cleanup sequence 19-Mar-2020 22:59:45.983 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistered JDBC driver org.h2.Driver@1cfc8263 19-Mar-2020 22:59:46.220 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory GeoserverWKTOperationFactory["European Petroleum Survey Group"] COORDINATE_OPERATION_AUTHORITY_FACTORY = PropertyCoordinateOperationAuthorityFactory["European Petroleum Survey Group"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory 19-Mar-2020 22:59:47.758 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory LongitudeFirstFactory["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory["European Petroleum Survey Group"] DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory["European Petroleum Survey Group"] EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory.["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false VERSION = 9.6 CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) FORCE_STANDARD_AXIS_UNITS = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_LONGITUDE_FIRST_AXIS_ORDER = true CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.012 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory HTTP_AuthorityFactory["URL in OGC namespace"] DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory["All"] CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.053 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory GeoserverOverridingWKTFactory["European Petroleum Survey Group"] CRS_AUTHORITY_EXTRA_DIRECTORY = null DATUM_AUTHORITY_FACTORY = PropertyAuthorityFactory["European Petroleum Survey Group"] FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.059 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory LongitudeFirstFactory["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory["European Petroleum Survey Group"] DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory["European Petroleum Survey Group"] EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory.["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false VERSION = 9.6 CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) FORCE_STANDARD_AXIS_UNITS = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_LONGITUDE_FIRST_AXIS_ORDER = true CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.315 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory GeoserverCustomWKTFactory["European Petroleum Survey Group"] CRS_AUTHORITY_EXTRA_DIRECTORY = null DATUM_AUTHORITY_FACTORY = PropertyAuthorityFactory["European Petroleum Survey Group"] FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.321 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory CartesianAuthorityFactory["European Petroleum Survey Group"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory 19-Mar-2020 22:59:48.323 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory WebCRSFactory["Web Map Service CRS"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory 19-Mar-2020 22:59:48.327 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory AutoCRSFactory["Automatic Projections"] CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory 19-Mar-2020 22:59:48.328 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory HTTP_AuthorityFactory["URL in OGC namespace"] DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory["All"] CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.341 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory LongitudeFirstFactory["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = true FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false CS_AUTHORITY_FACTORY = OrderedAxisAuthorityFactory["European Petroleum Survey Group"] DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory["European Petroleum Survey Group"] EPSG_DATA_SOURCE = java:comp/env/jdbc/EPSG DATUM_AUTHORITY_FACTORY = ThreadedHsqlEpsgFactory.["European Petroleum Survey Group"] FORCE_LONGITUDE_FIRST_AXIS_ORDER = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_STANDARD_AXIS_UNITS = false VERSION = 9.6 CRS_FACTORY = ReferencingObjectFactory CS_FACTORY = (same as CRS_FACTORY) DATUM_FACTORY = DatumAliases MATH_TRANSFORM_FACTORY = DefaultMathTransformFactory CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) FORCE_STANDARD_AXIS_UNITS = false FORCE_STANDARD_AXIS_DIRECTIONS = false FORCE_LONGITUDE_FIRST_AXIS_ORDER = true CRS_AUTHORITY_FACTORY = (same as CS_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.487 INFO [main] org.geoserver.GeoserverInitStartupListener.disposeAuthorityFactories Disposing referencing factory HTTP_AuthorityFactory["URL in OGC namespace"] DATUM_AUTHORITY_FACTORY = AllAuthoritiesFactory["All"] CS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) CRS_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) COORDINATE_OPERATION_AUTHORITY_FACTORY = (same as DATUM_AUTHORITY_FACTORY) 19-Mar-2020 22:59:48.529 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down GT referencing threads 19-Mar-2020 22:59:48.532 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down GT SPI 19-Mar-2020 22:59:48.532 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down coverage thread pool 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.erdasimg.ErdasImgImageReaderSpi@6c5e1bde 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageInputStreamSpi@5a50663 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2mrsid.JP2GDALMrSidImageReaderSpi@6fdff1d8 19-Mar-2020 22:59:48.533 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcbinarygrid.ArcBinaryGridImageReaderSpi@af88f30 19-Mar-2020 22:59:48.534 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageOutputStreamSpi@727c61f4 19-Mar-2020 22:59:48.538 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.nitf.NITFImageReaderSpi@b887f81 19-Mar-2020 22:59:48.538 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageWriterSpi@661e1317 19-Mar-2020 22:59:48.538 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.gif.GIFImageWriterSpi@2684cd8f 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi@301c98d2 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi@7cb99276 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageReaderSpi@27442695 19-Mar-2020 22:59:48.539 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.turbojpeg.TurboJpegImageWriterSpi@7528dc79 19-Mar-2020 22:59:48.542 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi@31671ff6 19-Mar-2020 22:59:48.542 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.envihdr.ENVIHdrImageReaderSpi@4df7fae4 19-Mar-2020 22:59:48.542 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageReaderSpi@28ff882a 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageReaderSpi@1bedbc7b 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi@4064bb33 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageReaderSpi@326148f6 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi@61a824f2 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageWriterSpi@53682533 19-Mar-2020 22:59:48.543 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageReaderSpi@21c5e819 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageWriterSpi@5a790925 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.rpftoc.RPFTOCImageReaderSpi@2131996c 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi@5121cd7f 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.ecw.ECWImageReaderSpi@4bd4048a 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.idrisi.IDRISIImageReaderSpi@6a15abca 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi@5694d3f4 19-Mar-2020 22:59:48.544 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.vrt.VRTImageReaderSpi@14405ea1 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi@9ff6add 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageWriterSpi@3128f70c 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageReaderSpi@c2bb2c3 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider org.geotools.geopkg.ByteArrayImageInputStreamSpi@751c3635 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.mrsid.MrSIDImageReaderSpi@5425510e 19-Mar-2020 22:59:48.545 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.srp.SRPImageReaderSpi@6cc59fae 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.turbojpeg.TurboJpegImageReaderSpi@2c8561a9 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.dted.DTEDImageReaderSpi@7968f085 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageWriterSpi@65cec31 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2ecw.JP2GDALEcwImageReaderSpi@cbb650e 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi@21220315 19-Mar-2020 22:59:48.546 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.ehdr.EsriHdrImageReaderSpi@71b7958a 19-Mar-2020 22:59:48.547 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.tiff.TIFFImageWriterSpi@3234760b 19-Mar-2020 22:59:48.552 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMultiplyRIF 19-Mar-2020 22:59:48.552 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyCRIF 19-Mar-2020 22:59:48.552 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibLogRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.LogCRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PNMRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IIPCRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibGradientRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.GradientRIF 19-Mar-2020 22:59:48.553 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PatternRIF 19-Mar-2020 22:59:48.554 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PNGRIF 19-Mar-2020 22:59:48.554 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.nullop.NullCRIF 19-Mar-2020 22:59:48.554 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FileStoreRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.zonal.ZonalStatsRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.jiffleop.JiffleRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandcombine.BandCombineCRIF 19-Mar-2020 22:59:48.560 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.translate.TranslateCRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibConvolveRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConvolveRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDCTRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DCTCRIF 19-Mar-2020 22:59:48.561 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.GIFRIF 19-Mar-2020 22:59:48.562 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.format.FormatCRIF 19-Mar-2020 22:59:48.562 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IIPResolutionRIF 19-Mar-2020 22:59:48.564 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAddRIF 19-Mar-2020 22:59:48.565 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddCRIF 19-Mar-2020 22:59:48.565 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMaxRIF 19-Mar-2020 22:59:48.565 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MaxCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.border.BorderRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.rescale.RescaleCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.binarize.BinarizeCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideComplexCRIF 19-Mar-2020 22:59:48.566 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDilateRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DilateRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibHistogramRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.HistogramRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddCollectionCRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.URLRIF 19-Mar-2020 22:59:48.567 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.vectorize.VectorizeRIF 19-Mar-2020 22:59:48.568 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PolarToComplexCRIF 19-Mar-2020 22:59:48.568 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.colorindexer.ColorIndexerCRIF 19-Mar-2020 22:59:48.568 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.classbreaks.ClassBreaksRIF 19-Mar-2020 22:59:48.569 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractConstRIF 19-Mar-2020 22:59:48.570 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractConstCRIF 19-Mar-2020 22:59:48.571 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMaxFilterRIF 19-Mar-2020 22:59:48.571 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MaxFilterRIF 19-Mar-2020 22:59:48.576 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.JPEGRIF 19-Mar-2020 22:59:48.576 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.errordiffusion.ErrorDiffusionRIF 19-Mar-2020 22:59:48.576 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.algebra.constant.OperationConstCRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.piecewise.GenericPiecewiseCRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMeanRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MeanRIF 19-Mar-2020 22:59:48.577 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.EncodeRIF 19-Mar-2020 22:59:48.578 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PhaseCRIF 19-Mar-2020 22:59:48.578 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConjugateCRIF 19-Mar-2020 22:59:48.578 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.orderdither.OrderedDitherRIF 19-Mar-2020 22:59:48.579 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibOrRIF 19-Mar-2020 22:59:48.579 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OrCRIF 19-Mar-2020 22:59:48.579 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.shadedrelief.ShadedReliefRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandmerge.BandMergeCRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.crop.CropCRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibExtremaRIF 19-Mar-2020 22:59:48.580 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ExtremaRIF 19-Mar-2020 22:59:48.581 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractRIF 19-Mar-2020 22:59:48.582 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractCRIF 19-Mar-2020 22:59:48.582 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConstantCRIF 19-Mar-2020 22:59:48.582 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibIDFTRIF 19-Mar-2020 22:59:48.584 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IDFTCRIF 19-Mar-2020 22:59:48.585 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibInvertRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.InvertCRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PiecewiseCRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideByConstRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideByConstCRIF 19-Mar-2020 22:59:48.587 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibOrConstRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OrConstCRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.mosaic.MosaicRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.algebra.AlgebraCRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibRotateRIF 19-Mar-2020 22:59:48.588 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.RotateCRIF 19-Mar-2020 22:59:48.589 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibXorConstRIF 19-Mar-2020 22:59:48.589 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.XorConstCRIF 19-Mar-2020 22:59:48.590 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibShearRIF 19-Mar-2020 22:59:48.591 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ShearRIF 19-Mar-2020 22:59:48.591 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MagnitudeSquaredCRIF 19-Mar-2020 22:59:48.593 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAddConstRIF 19-Mar-2020 22:59:48.593 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddConstCRIF 19-Mar-2020 22:59:48.593 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.rlookup.RangeLookupRIF 19-Mar-2020 22:59:48.594 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAndRIF 19-Mar-2020 22:59:48.594 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AndCRIF 19-Mar-2020 22:59:48.595 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.StreamRIF 19-Mar-2020 22:59:48.595 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.colorconvert.ColorConvertCRIF 19-Mar-2020 22:59:48.599 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibXorRIF 19-Mar-2020 22:59:48.599 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.XorCRIF 19-Mar-2020 22:59:48.599 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.classifier.RasterClassifierCRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAbsoluteRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AbsoluteCRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractFromConstRIF 19-Mar-2020 22:59:48.600 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractFromConstCRIF 19-Mar-2020 22:59:48.601 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibCompositeRIF 19-Mar-2020 22:59:48.601 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.CompositeCRIF 19-Mar-2020 22:59:48.602 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.BMPRIF 19-Mar-2020 22:59:48.602 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.TIFFRIF 19-Mar-2020 22:59:48.603 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibBoxFilterRIF 19-Mar-2020 22:59:48.603 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.BoxFilterRIF 19-Mar-2020 22:59:48.603 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandselect.BandSelectCRIF 19-Mar-2020 22:59:48.604 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDFTRIF 19-Mar-2020 22:59:48.604 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DFTCRIF 19-Mar-2020 22:59:48.605 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.buffer.BufferRIF 19-Mar-2020 22:59:48.606 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibErodeRIF 19-Mar-2020 22:59:48.607 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ErodeRIF 19-Mar-2020 22:59:48.608 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMultiplyConstRIF 19-Mar-2020 22:59:48.615 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyConstCRIF 19-Mar-2020 22:59:48.616 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibUnsharpMaskRIF 19-Mar-2020 22:59:48.616 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.UnsharpMaskRIF 19-Mar-2020 22:59:48.617 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.vectorbin.VectorBinarizeRIF 19-Mar-2020 22:59:48.617 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMinFilterRIF 19-Mar-2020 22:59:48.618 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MinFilterRIF 19-Mar-2020 22:59:48.618 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibExpRIF 19-Mar-2020 22:59:48.619 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ExpCRIF 19-Mar-2020 22:59:48.619 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ColorQuantizerRIF 19-Mar-2020 22:59:48.619 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OverlayCRIF 19-Mar-2020 22:59:48.620 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAndConstRIF 19-Mar-2020 22:59:48.620 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AndConstCRIF 19-Mar-2020 22:59:48.621 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FileLoadRIF 19-Mar-2020 22:59:48.621 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubsampleAverageRIF 19-Mar-2020 22:59:48.622 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubsampleAverageCRIF 19-Mar-2020 22:59:48.622 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.scale.Scale2CRIF 19-Mar-2020 22:59:48.623 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibThresholdRIF 19-Mar-2020 22:59:48.623 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ThresholdCRIF 19-Mar-2020 22:59:48.624 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MatchCDFCRIF 19-Mar-2020 22:59:48.624 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyComplexCRIF 19-Mar-2020 22:59:48.625 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.scale.ScaleCRIF 19-Mar-2020 22:59:48.625 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideRIF 19-Mar-2020 22:59:48.626 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideCRIF 19-Mar-2020 22:59:48.626 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibClampRIF 19-Mar-2020 22:59:48.626 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ClampCRIF 19-Mar-2020 22:59:48.627 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.contour.ContourRIF 19-Mar-2020 22:59:48.627 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.stats.StatisticsRIF 19-Mar-2020 22:59:48.628 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.affine.AffineCRIF 19-Mar-2020 22:59:48.628 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.lookup.LookupCRIF 19-Mar-2020 22:59:48.629 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AWTImageRIF 19-Mar-2020 22:59:48.630 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MagnitudeCRIF 19-Mar-2020 22:59:48.630 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubsampleBinaryToGrayRIF 19-Mar-2020 22:59:48.631 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubsampleBinaryToGrayCRIF 19-Mar-2020 22:59:48.631 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibNotRIF 19-Mar-2020 22:59:48.632 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.NotCRIF 19-Mar-2020 22:59:48.632 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibIDCTRIF 19-Mar-2020 22:59:48.632 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IDCTCRIF 19-Mar-2020 22:59:48.633 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideIntoConstRIF 19-Mar-2020 22:59:48.633 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideIntoConstCRIF 19-Mar-2020 22:59:48.634 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.imagefunction.ImageFunctionRIF 19-Mar-2020 22:59:48.635 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMedianFilterRIF 19-Mar-2020 22:59:48.635 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MedianFilterRIF 19-Mar-2020 22:59:48.636 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibFilteredSubsampleRIF 19-Mar-2020 22:59:48.636 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FilteredSubsampleRIF 19-Mar-2020 22:59:48.637 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMinRIF 19-Mar-2020 22:59:48.637 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MinCRIF 19-Mar-2020 22:59:48.638 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.warp.WarpRIF 19-Mar-2020 22:59:48.638 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PeriodicShiftCRIF 19-Mar-2020 22:59:48.639 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FPXRIF 19-Mar-2020 22:59:48.639 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibTransposeRIF 19-Mar-2020 22:59:48.640 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.TransposeCRIF 19-Mar-2020 22:59:48.641 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCIF 19-Mar-2020 22:59:48.641 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddConstToCollectionCIF 19-Mar-2020 22:59:48.642 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCIF 19-Mar-2020 22:59:48.642 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.RawTileDecoderFactory 19-Mar-2020 22:59:48.643 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.JPEGTileDecoderFactory 19-Mar-2020 22:59:48.643 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.GZIPTileDecoderFactory 19-Mar-2020 22:59:48.644 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.RawTileEncoderFactory 19-Mar-2020 22:59:48.644 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.JPEGTileEncoderFactory 19-Mar-2020 22:59:48.645 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.GZIPTileEncoderFactory 19-Mar-2020 22:59:48.645 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Cleaned up javabean caches 19-Mar-2020 22:59:49.791 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [geoserver] registered the JDBC driver [org.hsqldb.jdbc.JDBCDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 19-Mar-2020 22:59:49.793 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [FileSystemWatcher-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/jdk.internal.misc.Unsafe.park(Native Method) java.base@11.0.3/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) java.base@11.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123) java.base@11.0.3/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182) java.base@11.0.3/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899) java.base@11.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054) java.base@11.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114) java.base@11.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base@11.0.3/java.lang.Thread.run(Thread.java:834) 19-Mar-2020 22:59:49.794 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Timer-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Object.wait(Native Method) java.base@11.0.3/java.util.TimerThread.mainLoop(Timer.java:553) java.base@11.0.3/java.util.TimerThread.run(Timer.java:506) 19-Mar-2020 22:59:49.796 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [EMF Reference Cleaner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Object.wait(Native Method) java.base@11.0.3/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) java.base@11.0.3/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176) org.eclipse.emf.common.util.CommonUtil$1ReferenceClearingQueuePollingThread.run(CommonUtil.java:70) 19-Mar-2020 22:59:49.797 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Thread-6] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Thread.sleep(Native Method) org.geoserver.system.status.OSHISystemInfoCollector.lambda$new$0(OSHISystemInfoCollector.java:86) org.geoserver.system.status.OSHISystemInfoCollector$$Lambda$289/0x00000007c088f840.run(Unknown Source) java.base@11.0.3/java.lang.Thread.run(Thread.java:834) 19-Mar-2020 22:59:49.798 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@11.0.3/java.lang.Object.wait(Native Method) java.base@11.0.3/java.lang.Object.wait(Object.java:328) java.base@11.0.3/java.util.TimerThread.mainLoop(Timer.java:527) java.base@11.0.3/java.util.TimerThread.run(Timer.java:506) 19-Mar-2020 22:59:49.803 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [geoserver] created a ThreadLocal with key of type [com.sun.jna.Structure$2] (value [com.sun.jna.Structure$2@4761586e]) and a value of type [com.sun.jna.Structure.StructureSet] (value [[]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 19-Mar-2020 22:59:49.804 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [geoserver] created a ThreadLocal with key of type [java.lang.ThreadLocal.SuppliedThreadLocal] (value [java.lang.ThreadLocal$SuppliedThreadLocal@3b150516]) and a value of type [org.geowebcache.storage.CompositeBlobStore.StoreSuitabilityCheck] (value [EXISTING]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 19-Mar-2020 22:59:49.807 SEVERE [main] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [geoserver] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@393b8be6]) and a value of type [org.springframework.security.core.context.SecurityContextImpl] (value [org.springframework.security.core.context.SecurityContextImpl@ffffffff: Null authentication]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 19-Mar-2020 22:59:49.877 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/geoserver] has finished in [64,924] ms 19-Mar-2020 22:59:49.892 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] 19-Mar-2020 22:59:49.923 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"] 19-Mar-2020 22:59:49.935 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [68,834] milliseconds 19-Mar-2020 23:29:54.408 INFO [Thread-6] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [com.sun.jna.TypeMapper]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [com.sun.jna.TypeMapper]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1383) at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForClassLoading(WebappClassLoaderBase.java:1371) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1224) at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1186) at com.sun.jna.Function.convertArgument(Function.java:504) at com.sun.jna.Function.invoke(Function.java:345) at com.sun.jna.Library$Handler.invoke(Library.java:265) at com.sun.proxy.$Proxy50.readlink(Unknown Source) at oshi.software.os.linux.LinuxOperatingSystem.getProcess(LinuxOperatingSystem.java:216) at oshi.software.os.linux.LinuxOperatingSystem.getProcess(LinuxOperatingSystem.java:210) at org.geoserver.system.status.OSHISystemInfoCollector.lambda$new$0(OSHISystemInfoCollector.java:70) at java.base/java.lang.Thread.run(Thread.java:834) '''

Please take a look at the Readme. https://github.com/kartoza/docker-geoserver#activate-plugins-on-runtime

The gdal-plugin is already installed so you need to exclude it in the list of already installed plugins. Can you try to activate a single plugin not mongo so that you can eliminate if the logic for activating a plugin on runtime actually works.

diefergar commented 4 years ago

Ok, but mongodb-plugin is not installed. Could you help me with this?

NyakudyaA commented 4 years ago

This has a pending PR in upstream geoserver so will close here http://osgeo-org.1560.x6.nabble.com/JIRA-GEOS-9403-MongoDB-Plugin-breaks-GeoServer-Admin-UI-td5422413.html