kartoza / docker-geoserver

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

jms-cluster-plugin problem #177

Closed tomasz-wojtowicz closed 3 years ago

tomasz-wojtowicz commented 4 years ago

Hi,

docker run -d --name geoserver -p 8080:8080 -e COMMUNITY_EXTENSIONS=jms-cluster-plugin kartoza/geoserver

Unfortunately the geoserver does not start, , i.e. tomcat (http://address:8080/geoserver/web/) returns 404 code.

Any help will be appreciated, regards

NyakudyaA commented 4 years ago

@tomasz-wojtowicz can you share the logs. Also please not that community modules are more likely to break geoserver in some cases than stable plugins. If that is the cause we might have to file an upstream issue

tomasz-wojtowicz commented 4 years ago

@tomasz-wojtowicz can you share the logs.

Imo the most suspicious messages:

[0.007s][warning][gc,ergo] -XX:NewSize and -XX:MaxNewSize override -XX:NewRatio 14-Aug-2020 02:14:55.198 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 14-Aug-2020 02:14:55.236 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/geoserver] startup failed due to previous errors 14-Aug-2020 02:15:00.064 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@70bc2b39]) 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. 14-Aug-2020 02:15:00.066 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@4733bc92]) 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. 14-Aug-2020 02:15:00.079 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@28ebc038]) 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.

Full logs (stdout and stderr separately):

$ docker logs geoserver >logs.out $ cat logs.out Enabling jms-cluster-plugin for GeoServer Installing jms-cluster-plugin plugin Archive: /community_plugins/jms-cluster-plugin.zip inflating: /tmp/gs_plugin/antlr-2.7.7.jar inflating: /tmp/gs_plugin/bcpkix-jdk15on-1.56.jar inflating: /tmp/gs_plugin/activemq-spring-5.15.11.jar inflating: /tmp/gs_plugin/activemq-jms-pool-5.15.11.jar inflating: /tmp/gs_plugin/antlr4-runtime-4.7.1.jar inflating: /tmp/gs_plugin/activemq-pool-5.15.11.jar inflating: /tmp/gs_plugin/activemq-broker-5.15.11.jar inflating: /tmp/gs_plugin/activemq-openwire-legacy-5.15.11.jar inflating: /tmp/gs_plugin/activemq-protobuf-1.0.jar inflating: /tmp/gs_plugin/hawtbuf-1.11.jar inflating: /tmp/gs_plugin/gs-jms-commons-2.17-SNAPSHOT.jar inflating: /tmp/gs_plugin/geronimo-annotation_1.0_spec-1.1.1.jar inflating: /tmp/gs_plugin/gs-jms-geoserver-2.17-SNAPSHOT.jar inflating: /tmp/gs_plugin/geronimo-jta_1.0.1B_spec-1.0.1.jar inflating: /tmp/gs_plugin/activemq-jdbc-store-5.15.11.jar inflating: /tmp/gs_plugin/geronimo-jms_1.1_spec-1.1.1.jar inflating: /tmp/gs_plugin/ant-1.8.4.jar inflating: /tmp/gs_plugin/ant-launcher-1.8.4.jar inflating: /tmp/gs_plugin/activemq-kahadb-store-5.15.11.jar inflating: /tmp/gs_plugin/xbean-spring-3.5.jar inflating: /tmp/gs_plugin/spring-jms-5.1.16.RELEASE.jar inflating: /tmp/gs_plugin/jms-api-1.1-rev-1.jar inflating: /tmp/gs_plugin/geronimo-j2ee-management_1.1_spec-1.0.1.jar inflating: /tmp/gs_plugin/geronimo-jta_1.1_spec-1.1.1.jar inflating: /tmp/gs_plugin/activemq-client-5.15.11.jar [0.007s][warning][gc,ergo] -XX:NewSize and -XX:MaxNewSize override -XX:NewRatio

$ docker logs geoserver 2>logs.err $ cat logs.err 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 14-Aug-2020 02:13:22.082 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.20 14-Aug-2020 02:13:22.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: May 3 2019 22:26:00 UTC 14-Aug-2020 02:13:22.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.20.0 14-Aug-2020 02:13:22.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 14-Aug-2020 02:13:22.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.4.0-186-generic 14-Aug-2020 02:13:22.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 14-Aug-2020 02:13:22.100 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-11-openjdk-amd64 14-Aug-2020 02:13:22.102 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 11.0.3+1-Debian-1bpo91 14-Aug-2020 02:13:22.103 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation 14-Aug-2020 02:13:22.104 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /usr/local/tomcat 14-Aug-2020 02:13:22.105 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/local/tomcat 14-Aug-2020 02:13:22.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 14-Aug-2020 02:13:22.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED 14-Aug-2020 02:13:22.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 14-Aug-2020 02:13:22.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties 14-Aug-2020 02:13:22.255 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 14-Aug-2020 02:13:22.255 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true 14-Aug-2020 02:13:22.256 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms2G 14-Aug-2020 02:13:22.257 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4G 14-Aug-2020 02:13:22.260 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:PerfDataSamplingInterval=500 14-Aug-2020 02:13:22.261 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.referencing.forceXY=true 14-Aug-2020 02:13:22.262 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:SoftRefLRUPolicyMSPerMB=36000 14-Aug-2020 02:13:22.262 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NewRatio=2 14-Aug-2020 02:13:22.263 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseG1GC 14-Aug-2020 02:13:22.266 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxGCPauseMillis=200 14-Aug-2020 02:13:22.267 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:ParallelGCThreads=20 14-Aug-2020 02:13:22.268 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:ConcGCThreads=5 14-Aug-2020 02:13:22.268 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:InitiatingHeapOccupancyPercent=70 14-Aug-2020 02:13:22.270 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+CMSClassUnloadingEnabled 14-Aug-2020 02:13:22.270 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF8 14-Aug-2020 02:13:22.271 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT 14-Aug-2020 02:13:22.271 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djavax.servlet.request.encoding=UTF-8 14-Aug-2020 02:13:22.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djavax.servlet.response.encoding=UTF-8 14-Aug-2020 02:13:22.272 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -DGEOSERVER_DATA_DIR=/opt/geoserver/data_dir 14-Aug-2020 02:13:22.273 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.geotools.shapefile.datetime=true 14-Aug-2020 02:13:22.273 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Ds3.properties.location=/opt/geoserver/data_dir/s3.properties 14-Aug-2020 02:13:22.276 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer.useThreadLocal=false 14-Aug-2020 02:13:22.276 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer.pixelsize=8192 14-Aug-2020 02:13:22.277 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:NewSize=300m 14-Aug-2020 02:13:22.278 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dlog4j.configuration=/usr/local/tomcat/log4j.properties 14-Aug-2020 02:13:22.279 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 14-Aug-2020 02:13:22.280 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine 14-Aug-2020 02:13:22.281 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dgeoserver.xframe.shouldSetPolicy=true 14-Aug-2020 02:13:22.291 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-modules=java.se 14-Aug-2020 02:13:22.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED 14-Aug-2020 02:13:22.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED 14-Aug-2020 02:13:22.292 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.nio=ALL-UNNAMED 14-Aug-2020 02:13:22.293 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/sun.nio.ch=ALL-UNNAMED 14-Aug-2020 02:13:22.293 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.management/sun.management=ALL-UNNAMED 14-Aug-2020 02:13:22.293 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED 14-Aug-2020 02:13:22.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 14-Aug-2020 02:13:22.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 14-Aug-2020 02:13:22.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 14-Aug-2020 02:13:22.294 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 14-Aug-2020 02:13:22.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat 14-Aug-2020 02:13:22.295 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat 14-Aug-2020 02:13:22.296 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp 14-Aug-2020 02:13:22.296 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.5.2]. 14-Aug-2020 02:13:22.296 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 14-Aug-2020 02:13:22.297 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 14-Aug-2020 02:13:22.323 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.0l 10 Sep 2019] 14-Aug-2020 02:13:23.886 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 14-Aug-2020 02:13:24.136 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"] 14-Aug-2020 02:13:24.173 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [3,808] milliseconds 14-Aug-2020 02:13:24.620 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 14-Aug-2020 02:13:24.621 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.20] 14-Aug-2020 02:13:24.710 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/geoserver] 14-Aug-2020 02:14:08.127 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. log4j:WARN No appenders could be found for logger (org.geotools.util.factory). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 14-Aug-2020 02:14:12.579 INFO [main] it.geosolutions.imageio.gdalframework.GDALUtilities.loadGDAL GDAL Native Library loaded (version: 2.1.2) 14-Aug-2020 02:14:12.756 INFO [main] it.geosolutions.imageio.plugins.turbojpeg.TurboJpegUtilities.load TurboJPEG library loaded (turbojpeg) 14-Aug-2020 02:14:15.086 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'XStreamPersisterInitializer', but ApplicationContext is unset. 14-Aug-2020 02:14:15.092 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 14-Aug-2020 02:14:15.100 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 14-Aug-2020 02:14:15.101 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 14-Aug-2020 02:14:27.026 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'MonitorDAO', but ApplicationContext is unset. 14-Aug-2020 02:14:27.029 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 14-Aug-2020 02:14:27.032 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 14-Aug-2020 02:14:27.033 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 14-Aug-2020 02:14:27.938 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'GeoServerSecurityProvider', but ApplicationContext is unset. 14-Aug-2020 02:14:27.940 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 14-Aug-2020 02:14:27.944 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionProvider', but ApplicationContext is unset. 14-Aug-2020 02:14:27.946 WARNING [main] org.geoserver.platform.GeoServerExtensions.checkContext Extension lookup 'ExtensionFilter', but ApplicationContext is unset. 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-23.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 14-Aug-2020 02:14:55.198 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 14-Aug-2020 02:14:55.236 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/geoserver] startup failed due to previous errors 14-Aug-2020 02:14:55.392 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Beginning GeoServer cleanup sequence 14-Aug-2020 02:14:55.402 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistered JDBC driver org.h2.Driver@24c47e93 14-Aug-2020 02:14:55.799 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

14-Aug-2020 02:14:58.301 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)

14-Aug-2020 02:14:58.683 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)

14-Aug-2020 02:14:58.696 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)

14-Aug-2020 02:14:58.702 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)

14-Aug-2020 02:14:59.188 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

14-Aug-2020 02:14:59.224 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)

14-Aug-2020 02:14:59.235 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)

14-Aug-2020 02:14:59.240 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

14-Aug-2020 02:14:59.244 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

14-Aug-2020 02:14:59.269 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)

14-Aug-2020 02:14:59.629 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)

14-Aug-2020 02:14:59.679 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down GT referencing threads 14-Aug-2020 02:14:59.687 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down GT SPI 14-Aug-2020 02:14:59.688 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Shut down coverage thread pool 14-Aug-2020 02:14:59.690 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.vrt.VRTImageReaderSpi@1412f253 14-Aug-2020 02:14:59.691 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcbinarygrid.ArcBinaryGridImageReaderSpi@5c63df20 14-Aug-2020 02:14:59.693 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.gif.GIFImageWriterSpi@66db639f 14-Aug-2020 02:14:59.694 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.tiff.TIFFImageWriterSpi@7fb48671 14-Aug-2020 02:14:59.695 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageWriterSpi@78968490 14-Aug-2020 02:14:59.697 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageWriterSpi@305d9b5a 14-Aug-2020 02:14:59.698 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageWriterSpi@198ac58d 14-Aug-2020 02:14:59.699 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider org.geotools.geopkg.ByteArrayImageInputStreamSpi@1d7f3ef8 14-Aug-2020 02:14:59.700 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.FileImageInputStreamExtImplSpi@67447b0c 14-Aug-2020 02:14:59.705 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.ecw.ECWImageReaderSpi@3ff31e38 14-Aug-2020 02:14:59.706 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageReaderSpi@313aab77 14-Aug-2020 02:14:59.708 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageReaderSpi@2af17960 14-Aug-2020 02:14:59.709 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2ecw.JP2GDALEcwImageReaderSpi@e3c462e 14-Aug-2020 02:14:59.710 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.dted.DTEDImageReaderSpi@1bedeb7e 14-Aug-2020 02:14:59.712 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.FileImageOutputStreamExtImplSpi@263628a2 14-Aug-2020 02:14:59.713 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageReaderSpi@725cbf49 14-Aug-2020 02:14:59.715 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.ehdr.EsriHdrImageReaderSpi@7fa0ba78 14-Aug-2020 02:14:59.716 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.nitf.NITFImageReaderSpi@777e2e27 14-Aug-2020 02:14:59.717 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.envihdr.ENVIHdrImageReaderSpi@6cf1842d 14-Aug-2020 02:14:59.719 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.arcgrid.spi.AsciiGridsImageWriterSpi@4bcb7196 14-Aug-2020 02:14:59.720 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageWriterSpi@9a8b177 14-Aug-2020 02:14:59.721 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.mrsid.MrSIDImageReaderSpi@49b63416 14-Aug-2020 02:14:59.723 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.idrisi.IDRISIImageReaderSpi@1333bcd1 14-Aug-2020 02:14:59.724 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.erdasimg.ErdasImgImageReaderSpi@11b9fa9a 14-Aug-2020 02:14:59.725 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.StringImageOutputStreamSpi@7f62bec6 14-Aug-2020 02:14:59.727 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageOutputStreamSpi@4d264ac0 14-Aug-2020 02:14:59.728 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.output.spi.URLImageOutputStreamSpi@1ede4d38 14-Aug-2020 02:14:59.730 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.srp.SRPImageReaderSpi@d650e4d 14-Aug-2020 02:14:59.731 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.pnm.PNMImageWriterSpi@7c23224a 14-Aug-2020 02:14:59.735 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.turbojpeg.TurboJpegImageReaderSpi@2cb453de 14-Aug-2020 02:14:59.736 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageWriterSpi@67559a3f 14-Aug-2020 02:14:59.738 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.URLImageInputStreamSpi@9249449 14-Aug-2020 02:14:59.739 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.jp2mrsid.JP2GDALMrSidImageReaderSpi@1a660cc8 14-Aug-2020 02:14:59.740 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.stream.ChannelImageInputStreamSpi@1c9765b8 14-Aug-2020 02:14:59.742 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.bmp.BMPImageReaderSpi@498fd67e 14-Aug-2020 02:14:59.743 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReaderSpi@2cc11ff4 14-Aug-2020 02:14:59.744 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.turbojpeg.TurboJpegImageWriterSpi@233cbe44 14-Aug-2020 02:14:59.748 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.stream.input.spi.StringImageInputStreamSpi@6c1d5ba5 14-Aug-2020 02:14:59.749 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.wbmp.WBMPImageReaderSpi@16bb1e42 14-Aug-2020 02:14:59.751 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider it.geosolutions.imageio.plugins.rpftoc.RPFTOCImageReaderSpi@15dede63 14-Aug-2020 02:14:59.752 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering Image I/O provider com.sun.media.imageioimpl.plugins.raw.RawImageReaderSpi@c1162ee 14-Aug-2020 02:14:59.756 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMultiplyRIF 14-Aug-2020 02:14:59.759 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyCRIF 14-Aug-2020 02:14:59.761 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibLogRIF 14-Aug-2020 02:14:59.764 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.LogCRIF 14-Aug-2020 02:14:59.765 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PNMRIF 14-Aug-2020 02:14:59.768 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IIPCRIF 14-Aug-2020 02:14:59.770 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibGradientRIF 14-Aug-2020 02:14:59.776 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.GradientRIF 14-Aug-2020 02:14:59.777 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PatternRIF 14-Aug-2020 02:14:59.779 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PNGRIF 14-Aug-2020 02:14:59.780 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.nullop.NullCRIF 14-Aug-2020 02:14:59.781 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FileStoreRIF 14-Aug-2020 02:14:59.782 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.zonal.ZonalStatsRIF 14-Aug-2020 02:14:59.784 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCRIF 14-Aug-2020 02:14:59.785 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.jiffleop.JiffleRIF 14-Aug-2020 02:14:59.786 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.geotools.processing.jai.TransparencyFillRIF 14-Aug-2020 02:14:59.788 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandcombine.BandCombineCRIF 14-Aug-2020 02:14:59.789 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.translate.TranslateCRIF 14-Aug-2020 02:14:59.790 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibConvolveRIF 14-Aug-2020 02:14:59.792 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConvolveRIF 14-Aug-2020 02:14:59.793 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDCTRIF 14-Aug-2020 02:14:59.794 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DCTCRIF 14-Aug-2020 02:14:59.795 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.GIFRIF 14-Aug-2020 02:14:59.797 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.format.FormatCRIF 14-Aug-2020 02:14:59.798 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IIPResolutionRIF 14-Aug-2020 02:14:59.799 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAddRIF 14-Aug-2020 02:14:59.801 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddCRIF 14-Aug-2020 02:14:59.802 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMaxRIF 14-Aug-2020 02:14:59.803 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MaxCRIF 14-Aug-2020 02:14:59.805 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.border.BorderRIF 14-Aug-2020 02:14:59.806 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.rescale.RescaleCRIF 14-Aug-2020 02:14:59.808 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.binarize.BinarizeCRIF 14-Aug-2020 02:14:59.809 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideComplexCRIF 14-Aug-2020 02:14:59.811 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDilateRIF 14-Aug-2020 02:14:59.812 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DilateRIF 14-Aug-2020 02:14:59.813 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibHistogramRIF 14-Aug-2020 02:14:59.815 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.HistogramRIF 14-Aug-2020 02:14:59.816 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddCollectionCRIF 14-Aug-2020 02:14:59.818 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.URLRIF 14-Aug-2020 02:14:59.819 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.vectorize.VectorizeRIF 14-Aug-2020 02:14:59.821 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PolarToComplexCRIF 14-Aug-2020 02:14:59.822 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.colorindexer.ColorIndexerCRIF 14-Aug-2020 02:14:59.824 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.zonalstats.ZonalStatsRIF 14-Aug-2020 02:14:59.825 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.classbreaks.ClassBreaksRIF 14-Aug-2020 02:14:59.826 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractConstRIF 14-Aug-2020 02:14:59.827 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractConstCRIF 14-Aug-2020 02:14:59.829 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMaxFilterRIF 14-Aug-2020 02:14:59.830 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MaxFilterRIF 14-Aug-2020 02:14:59.832 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.JPEGRIF 14-Aug-2020 02:14:59.833 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.errordiffusion.ErrorDiffusionRIF 14-Aug-2020 02:14:59.835 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.algebra.constant.OperationConstCRIF 14-Aug-2020 02:14:59.836 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.piecewise.GenericPiecewiseCRIF 14-Aug-2020 02:14:59.838 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCRIF 14-Aug-2020 02:14:59.839 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMeanRIF 14-Aug-2020 02:14:59.841 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MeanRIF 14-Aug-2020 02:14:59.842 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.EncodeRIF 14-Aug-2020 02:14:59.843 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PhaseCRIF 14-Aug-2020 02:14:59.845 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConjugateCRIF 14-Aug-2020 02:14:59.846 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.orderdither.OrderedDitherRIF 14-Aug-2020 02:14:59.848 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibOrRIF 14-Aug-2020 02:14:59.849 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OrCRIF 14-Aug-2020 02:14:59.851 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.shadedrelief.ShadedReliefRIF 14-Aug-2020 02:14:59.853 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandmerge.BandMergeCRIF 14-Aug-2020 02:14:59.854 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.crop.CropCRIF 14-Aug-2020 02:14:59.855 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibExtremaRIF 14-Aug-2020 02:14:59.857 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ExtremaRIF 14-Aug-2020 02:14:59.858 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractRIF 14-Aug-2020 02:14:59.859 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractCRIF 14-Aug-2020 02:14:59.861 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ConstantCRIF 14-Aug-2020 02:14:59.862 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibIDFTRIF 14-Aug-2020 02:14:59.863 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IDFTCRIF 14-Aug-2020 02:14:59.865 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibInvertRIF 14-Aug-2020 02:14:59.866 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.InvertCRIF 14-Aug-2020 02:14:59.867 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PiecewiseCRIF 14-Aug-2020 02:14:59.869 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideByConstRIF 14-Aug-2020 02:14:59.870 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideByConstCRIF 14-Aug-2020 02:14:59.871 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibOrConstRIF 14-Aug-2020 02:14:59.873 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OrConstCRIF 14-Aug-2020 02:14:59.874 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.mosaic.MosaicRIF 14-Aug-2020 02:14:59.875 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.algebra.AlgebraCRIF 14-Aug-2020 02:14:59.876 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibRotateRIF 14-Aug-2020 02:14:59.878 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.RotateCRIF 14-Aug-2020 02:14:59.879 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibXorConstRIF 14-Aug-2020 02:14:59.880 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.XorConstCRIF 14-Aug-2020 02:14:59.882 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibShearRIF 14-Aug-2020 02:14:59.883 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ShearRIF 14-Aug-2020 02:14:59.884 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MagnitudeSquaredCRIF 14-Aug-2020 02:14:59.885 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAddConstRIF 14-Aug-2020 02:14:59.886 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddConstCRIF 14-Aug-2020 02:14:59.888 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.rlookup.RangeLookupRIF 14-Aug-2020 02:14:59.889 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAndRIF 14-Aug-2020 02:14:59.890 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AndCRIF 14-Aug-2020 02:14:59.891 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.StreamRIF 14-Aug-2020 02:14:59.892 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.colorconvert.ColorConvertCRIF 14-Aug-2020 02:14:59.893 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibXorRIF 14-Aug-2020 02:14:59.894 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.XorCRIF 14-Aug-2020 02:14:59.895 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.classifier.RasterClassifierCRIF 14-Aug-2020 02:14:59.896 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAbsoluteRIF 14-Aug-2020 02:14:59.897 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AbsoluteCRIF 14-Aug-2020 02:14:59.899 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubtractFromConstRIF 14-Aug-2020 02:14:59.900 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubtractFromConstCRIF 14-Aug-2020 02:14:59.901 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibCompositeRIF 14-Aug-2020 02:14:59.902 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.CompositeCRIF 14-Aug-2020 02:14:59.903 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.BMPRIF 14-Aug-2020 02:14:59.904 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.TIFFRIF 14-Aug-2020 02:14:59.905 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibBoxFilterRIF 14-Aug-2020 02:14:59.906 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.BoxFilterRIF 14-Aug-2020 02:14:59.908 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.bandselect.BandSelectCRIF 14-Aug-2020 02:14:59.909 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDFTRIF 14-Aug-2020 02:14:59.910 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DFTCRIF 14-Aug-2020 02:14:59.911 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.buffer.BufferRIF 14-Aug-2020 02:14:59.913 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibErodeRIF 14-Aug-2020 02:14:59.914 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ErodeRIF 14-Aug-2020 02:14:59.915 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMultiplyConstRIF 14-Aug-2020 02:14:59.916 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyConstCRIF 14-Aug-2020 02:14:59.917 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibUnsharpMaskRIF 14-Aug-2020 02:14:59.918 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.UnsharpMaskRIF 14-Aug-2020 02:14:59.919 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.vectorbin.VectorBinarizeRIF 14-Aug-2020 02:14:59.920 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMinFilterRIF 14-Aug-2020 02:14:59.921 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MinFilterRIF 14-Aug-2020 02:14:59.923 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibExpRIF 14-Aug-2020 02:14:59.924 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ExpCRIF 14-Aug-2020 02:14:59.925 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ColorQuantizerRIF 14-Aug-2020 02:14:59.926 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.OverlayCRIF 14-Aug-2020 02:14:59.928 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibAndConstRIF 14-Aug-2020 02:14:59.929 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AndConstCRIF 14-Aug-2020 02:14:59.930 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FileLoadRIF 14-Aug-2020 02:14:59.931 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubsampleAverageRIF 14-Aug-2020 02:14:59.932 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubsampleAverageCRIF 14-Aug-2020 02:14:59.933 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.scale.Scale2CRIF 14-Aug-2020 02:14:59.934 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibThresholdRIF 14-Aug-2020 02:14:59.935 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ThresholdCRIF 14-Aug-2020 02:14:59.937 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MatchCDFCRIF 14-Aug-2020 02:14:59.938 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MultiplyComplexCRIF 14-Aug-2020 02:14:59.939 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.scale.ScaleCRIF 14-Aug-2020 02:14:59.940 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideRIF 14-Aug-2020 02:14:59.941 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideCRIF 14-Aug-2020 02:14:59.943 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibClampRIF 14-Aug-2020 02:14:59.944 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.ClampCRIF 14-Aug-2020 02:14:59.945 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class org.jaitools.media.jai.contour.ContourRIF 14-Aug-2020 02:14:59.946 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.stats.StatisticsRIF 14-Aug-2020 02:14:59.955 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.affine.AffineCRIF 14-Aug-2020 02:14:59.959 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.lookup.LookupCRIF 14-Aug-2020 02:14:59.963 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AWTImageRIF 14-Aug-2020 02:14:59.964 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MagnitudeCRIF 14-Aug-2020 02:14:59.967 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibSubsampleBinaryToGrayRIF 14-Aug-2020 02:14:59.971 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.SubsampleBinaryToGrayCRIF 14-Aug-2020 02:14:59.973 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibNotRIF 14-Aug-2020 02:14:59.977 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.NotCRIF 14-Aug-2020 02:14:59.978 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibIDCTRIF 14-Aug-2020 02:14:59.978 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.IDCTCRIF 14-Aug-2020 02:14:59.979 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibDivideIntoConstRIF 14-Aug-2020 02:14:59.980 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.DivideIntoConstCRIF 14-Aug-2020 02:14:59.981 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.imagefunction.ImageFunctionRIF 14-Aug-2020 02:14:59.982 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMedianFilterRIF 14-Aug-2020 02:14:59.983 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MedianFilterRIF 14-Aug-2020 02:14:59.985 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibFilteredSubsampleRIF 14-Aug-2020 02:14:59.985 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FilteredSubsampleRIF 14-Aug-2020 02:14:59.987 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibMinRIF 14-Aug-2020 02:14:59.987 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.MinCRIF 14-Aug-2020 02:14:59.987 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class it.geosolutions.jaiext.warp.WarpRIF 14-Aug-2020 02:14:59.989 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.PeriodicShiftCRIF 14-Aug-2020 02:14:59.996 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.FPXRIF 14-Aug-2020 02:14:59.997 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.mlib.MlibTransposeRIF 14-Aug-2020 02:14:59.998 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.TransposeCRIF 14-Aug-2020 02:15:00.005 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageReadCIF 14-Aug-2020 02:15:00.006 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.opimage.AddConstToCollectionCIF 14-Aug-2020 02:15:00.017 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.imageioimpl.ImageWriteCIF 14-Aug-2020 02:15:00.018 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.RawTileDecoderFactory 14-Aug-2020 02:15:00.018 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.JPEGTileDecoderFactory 14-Aug-2020 02:15:00.019 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.GZIPTileDecoderFactory 14-Aug-2020 02:15:00.020 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.RawTileEncoderFactory 14-Aug-2020 02:15:00.021 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.JPEGTileEncoderFactory 14-Aug-2020 02:15:00.022 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Unregistering JAI factory class com.sun.media.jai.tilecodec.GZIPTileEncoderFactory 14-Aug-2020 02:15:00.023 INFO [main] org.geoserver.GeoserverInitStartupListener.contextDestroyed Cleaned up javabean caches java.lang.NoSuchMethodError: org.apache.commons.logging.LogFactory.release(Ljava/lang/ClassLoader;)V at org.geoserver.GeoserverInitStartupListener.contextDestroyed(GeoserverInitStartupListener.java:414) at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4729) at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5388) at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:187) 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) 14-Aug-2020 02:15:00.047 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. 14-Aug-2020 02:15:00.050 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) 14-Aug-2020 02:15:00.053 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) 14-Aug-2020 02:15:00.055 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) 14-Aug-2020 02:15:00.058 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) 14-Aug-2020 02:15:00.061 WARNING [main] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [geoserver] appears to have started a thread named [Thread-7] 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$323/0x00000007c08c7840.run(Unknown Source) java.base@11.0.3/java.lang.Thread.run(Thread.java:834) 14-Aug-2020 02:15:00.064 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@70bc2b39]) 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. 14-Aug-2020 02:15:00.066 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@4733bc92]) 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. 14-Aug-2020 02:15:00.079 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@28ebc038]) 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. 14-Aug-2020 02:15:00.116 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/geoserver] has finished in [95,405] ms 14-Aug-2020 02:15:00.141 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] 14-Aug-2020 02:15:00.176 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"] 14-Aug-2020 02:15:00.188 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [96,014] milliseconds 14-Aug-2020 02:44:50.711 INFO [Thread-7] 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.$Proxy100.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) 14-Aug-2020 11:07:52.692 INFO [FileSystemWatcher-1] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [org.geoserver.platform.resource.FileSystemWatcher$Delta]. 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 [org.geoserver.platform.resource.FileSystemWatcher$Delta]. 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 org.geoserver.platform.resource.FileSystemWatcher$Watch.changed(FileSystemWatcher.java:203) at org.geoserver.platform.resource.FileSystemWatcher$1.run(FileSystemWatcher.java:341) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 14-Aug-2020 12:33:12.830 INFO [FileSystemWatcher-1] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [org.geoserver.platform.resource.FileSystemWatcher$Delta]. 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 [org.geoserver.platform.resource.FileSystemWatcher$Delta]. 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 org.geoserver.platform.resource.FileSystemWatcher$Watch.watchedFileRemoved(FileSystemWatcher.java:289) at org.geoserver.platform.resource.FileSystemWatcher$Watch.changed(FileSystemWatcher.java:204) at org.geoserver.platform.resource.FileSystemWatcher$1.run(FileSystemWatcher.java:341) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) 16-Aug-2020 09:17:35.387 INFO [http-nio-8080-exec-6] org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:414) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:294) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1839) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834) $

Also please not that community modules are more likely to break geoserver in some cases than stable plugins. If that is the cause we might have to file an upstream issue

NyakudyaA commented 3 years ago

This works in the latest 2.18.0 image

image-clust