Current File : //usr/local/tomcat8/logs/catalina.2019-01-11.log
11-Jan-2019 11:42:11.902 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:11.906 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:11.906 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:11.906 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:11.907 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:11.907 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:11.907 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:11.907 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:11.908 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:11.908 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:11.908 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:11.909 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:11.909 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:11.909 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:11.910 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:11.910 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:11.910 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:11.910 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:11.911 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:11.911 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:12.061 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:12.083 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:12.086 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:12.088 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:12.097 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:42:12.102 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 933 ms
11-Jan-2019 11:42:12.164 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:12.164 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:12.190 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:13.374 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:13.546 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 1,355 ms
11-Jan-2019 11:42:13.546 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:13.718 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:13.723 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 177 ms
11-Jan-2019 11:42:13.724 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:13.807 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:13.809 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 85 ms
11-Jan-2019 11:42:13.809 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:13.895 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:13.898 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 89 ms
11-Jan-2019 11:42:13.899 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:13.968 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:13.971 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 73 ms
11-Jan-2019 11:42:13.977 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:13.996 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 1894 ms
11-Jan-2019 11:42:18.462 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:42:18.463 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:18.463 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:18.519 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:42:18.597 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:18.598 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:18.598 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:18.599 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:19.666 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:19.669 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:19.670 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:19.670 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:19.670 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:19.670 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:19.670 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:19.670 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:19.671 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:19.672 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:19.672 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:19.672 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:19.672 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:19.672 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:19.831 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:19.853 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:42:19.856 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:19.867 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:42:19.868 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 986 ms
11-Jan-2019 11:42:19.906 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:19.907 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:19.923 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:20.946 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:21.050 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 1,127 ms
11-Jan-2019 11:42:21.051 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:21.173 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:21.177 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 126 ms
11-Jan-2019 11:42:21.177 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:21.256 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:21.259 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 82 ms
11-Jan-2019 11:42:21.260 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:21.361 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:21.370 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 110 ms
11-Jan-2019 11:42:21.370 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:21.740 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:21.743 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 373 ms
11-Jan-2019 11:42:21.777 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:21.848 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:21.891 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 2022 ms
11-Jan-2019 11:42:21.929 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:42:21.930 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:21.983 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:22.034 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:42:22.112 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:22.114 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:22.127 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:22.128 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:24.196 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:24.215 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:24.217 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:24.219 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:24.248 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:24.248 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:24.249 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:24.249 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:24.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:24.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:24.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:24.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:24.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:24.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:24.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:24.253 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:24.253 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:24.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:24.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:24.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:24.254 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:24.255 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:24.255 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:24.255 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:24.612 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:24.632 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:24.697 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:42:24.709 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:24.710 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:24.710 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:24.713 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:24.714 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:24.717 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:24.717 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:24.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:24.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:24.718 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:24.719 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:24.719 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:24.719 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:24.720 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:24.720 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:24.720 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:24.721 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:24.722 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:24.722 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:24.722 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:24.723 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:24.723 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:24.723 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:24.724 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:24.724 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:24.744 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:24.746 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:42:24.805 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 2331 ms
11-Jan-2019 11:42:24.925 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:24.926 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:25.044 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:25.139 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:25.155 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:25.231 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:25.233 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:25.235 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:25.255 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:25.256 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 2123 ms
11-Jan-2019 11:42:25.317 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:25.317 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:25.444 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:28.334 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:28.313 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:28.367 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:28.369 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:28.370 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:28.372 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:28.373 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:28.401 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:28.402 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:28.406 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:28.406 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:28.407 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:28.407 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:28.407 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:28.408 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:28.408 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:28.408 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:28.409 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:28.409 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:28.410 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:28.410 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:28.411 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:28.411 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:28.412 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:28.412 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:28.412 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:28.413 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:28.413 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:28.413 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:28.736 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 3,691 ms
11-Jan-2019 11:42:28.737 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:28.973 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:29.001 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:29.081 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:29.085 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:29.087 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:29.127 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:29.128 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:29.129 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 3443 ms
11-Jan-2019 11:42:29.227 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:29.232 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 495 ms
11-Jan-2019 11:42:29.232 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:29.233 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:29.233 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:29.378 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 3,934 ms
11-Jan-2019 11:42:29.379 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:29.422 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:29.597 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:29.600 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 368 ms
11-Jan-2019 11:42:29.601 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:29.845 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:29.851 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 472 ms
11-Jan-2019 11:42:29.851 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:29.998 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:30.004 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 402 ms
11-Jan-2019 11:42:30.004 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:30.113 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:30.117 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 266 ms
11-Jan-2019 11:42:30.161 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:30.668 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:30.676 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 514 ms
11-Jan-2019 11:42:30.681 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:30.787 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:30.832 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 828 ms
11-Jan-2019 11:42:31.332 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:31.336 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 655 ms
11-Jan-2019 11:42:31.464 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:32.191 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:32.278 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:42:32.495 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:32.595 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:32.606 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 327 ms
11-Jan-2019 11:42:32.607 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:42:32.673 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:32.865 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:32.983 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:42:33.047 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:32.999 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [118] milliseconds.
11-Jan-2019 11:42:33.087 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 480 ms
11-Jan-2019 11:42:33.088 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:42:33.162 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 3,740 ms
11-Jan-2019 11:42:33.162 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:33.272 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:33.275 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 292 ms
11-Jan-2019 11:42:33.275 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:42:33.523 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:33.525 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 437 ms
11-Jan-2019 11:42:33.526 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:42:33.738 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:33.772 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:33.745 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 470 ms
11-Jan-2019 11:42:33.746 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:42:33.839 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 677 ms
11-Jan-2019 11:42:33.839 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:33.828 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:33.830 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 304 ms
11-Jan-2019 11:42:33.830 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:42:34.123 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:34.126 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 380 ms
11-Jan-2019 11:42:34.127 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:42:34.188 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:34.191 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 361 ms
11-Jan-2019 11:42:34.191 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:42:34.249 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:34.253 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 414 ms
11-Jan-2019 11:42:34.253 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:34.397 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:34.417 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:34.418 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:34.419 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:34.421 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:34.421 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:34.425 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:34.426 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:34.427 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:34.428 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:34.431 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:34.431 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:34.432 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:34.432 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:34.432 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:34.432 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:34.433 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:34.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:34.448 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:34.449 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:34.449 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:34.449 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:34.450 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:34.450 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:34.450 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:34.497 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:34.500 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 374 ms
11-Jan-2019 11:42:34.500 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:42:34.450 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:34.541 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:34.542 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:34.542 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:34.542 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:34.687 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:34.691 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 500 ms
11-Jan-2019 11:42:34.691 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:42:34.740 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:34.742 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 242 ms
11-Jan-2019 11:42:34.743 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:42:34.833 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:34.838 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 584 ms
11-Jan-2019 11:42:34.838 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:35.046 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:35.075 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:35.078 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 240 ms
11-Jan-2019 11:42:35.114 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.117 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 374 ms
11-Jan-2019 11:42:35.118 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:42:35.126 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.135 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 443 ms
11-Jan-2019 11:42:35.135 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:42:35.203 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:35.206 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:35.240 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:35.244 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:35.245 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:35.246 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 4223 ms
11-Jan-2019 11:42:35.334 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:35.335 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:35.347 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.350 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 215 ms
11-Jan-2019 11:42:35.360 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:42:35.527 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.530 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 413 ms
11-Jan-2019 11:42:35.553 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:35.591 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:42:35.647 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.652 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 292 ms
11-Jan-2019 11:42:35.653 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:42:35.835 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.838 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 307 ms
11-Jan-2019 11:42:35.839 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:42:35.874 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.874 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:35.879 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 226 ms
11-Jan-2019 11:42:35.880 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:42:36.185 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.193 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 354 ms
11-Jan-2019 11:42:36.194 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:42:36.268 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.274 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 394 ms
11-Jan-2019 11:42:36.274 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:42:36.371 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.435 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:42:36.616 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.619 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 345 ms
11-Jan-2019 11:42:36.620 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:42:36.642 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.649 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 455 ms
11-Jan-2019 11:42:36.649 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:42:36.723 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.733 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 299 ms
11-Jan-2019 11:42:36.734 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:42:36.960 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.977 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:36.980 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 361 ms
11-Jan-2019 11:42:36.981 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:42:37.046 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.051 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 317 ms
11-Jan-2019 11:42:37.052 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:42:37.076 INFO [obaba.shop-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [111] milliseconds.
11-Jan-2019 11:42:37.093 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 444 ms
11-Jan-2019 11:42:37.094 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:42:37.357 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.360 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 266 ms
11-Jan-2019 11:42:37.360 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:42:37.394 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.396 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 416 ms
11-Jan-2019 11:42:37.396 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:42:37.443 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.446 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 394 ms
11-Jan-2019 11:42:37.446 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:42:37.705 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.707 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 311 ms
11-Jan-2019 11:42:37.708 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:42:37.745 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.752 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 388 ms
11-Jan-2019 11:42:37.752 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:42:37.828 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:37.830 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 384 ms
11-Jan-2019 11:42:37.831 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:42:38.015 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.019 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 311 ms
11-Jan-2019 11:42:38.019 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:42:38.069 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.073 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 320 ms
11-Jan-2019 11:42:38.073 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:42:38.127 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.129 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 298 ms
11-Jan-2019 11:42:38.130 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:42:38.269 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.272 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 253 ms
11-Jan-2019 11:42:38.272 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:42:38.361 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.363 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 233 ms
11-Jan-2019 11:42:38.364 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:42:38.542 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.545 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 472 ms
11-Jan-2019 11:42:38.546 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:42:38.594 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.612 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 340 ms
11-Jan-2019 11:42:38.612 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:42:38.823 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.826 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 462 ms
11-Jan-2019 11:42:38.826 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:42:38.837 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.841 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 294 ms
11-Jan-2019 11:42:38.841 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:42:38.969 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:38.972 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 360 ms
11-Jan-2019 11:42:38.973 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:42:39.152 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:39.154 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 313 ms
11-Jan-2019 11:42:39.155 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:42:39.230 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:39.234 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 260 ms
11-Jan-2019 11:42:39.234 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:42:39.250 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:39.253 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 427 ms
11-Jan-2019 11:42:39.254 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:42:39.476 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:39.557 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:39.560 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 405 ms
11-Jan-2019 11:42:39.560 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:42:39.653 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:39.658 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 404 ms
11-Jan-2019 11:42:39.659 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:42:39.864 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [231] milliseconds.
11-Jan-2019 11:42:39.896 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:39.900 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 666 ms
11-Jan-2019 11:42:39.901 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:42:40.122 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 4,568 ms
11-Jan-2019 11:42:40.123 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:40.126 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.130 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 569 ms
11-Jan-2019 11:42:40.130 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:42:40.209 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.213 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 554 ms
11-Jan-2019 11:42:40.214 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:42:40.216 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.220 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 319 ms
11-Jan-2019 11:42:40.220 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:42:40.556 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.559 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 429 ms
11-Jan-2019 11:42:40.559 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:42:40.614 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.617 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 403 ms
11-Jan-2019 11:42:40.617 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:42:40.687 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.690 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 469 ms
11-Jan-2019 11:42:40.690 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:42:40.735 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:40.750 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 627 ms
11-Jan-2019 11:42:40.750 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:40.881 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:40.899 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 340 ms
11-Jan-2019 11:42:40.899 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:42:41.105 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:41.108 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 418 ms
11-Jan-2019 11:42:41.108 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:42:41.154 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:41.157 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 407 ms
11-Jan-2019 11:42:41.157 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:41.480 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:41.484 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 376 ms
11-Jan-2019 11:42:41.485 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:42:41.568 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:41.574 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 675 ms
11-Jan-2019 11:42:41.574 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:42:41.590 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:41.593 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 436 ms
11-Jan-2019 11:42:41.593 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:41.934 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:41.938 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 454 ms
11-Jan-2019 11:42:41.939 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:42:41.962 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:41.965 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 391 ms
11-Jan-2019 11:42:41.966 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:42:42.078 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.132 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 1,515 ms
11-Jan-2019 11:42:42.132 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:42:42.151 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:42.154 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 561 ms
11-Jan-2019 11:42:42.257 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.261 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 321 ms
11-Jan-2019 11:42:42.261 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:42:42.282 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.285 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 152 ms
11-Jan-2019 11:42:42.285 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:42:42.390 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.406 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 428 ms
11-Jan-2019 11:42:42.407 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:42:42.581 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.600 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 323 ms
11-Jan-2019 11:42:42.600 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:42:42.689 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.691 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 284 ms
11-Jan-2019 11:42:42.692 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:42:42.815 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:42.819 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 534 ms
11-Jan-2019 11:42:42.819 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:42:42.965 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:43.122 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:43.148 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:43.150 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:43.151 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:43.152 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:43.153 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:43.155 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:43.229 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:43.250 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 557 ms
11-Jan-2019 11:42:43.250 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:42:43.157 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:43.287 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:43.287 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:43.288 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:43.291 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 471 ms
11-Jan-2019 11:42:43.292 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:42:43.472 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:43.472 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:43.472 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:43.472 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:43.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:43.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:43.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:43.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:43.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:43.474 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:43.474 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:43.474 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:43.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:43.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:43.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:43.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:43.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:43.476 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:43.476 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:43.476 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:43.662 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:43.724 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:43.729 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 437 ms
11-Jan-2019 11:42:43.731 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:42:43.774 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:42:43.787 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:43.791 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 541 ms
11-Jan-2019 11:42:43.791 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:42:44.046 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.060 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 1,460 ms
11-Jan-2019 11:42:44.060 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:42:44.182 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.186 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 455 ms
11-Jan-2019 11:42:44.187 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:42:44.193 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.196 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 422 ms
11-Jan-2019 11:42:44.197 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:42:44.221 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.224 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 432 ms
11-Jan-2019 11:42:44.224 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:42:44.433 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.435 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 375 ms
11-Jan-2019 11:42:44.511 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:44.585 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:44.661 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.677 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 480 ms
11-Jan-2019 11:42:44.658 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:44.763 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 576 ms
11-Jan-2019 11:42:44.764 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:42:44.634 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:44.739 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:44.745 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:44.745 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:44.747 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5801 ms
11-Jan-2019 11:42:44.796 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:44.796 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:44.856 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:42:44.947 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:45.126 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.133 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 370 ms
11-Jan-2019 11:42:45.136 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:42:45.254 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:45.325 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.329 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 476 ms
11-Jan-2019 11:42:45.330 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:42:45.466 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:45.490 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:42:45.498 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.500 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 1,276 ms
11-Jan-2019 11:42:45.501 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:42:45.512 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.515 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 379 ms
11-Jan-2019 11:42:45.516 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:42:45.882 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.885 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 555 ms
11-Jan-2019 11:42:45.886 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 11:42:45.896 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:45.900 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 410 ms
11-Jan-2019 11:42:45.900 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:42:45.782 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.939 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 423 ms
11-Jan-2019 11:42:45.940 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:42:45.957 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:45.961 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 460 ms
11-Jan-2019 11:42:46.138 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:46.141 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 241 ms
11-Jan-2019 11:42:46.142 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:42:46.194 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.197 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 312 ms
11-Jan-2019 11:42:46.197 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 11:42:46.242 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.245 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 305 ms
11-Jan-2019 11:42:46.247 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:42:46.433 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:46.436 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 295 ms
11-Jan-2019 11:42:46.436 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:42:46.466 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.468 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 271 ms
11-Jan-2019 11:42:46.468 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 11:42:46.507 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.510 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 263 ms
11-Jan-2019 11:42:46.512 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:42:46.578 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:46.684 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.689 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 220 ms
11-Jan-2019 11:42:46.689 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 11:42:46.729 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.733 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 222 ms
11-Jan-2019 11:42:46.734 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:42:46.758 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:46.762 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 326 ms
11-Jan-2019 11:42:46.762 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:42:46.934 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:46.937 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 203 ms
11-Jan-2019 11:42:46.938 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:42:46.985 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:46.988 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:42:47.021 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:47.023 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 261 ms
11-Jan-2019 11:42:47.024 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:42:47.041 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:47.043 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 354 ms
11-Jan-2019 11:42:47.043 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 11:42:47.279 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:47.284 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 259 ms
11-Jan-2019 11:42:47.284 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:42:47.313 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:47.316 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 378 ms
11-Jan-2019 11:42:47.316 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:42:47.426 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:47.432 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 389 ms
11-Jan-2019 11:42:47.433 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 11:42:47.441 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:47.444 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 455 ms
11-Jan-2019 11:42:47.444 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:42:47.604 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:47.606 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 290 ms
11-Jan-2019 11:42:47.607 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:42:47.641 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:47.644 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 359 ms
11-Jan-2019 11:42:47.644 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:42:47.816 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:47.818 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 385 ms
11-Jan-2019 11:42:47.819 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 11:42:47.858 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:47.860 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 253 ms
11-Jan-2019 11:42:47.860 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:42:47.871 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:47.875 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 431 ms
11-Jan-2019 11:42:47.876 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:42:47.891 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:47.893 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 248 ms
11-Jan-2019 11:42:47.893 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:42:48.192 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:48.196 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 320 ms
11-Jan-2019 11:42:48.196 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:42:48.388 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:48.391 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 572 ms
11-Jan-2019 11:42:48.391 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 11:42:48.397 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:48.400 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 506 ms
11-Jan-2019 11:42:48.400 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:42:48.444 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:48.456 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 595 ms
11-Jan-2019 11:42:48.456 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:42:48.749 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:48.761 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 565 ms
11-Jan-2019 11:42:48.762 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:42:48.994 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.006 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:49.008 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 552 ms
11-Jan-2019 11:42:48.997 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 597 ms
11-Jan-2019 11:42:49.055 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:42:49.157 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.162 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 400 ms
11-Jan-2019 11:42:49.162 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:42:49.367 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.369 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 313 ms
11-Jan-2019 11:42:49.369 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:42:49.378 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:49.380 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 989 ms
11-Jan-2019 11:42:49.440 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.442 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 280 ms
11-Jan-2019 11:42:49.442 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:42:49.518 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.722 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.723 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 354 ms
11-Jan-2019 11:42:49.724 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:42:49.869 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:49.918 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:49.919 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 477 ms
11-Jan-2019 11:42:49.920 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:42:49.965 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:50.111 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:50.133 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:50.135 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 411 ms
11-Jan-2019 11:42:50.198 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:42:50.364 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:50.367 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:50.369 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 449 ms
11-Jan-2019 11:42:50.369 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:42:50.357 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:50.469 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:50.472 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 274 ms
11-Jan-2019 11:42:50.472 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:42:50.481 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:42:50.531 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [172] milliseconds.
11-Jan-2019 11:42:50.709 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 5,455 ms
11-Jan-2019 11:42:50.710 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:42:50.726 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:50.729 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 360 ms
11-Jan-2019 11:42:50.729 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:42:50.776 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:50.780 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 308 ms
11-Jan-2019 11:42:50.780 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:42:50.806 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:50.809 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 328 ms
11-Jan-2019 11:42:50.894 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:42:50.597 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:51.003 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 26197 ms
11-Jan-2019 11:42:51.366 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:51.371 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 641 ms
11-Jan-2019 11:42:51.371 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:42:51.376 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:51.378 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 598 ms
11-Jan-2019 11:42:51.379 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:42:51.355 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:51.484 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 589 ms
11-Jan-2019 11:42:51.484 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:42:51.553 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:51.558 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 848 ms
11-Jan-2019 11:42:51.559 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:42:51.742 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:51.748 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 369 ms
11-Jan-2019 11:42:51.749 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:42:51.794 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:51.797 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 426 ms
11-Jan-2019 11:42:51.797 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:42:51.844 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:51.846 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 362 ms
11-Jan-2019 11:42:51.847 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:42:52.067 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:52.071 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 511 ms
11-Jan-2019 11:42:52.071 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:42:52.100 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:52.103 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 354 ms
11-Jan-2019 11:42:52.105 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:42:52.267 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:52.269 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 472 ms
11-Jan-2019 11:42:52.269 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:42:52.278 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:52.284 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 437 ms
11-Jan-2019 11:42:52.285 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:42:52.641 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:52.644 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 375 ms
11-Jan-2019 11:42:52.660 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:52.663 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 558 ms
11-Jan-2019 11:42:52.664 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:42:52.708 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:52.711 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 639 ms
11-Jan-2019 11:42:52.711 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:42:52.934 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:52.940 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 655 ms
11-Jan-2019 11:42:52.940 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:42:53.094 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:53.097 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 432 ms
11-Jan-2019 11:42:53.097 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:42:53.121 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:42:53.124 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 412 ms
11-Jan-2019 11:42:53.207 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:53.339 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:53.342 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 402 ms
11-Jan-2019 11:42:53.343 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:42:53.409 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:53.431 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:53.433 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:53.434 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:53.436 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:53.488 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:53.493 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 393 ms
11-Jan-2019 11:42:53.494 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:42:53.551 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:53.437 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:53.586 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:53.587 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:53.588 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:53.589 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:53.592 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:42:53.593 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:42:53.634 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
11-Jan-2019 11:42:53.716 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:53.718 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 375 ms
11-Jan-2019 11:42:53.719 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:42:53.649 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:42:53.649 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:42:53.649 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:42:53.649 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:42:53.649 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:42:53.649 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:42:53.650 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:42:53.650 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:42:53.650 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:42:53.650 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:42:53.650 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:42:53.650 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:42:53.651 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:42:53.902 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:53.904 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 270 ms
11-Jan-2019 11:42:53.905 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
11-Jan-2019 11:42:54.060 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:54.063 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 568 ms
11-Jan-2019 11:42:54.063 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:42:54.086 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:54.089 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 370 ms
11-Jan-2019 11:42:54.096 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:42:54.130 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:54.373 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:54.375 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 470 ms
11-Jan-2019 11:42:54.375 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
11-Jan-2019 11:42:54.450 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:54.453 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 390 ms
11-Jan-2019 11:42:54.453 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:42:54.575 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:54.582 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 486 ms
11-Jan-2019 11:42:54.583 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:42:54.625 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:54.743 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:54.746 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:54.821 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:54.823 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:42:54.824 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:42:54.826 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5600 ms
11-Jan-2019 11:42:54.886 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:54.961 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:54.964 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 589 ms
11-Jan-2019 11:42:54.965 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
11-Jan-2019 11:42:54.975 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:42:54.975 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:42:54.996 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:42:55.120 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:55.125 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 672 ms
11-Jan-2019 11:42:55.126 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:42:55.135 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:55.139 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 556 ms
11-Jan-2019 11:42:55.140 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:42:55.294 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:55.297 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 301 ms
11-Jan-2019 11:42:55.298 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:42:55.351 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:42:55.376 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:55.381 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 416 ms
11-Jan-2019 11:42:55.382 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
11-Jan-2019 11:42:55.416 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:42:55.417 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:55.439 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:55.463 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 323 ms
11-Jan-2019 11:42:55.465 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:42:55.471 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:55.493 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:55.496 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 370 ms
11-Jan-2019 11:42:55.497 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:42:55.522 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:42:55.670 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:42:55.672 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 291 ms
11-Jan-2019 11:42:55.757 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 30500 ms
11-Jan-2019 11:42:55.798 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JavaBridgeSessionTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
11-Jan-2019 11:42:55.936 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:55.940 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 642 ms
11-Jan-2019 11:42:55.941 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:42:56.007 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:56.010 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 545 ms
11-Jan-2019 11:42:56.010 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:42:56.087 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:42:56.090 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 593 ms
11-Jan-2019 11:42:56.371 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:56.376 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 434 ms
11-Jan-2019 11:42:56.376 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:42:56.470 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:56.475 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:56.478 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 467 ms
11-Jan-2019 11:42:56.478 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:42:56.548 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:56.555 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:42:56.557 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:42:56.645 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:56.901 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:56.904 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 426 ms
11-Jan-2019 11:42:56.905 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:42:56.951 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:56.955 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 578 ms
11-Jan-2019 11:42:56.955 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 11:42:57.161 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:57.164 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/_errorpages
11-Jan-2019 11:42:57.204 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:57.207 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 252 ms
11-Jan-2019 11:42:57.208 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 11:42:57.490 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:57.494 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 590 ms
11-Jan-2019 11:42:57.496 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:42:57.523 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:57.527 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 318 ms
11-Jan-2019 11:42:57.527 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 11:42:57.655 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:57.658 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/_errorpages has finished in 494 ms
11-Jan-2019 11:42:57.659 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/js
11-Jan-2019 11:42:57.879 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:57.884 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 356 ms
11-Jan-2019 11:42:57.884 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 11:42:57.908 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:57.918 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 423 ms
11-Jan-2019 11:42:57.918 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:42:58.088 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:58.092 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/js has finished in 434 ms
11-Jan-2019 11:42:58.092 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/css
11-Jan-2019 11:42:58.283 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:58.286 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 402 ms
11-Jan-2019 11:42:58.286 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 11:42:58.311 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:58.315 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 396 ms
11-Jan-2019 11:42:58.315 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:42:58.508 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:58.511 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/css has finished in 419 ms
11-Jan-2019 11:42:58.512 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/download
11-Jan-2019 11:42:58.594 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:58.598 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 312 ms
11-Jan-2019 11:42:58.599 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 11:42:58.756 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:58.761 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 445 ms
11-Jan-2019 11:42:58.761 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:42:58.939 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:58.943 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/download has finished in 431 ms
11-Jan-2019 11:42:58.943 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/img
11-Jan-2019 11:42:59.011 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:59.013 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:59.014 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 416 ms
11-Jan-2019 11:42:59.015 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 11:42:59.016 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 254 ms
11-Jan-2019 11:42:59.016 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:42:59.178 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:42:59.181 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/img has finished in 237 ms
11-Jan-2019 11:42:59.433 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:59.437 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 422 ms
11-Jan-2019 11:42:59.438 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 11:42:59.532 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:59.534 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 518 ms
11-Jan-2019 11:42:59.534 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:42:59.868 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:42:59.871 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 337 ms
11-Jan-2019 11:42:59.871 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:43:00.400 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:00.402 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 531 ms
11-Jan-2019 11:43:00.403 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:43:00.649 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:00.654 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 1,216 ms
11-Jan-2019 11:43:00.718 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:00.912 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:00.981 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:00.983 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 580 ms
11-Jan-2019 11:43:00.984 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:43:01.239 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:01.241 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
11-Jan-2019 11:43:01.323 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:01.325 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 341 ms
11-Jan-2019 11:43:01.326 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:43:01.450 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 6,098 ms
11-Jan-2019 11:43:01.450 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:43:01.464 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:01.490 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:01.491 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 250 ms
11-Jan-2019 11:43:01.492 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
11-Jan-2019 11:43:01.686 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:01.689 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 362 ms
11-Jan-2019 11:43:01.689 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:43:01.822 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:43:01.822 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:01.823 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:01.823 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:43:01.902 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:01.910 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:43:01.986 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:01.989 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 497 ms
11-Jan-2019 11:43:01.989 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
11-Jan-2019 11:43:02.129 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:02.181 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.204 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.206 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.207 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.208 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.209 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.210 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.210 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.211 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.212 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.213 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.214 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.215 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.216 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.217 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:02.218 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:02.285 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:02.288 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 599 ms
11-Jan-2019 11:43:02.293 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:43:02.375 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:02.135 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 685 ms
11-Jan-2019 11:43:02.394 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:43:02.422 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:02.425 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 514 ms
11-Jan-2019 11:43:02.425 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:43:02.222 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:43:02.444 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:43:02.445 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:43:02.446 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:43:02.447 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:43:02.451 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:43:02.452 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:43:02.452 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:43:02.453 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:43:02.453 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:43:02.454 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:43:02.454 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:43:02.455 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:43:02.455 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:43:02.455 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:43:02.456 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:43:02.456 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:43:02.456 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:43:02.457 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:43:02.457 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:43:02.565 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 576 ms
11-Jan-2019 11:43:02.566 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
11-Jan-2019 11:43:02.755 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:02.758 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 333 ms
11-Jan-2019 11:43:02.759 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:43:02.815 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:02.823 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 428 ms
11-Jan-2019 11:43:02.823 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:43:03.015 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.019 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 731 ms
11-Jan-2019 11:43:03.020 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:43:03.055 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:03.055 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:03.055 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:03.055 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:02.963 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:03.074 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 507 ms
11-Jan-2019 11:43:03.074 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
11-Jan-2019 11:43:03.354 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.356 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 597 ms
11-Jan-2019 11:43:03.357 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:43:03.387 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.391 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 371 ms
11-Jan-2019 11:43:03.392 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:43:03.467 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:03.469 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 395 ms
11-Jan-2019 11:43:03.489 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:03.506 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 34376 ms
11-Jan-2019 11:43:03.569 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:03.572 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 749 ms
11-Jan-2019 11:43:03.572 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:43:03.594 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:43:03.639 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:03.684 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.686 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 294 ms
11-Jan-2019 11:43:03.686 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:43:03.646 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:43:03.731 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5565 ms
11-Jan-2019 11:43:03.778 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:43:03.778 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:43:03.782 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.787 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 430 ms
11-Jan-2019 11:43:03.788 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:43:03.866 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:03.888 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.968 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:43:03.983 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:03.985 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 197 ms
11-Jan-2019 11:43:03.985 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:43:03.901 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 215 ms
11-Jan-2019 11:43:04.033 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 460 ms
11-Jan-2019 11:43:04.401 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:04.404 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 419 ms
11-Jan-2019 11:43:04.405 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:43:04.481 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:04.735 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:04.741 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 333 ms
11-Jan-2019 11:43:04.742 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:43:04.851 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:04.919 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:04.969 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:43:05.082 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:05.087 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 345 ms
11-Jan-2019 11:43:05.088 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:43:05.196 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:05.218 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:43:05.253 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:05.256 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 287 ms
11-Jan-2019 11:43:05.257 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:43:05.392 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:05.396 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 307 ms
11-Jan-2019 11:43:05.396 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:43:05.478 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:05.479 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 222 ms
11-Jan-2019 11:43:05.480 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:43:05.560 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:05.563 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 346 ms
11-Jan-2019 11:43:05.563 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:43:05.690 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:05.696 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 299 ms
11-Jan-2019 11:43:05.697 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:43:05.827 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:05.829 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 349 ms
11-Jan-2019 11:43:05.830 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:43:05.986 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:05.989 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 426 ms
11-Jan-2019 11:43:05.989 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:43:06.063 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:06.065 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 368 ms
11-Jan-2019 11:43:06.065 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:43:06.217 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:06.223 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 393 ms
11-Jan-2019 11:43:06.224 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:43:06.378 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:06.381 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 392 ms
11-Jan-2019 11:43:06.384 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:43:06.531 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:06.533 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 468 ms
11-Jan-2019 11:43:06.534 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:43:06.706 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:06.708 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 484 ms
11-Jan-2019 11:43:06.708 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:43:06.785 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:06.830 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 446 ms
11-Jan-2019 11:43:06.831 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 11:43:06.870 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:06.873 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 339 ms
11-Jan-2019 11:43:06.874 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:43:07.101 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:07.104 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 396 ms
11-Jan-2019 11:43:07.104 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:43:07.192 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:07.374 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:07.378 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 503 ms
11-Jan-2019 11:43:07.378 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:43:07.195 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 365 ms
11-Jan-2019 11:43:07.393 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 11:43:07.803 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:07.808 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 430 ms
11-Jan-2019 11:43:07.810 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:43:07.896 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:07.899 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 507 ms
11-Jan-2019 11:43:07.899 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 11:43:08.067 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:08.211 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:43:08.211 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:08.211 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:08.211 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:43:08.276 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:08.287 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 478 ms
11-Jan-2019 11:43:08.288 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:43:08.375 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JavaBridgeSessionTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
11-Jan-2019 11:43:08.445 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:08.448 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 549 ms
11-Jan-2019 11:43:08.449 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 11:43:08.662 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 4,695 ms
11-Jan-2019 11:43:08.663 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.667 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:43:08.705 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:08.706 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 1,602 ms
11-Jan-2019 11:43:08.707 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:43:08.827 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:08.830 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 380 ms
11-Jan-2019 11:43:08.830 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 11:43:08.894 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:08.897 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 609 ms
11-Jan-2019 11:43:08.898 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:43:08.944 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.947 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.948 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.949 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.950 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.955 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.956 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.959 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.961 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.963 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.964 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.968 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:08.969 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:08.984 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:08.986 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 279 ms
11-Jan-2019 11:43:08.986 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:43:08.972 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:09.081 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:09.086 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:09.087 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:09.091 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:43:09.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:43:09.092 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:43:09.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:43:09.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:43:09.093 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:43:09.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:43:09.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:43:09.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:43:09.094 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:43:09.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:43:09.095 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:43:09.096 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:43:09.096 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:43:09.096 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:43:09.096 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:43:09.097 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:43:09.097 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:43:09.097 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:43:09.098 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:43:09.200 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:09.207 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 376 ms
11-Jan-2019 11:43:09.207 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 11:43:09.287 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:09.290 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 393 ms
11-Jan-2019 11:43:09.291 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:43:09.303 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:09.344 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:09.346 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 360 ms
11-Jan-2019 11:43:09.347 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:43:09.308 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 641 ms
11-Jan-2019 11:43:09.381 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:43:09.493 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:09.494 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:09.494 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:09.494 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:09.594 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:09.596 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 389 ms
11-Jan-2019 11:43:09.735 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 11:43:09.762 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:09.765 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:09.765 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 475 ms
11-Jan-2019 11:43:09.766 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:43:09.767 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 420 ms
11-Jan-2019 11:43:09.767 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:43:09.900 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:09.906 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:09.913 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:09.919 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 538 ms
11-Jan-2019 11:43:09.919 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:43:09.968 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:09.970 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:09.970 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:09.972 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:09.972 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:09.973 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 5160 ms
11-Jan-2019 11:43:09.902 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 136 ms
11-Jan-2019 11:43:10.056 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:43:10.115 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:43:10.115 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:43:10.123 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:10.127 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 391 ms
11-Jan-2019 11:43:10.127 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 11:43:10.163 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:10.166 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 399 ms
11-Jan-2019 11:43:10.166 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:43:10.259 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:10.275 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:43:10.294 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 238 ms
11-Jan-2019 11:43:10.295 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:43:10.394 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:10.397 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 478 ms
11-Jan-2019 11:43:10.398 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:43:10.580 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:10.582 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:10.585 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 290 ms
11-Jan-2019 11:43:10.585 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:43:10.592 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:10.597 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 431 ms
11-Jan-2019 11:43:10.597 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:43:10.583 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 456 ms
11-Jan-2019 11:43:10.794 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:10.915 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:10.919 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 521 ms
11-Jan-2019 11:43:10.990 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 392 ms
11-Jan-2019 11:43:11.022 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:11.024 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 439 ms
11-Jan-2019 11:43:11.025 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:43:11.164 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:11.414 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:11.417 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 392 ms
11-Jan-2019 11:43:11.417 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:43:11.543 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:11.551 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:11.640 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:11.668 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:43:11.773 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:11.776 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 358 ms
11-Jan-2019 11:43:11.777 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:43:11.863 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:12.006 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 334 ms
11-Jan-2019 11:43:12.007 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:43:12.052 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:12.090 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:12.093 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 316 ms
11-Jan-2019 11:43:12.094 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:43:12.231 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/_errorpages
11-Jan-2019 11:43:12.362 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:12.366 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 358 ms
11-Jan-2019 11:43:12.367 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:43:12.444 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:12.490 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:12.494 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/_errorpages has finished in 262 ms
11-Jan-2019 11:43:12.494 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/js
11-Jan-2019 11:43:12.495 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:43:12.793 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:12.796 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 702 ms
11-Jan-2019 11:43:12.797 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:43:12.869 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:12.872 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/js has finished in 377 ms
11-Jan-2019 11:43:12.872 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/css
11-Jan-2019 11:43:13.170 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:13.182 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 688 ms
11-Jan-2019 11:43:13.182 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:43:13.319 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:13.322 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/css has finished in 450 ms
11-Jan-2019 11:43:13.322 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/download
11-Jan-2019 11:43:13.419 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:13.626 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 829 ms
11-Jan-2019 11:43:13.627 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:43:13.672 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:13.687 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 1,320 ms
11-Jan-2019 11:43:13.688 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:43:13.729 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:13.731 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/download has finished in 409 ms
11-Jan-2019 11:43:13.731 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/img
11-Jan-2019 11:43:13.750 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:13.901 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 718 ms
11-Jan-2019 11:43:13.901 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:43:14.018 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:14.020 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 393 ms
11-Jan-2019 11:43:14.021 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:43:14.062 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:14.066 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/img has finished in 335 ms
11-Jan-2019 11:43:14.138 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:14.145 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 456 ms
11-Jan-2019 11:43:14.147 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:43:14.407 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:14.410 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 509 ms
11-Jan-2019 11:43:14.410 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:43:14.214 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:14.438 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 417 ms
11-Jan-2019 11:43:14.513 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:14.682 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:14.686 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 539 ms
11-Jan-2019 11:43:14.686 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:43:14.744 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:14.912 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:14.915 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 504 ms
11-Jan-2019 11:43:14.915 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 11:43:14.944 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:14.982 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
11-Jan-2019 11:43:15.093 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:15.097 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 411 ms
11-Jan-2019 11:43:15.097 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:43:15.352 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:15.354 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 372 ms
11-Jan-2019 11:43:15.355 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
11-Jan-2019 11:43:15.474 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:15.476 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:15.477 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 562 ms
11-Jan-2019 11:43:15.477 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 11:43:15.502 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:15.505 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 408 ms
11-Jan-2019 11:43:15.505 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:43:15.530 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:43:15.596 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:15.603 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:15.605 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 250 ms
11-Jan-2019 11:43:15.751 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
11-Jan-2019 11:43:15.820 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:15.822 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 292 ms
11-Jan-2019 11:43:15.822 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:43:15.836 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:15.893 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:15.896 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 391 ms
11-Jan-2019 11:43:15.896 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:43:15.983 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.067 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 5,791 ms
11-Jan-2019 11:43:16.068 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:43:16.068 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:16.073 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 322 ms
11-Jan-2019 11:43:16.074 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
11-Jan-2019 11:43:16.172 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:16.176 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.177 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.178 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.188 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:16.190 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 368 ms
11-Jan-2019 11:43:16.194 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:43:15.841 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 364 ms
11-Jan-2019 11:43:16.213 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 11:43:16.175 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 279 ms
11-Jan-2019 11:43:16.290 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:43:16.179 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.179 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.183 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.183 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.184 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.185 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.188 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.188 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.193 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.193 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.194 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.196 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.199 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.200 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.201 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:16.202 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:16.204 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:43:16.205 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:43:16.205 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:43:16.205 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:43:16.205 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:43:16.205 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:43:16.206 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:43:16.206 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:43:16.206 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:43:16.206 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:43:16.207 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:43:16.207 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:43:16.208 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:43:16.208 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:43:16.208 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:43:16.208 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:43:16.209 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:43:16.209 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:43:16.209 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:43:16.209 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:43:16.387 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:16.505 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 312 ms
11-Jan-2019 11:43:16.505 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:43:16.589 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:16.595 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 520 ms
11-Jan-2019 11:43:16.595 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
11-Jan-2019 11:43:16.632 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:16.634 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 344 ms
11-Jan-2019 11:43:16.634 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:43:16.715 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:16.720 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 651 ms
11-Jan-2019 11:43:16.720 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:43:16.739 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:16.745 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 533 ms
11-Jan-2019 11:43:16.745 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 11:43:16.770 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:16.773 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 268 ms
11-Jan-2019 11:43:16.773 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:43:16.934 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:16.936 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 340 ms
11-Jan-2019 11:43:17.008 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 41761 ms
11-Jan-2019 11:43:17.057 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:17.060 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 426 ms
11-Jan-2019 11:43:17.061 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:43:17.139 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:17.142 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 369 ms
11-Jan-2019 11:43:17.142 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:43:17.162 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:17.179 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 434 ms
11-Jan-2019 11:43:17.180 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 11:43:17.212 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:17.228 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 508 ms
11-Jan-2019 11:43:17.229 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:43:17.350 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:17.476 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:17.516 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:17.520 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 340 ms
11-Jan-2019 11:43:17.521 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 11:43:17.542 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:17.556 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:17.561 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:17.563 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 502 ms
11-Jan-2019 11:43:17.563 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:43:17.562 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:17.575 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:17.581 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 6294 ms
11-Jan-2019 11:43:17.602 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:17.604 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 462 ms
11-Jan-2019 11:43:17.605 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:43:17.703 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:17.707 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 478 ms
11-Jan-2019 11:43:17.708 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:43:17.740 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:43:17.741 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:43:17.804 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:17.807 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 243 ms
11-Jan-2019 11:43:17.807 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:43:17.869 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:17.872 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 267 ms
11-Jan-2019 11:43:17.873 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:43:17.969 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:43:18.106 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:18.108 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 301 ms
11-Jan-2019 11:43:18.121 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:43:18.192 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:18.195 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 486 ms
11-Jan-2019 11:43:18.307 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:18.311 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 790 ms
11-Jan-2019 11:43:18.312 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 11:43:18.329 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:18.330 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 458 ms
11-Jan-2019 11:43:18.331 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:43:18.654 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:18.658 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 537 ms
11-Jan-2019 11:43:18.659 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:43:18.995 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:18.999 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 687 ms
11-Jan-2019 11:43:19.000 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 11:43:19.028 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:43:19.118 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:19.121 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 462 ms
11-Jan-2019 11:43:19.121 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:43:19.674 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:19.676 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 555 ms
11-Jan-2019 11:43:19.677 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:43:19.807 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:43:19.884 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:19.885 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 1,554 ms
11-Jan-2019 11:43:19.886 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:43:19.932 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com
11-Jan-2019 11:43:20.102 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:20.117 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 440 ms
11-Jan-2019 11:43:20.117 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:43:20.424 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:20.426 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 540 ms
11-Jan-2019 11:43:20.426 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:43:20.473 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:20.479 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 1,479 ms
11-Jan-2019 11:43:20.593 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:20.595 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 478 ms
11-Jan-2019 11:43:20.595 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:43:20.749 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:20.752 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 326 ms
11-Jan-2019 11:43:20.752 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:43:20.943 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:20.946 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 350 ms
11-Jan-2019 11:43:20.946 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:43:21.391 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:21.393 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 641 ms
11-Jan-2019 11:43:21.393 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:43:21.409 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:21.412 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 466 ms
11-Jan-2019 11:43:21.486 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:43:21.531 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:21.639 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:21.641 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 247 ms
11-Jan-2019 11:43:21.705 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:43:21.705 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:21.705 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:21.706 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:43:21.843 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:21.849 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 363 ms
11-Jan-2019 11:43:21.849 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:43:22.075 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JavaBridgeSessionTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
11-Jan-2019 11:43:22.092 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:22.186 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:22.189 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:43:22.271 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:22.273 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 424 ms
11-Jan-2019 11:43:22.457 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:43:22.645 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:22.658 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 470 ms
11-Jan-2019 11:43:22.658 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:43:22.736 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:22.804 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:22.806 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 349 ms
11-Jan-2019 11:43:22.806 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:43:22.824 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/_errorpages
11-Jan-2019 11:43:22.937 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:22.940 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 282 ms
11-Jan-2019 11:43:23.212 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:43:23.250 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:23.253 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/_errorpages has finished in 427 ms
11-Jan-2019 11:43:23.254 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/js
11-Jan-2019 11:43:23.291 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:23.293 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 487 ms
11-Jan-2019 11:43:23.293 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:43:23.514 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:23.517 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/js has finished in 263 ms
11-Jan-2019 11:43:23.517 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/css
11-Jan-2019 11:43:23.584 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:23.587 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 375 ms
11-Jan-2019 11:43:23.588 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:43:23.901 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:23.901 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:23.901 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:23.901 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:24.003 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:24.005 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 712 ms
11-Jan-2019 11:43:24.009 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:43:24.111 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:24.097 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.187 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:24.188 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:24.190 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/css has finished in 673 ms
11-Jan-2019 11:43:24.190 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/download
11-Jan-2019 11:43:24.192 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 604 ms
11-Jan-2019 11:43:24.195 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:43:24.249 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.274 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.281 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.284 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.286 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.324 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.325 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.329 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.333 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.336 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.337 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.338 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.339 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.340 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.341 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.344 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.344 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.345 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.346 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.347 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:24.347 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:24.350 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:43:24.351 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:43:24.351 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:43:24.351 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:43:24.351 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:43:24.352 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:43:24.352 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:43:24.352 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:43:24.353 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:43:24.353 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:43:24.353 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:43:24.396 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:24.399 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 392 ms
11-Jan-2019 11:43:24.399 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:43:24.354 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:43:24.519 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:43:24.519 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:43:24.520 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:43:24.520 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:43:24.520 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:43:24.520 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:43:24.521 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:43:24.521 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:43:24.660 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [223] milliseconds.
11-Jan-2019 11:43:24.681 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:24.682 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/download has finished in 492 ms
11-Jan-2019 11:43:24.683 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/img
11-Jan-2019 11:43:24.722 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:24.725 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 531 ms
11-Jan-2019 11:43:24.725 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:43:24.836 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 6,867 ms
11-Jan-2019 11:43:24.837 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:43:24.920 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:24.923 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 524 ms
11-Jan-2019 11:43:24.923 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:43:25.101 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:25.106 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/img has finished in 424 ms
11-Jan-2019 11:43:25.194 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:25.198 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 473 ms
11-Jan-2019 11:43:25.198 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:43:25.327 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:25.329 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 406 ms
11-Jan-2019 11:43:25.329 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:43:25.576 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:25.620 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:25.644 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:25.647 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 449 ms
11-Jan-2019 11:43:25.648 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:43:25.729 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:25.856 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:25.863 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 1,025 ms
11-Jan-2019 11:43:25.863 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:43:25.887 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:25.889 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:25.890 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:25.892 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:25.893 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:25.894 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 6980 ms
11-Jan-2019 11:43:25.731 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 402 ms
11-Jan-2019 11:43:26.107 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:43:26.107 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:43:26.206 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:26.212 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 564 ms
11-Jan-2019 11:43:26.213 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:43:26.214 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:26.347 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:43:26.374 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
11-Jan-2019 11:43:26.547 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:26.565 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:26.569 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 705 ms
11-Jan-2019 11:43:26.569 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:43:26.636 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:26.698 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:26.703 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 489 ms
11-Jan-2019 11:43:26.704 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:43:26.638 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 264 ms
11-Jan-2019 11:43:26.820 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
11-Jan-2019 11:43:26.983 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:27.102 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in
11-Jan-2019 11:43:27.152 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:27.155 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 335 ms
11-Jan-2019 11:43:27.155 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
11-Jan-2019 11:43:27.200 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:27.203 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 498 ms
11-Jan-2019 11:43:27.203 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:43:27.051 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:27.280 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 711 ms
11-Jan-2019 11:43:27.281 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:43:27.507 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:27.509 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in has finished in 407 ms
11-Jan-2019 11:43:27.509 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/css
11-Jan-2019 11:43:27.553 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:27.558 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 355 ms
11-Jan-2019 11:43:27.558 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:43:27.726 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:27.732 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 577 ms
11-Jan-2019 11:43:27.732 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
11-Jan-2019 11:43:27.844 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:27.847 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 566 ms
11-Jan-2019 11:43:27.999 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:28.000 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/css has finished in 491 ms
11-Jan-2019 11:43:28.001 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/js
11-Jan-2019 11:43:28.272 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:28.278 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 546 ms
11-Jan-2019 11:43:28.278 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
11-Jan-2019 11:43:28.346 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:28.348 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/js has finished in 346 ms
11-Jan-2019 11:43:28.348 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/images
11-Jan-2019 11:43:28.370 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:28.373 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 815 ms
11-Jan-2019 11:43:28.373 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:43:28.535 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:43:28.537 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 259 ms
11-Jan-2019 11:43:28.669 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 43921 ms
11-Jan-2019 11:43:28.813 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:28.816 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/images has finished in 468 ms
11-Jan-2019 11:43:28.816 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in
11-Jan-2019 11:43:28.833 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:28.835 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 462 ms
11-Jan-2019 11:43:28.836 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:43:28.945 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:43:29.404 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:29.406 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in has finished in 590 ms
11-Jan-2019 11:43:29.406 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/new_obaba_in
11-Jan-2019 11:43:29.410 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:29.414 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 577 ms
11-Jan-2019 11:43:29.414 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:43:29.682 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:43:29.816 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:43:29.888 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com
11-Jan-2019 11:43:29.937 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com has finished in 10,005 ms
11-Jan-2019 11:43:29.940 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:29.943 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 529 ms
11-Jan-2019 11:43:29.944 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:43:30.220 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 11:43:30.220 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:30.220 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:30.220 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 11:43:30.256 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:30.265 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 321 ms
11-Jan-2019 11:43:30.265 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:43:30.402 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JavaBridgeSessionTimer] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
11-Jan-2019 11:43:30.736 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:30.856 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:30.858 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 593 ms
11-Jan-2019 11:43:30.859 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:43:31.148 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:43:31.150 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/new_obaba_in has finished in 1,744 ms
11-Jan-2019 11:43:31.263 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:31.316 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:31.319 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 460 ms
11-Jan-2019 11:43:31.320 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:43:31.351 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:43:31.230 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.576 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:31.576 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:31.576 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:31.577 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:31.641 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:31.657 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.660 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.662 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.663 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.664 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.665 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.666 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.667 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.668 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.669 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.669 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.671 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.671 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.673 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.674 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.676 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.677 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.678 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.679 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.680 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.681 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.682 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:31.682 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:31.685 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:43:31.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:43:31.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:43:31.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:43:31.686 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:43:31.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:43:31.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:43:31.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:43:31.687 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:43:31.688 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:43:31.688 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:43:31.689 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:43:31.689 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:43:31.689 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:43:31.689 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:43:31.690 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:43:31.690 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:43:31.690 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:43:31.690 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:43:31.691 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:43:31.866 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:31.868 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 548 ms
11-Jan-2019 11:43:31.868 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:43:31.948 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:31.981 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:31.985 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 634 ms
11-Jan-2019 11:43:31.985 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:43:32.215 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:43:32.323 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:32.325 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 457 ms
11-Jan-2019 11:43:32.326 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:43:32.376 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:32.378 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 393 ms
11-Jan-2019 11:43:32.378 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:43:32.449 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:32.546 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:32.548 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 333 ms
11-Jan-2019 11:43:32.548 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:43:32.719 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:32.723 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 397 ms
11-Jan-2019 11:43:32.724 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:43:32.796 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:32.799 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 420 ms
11-Jan-2019 11:43:32.799 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:43:32.969 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:32.984 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:32.986 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 438 ms
11-Jan-2019 11:43:32.986 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:43:33.199 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:33.201 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 477 ms
11-Jan-2019 11:43:33.204 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:43:33.212 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:33.314 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:33.226 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:33.228 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:33.234 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:33.235 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:33.236 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 6663 ms
11-Jan-2019 11:43:33.422 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:33.454 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 655 ms
11-Jan-2019 11:43:33.455 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 11:43:33.425 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 439 ms
11-Jan-2019 11:43:33.496 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:43:33.668 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:43:33.668 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:43:33.603 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:33.762 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 558 ms
11-Jan-2019 11:43:33.762 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:43:33.926 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:33.930 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 475 ms
11-Jan-2019 11:43:33.932 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 11:43:33.978 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:43:34.013 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:34.016 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 520 ms
11-Jan-2019 11:43:34.016 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:43:34.221 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:34.223 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 207 ms
11-Jan-2019 11:43:34.223 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:43:34.253 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:34.256 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 494 ms
11-Jan-2019 11:43:34.257 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:43:34.331 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:34.335 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 403 ms
11-Jan-2019 11:43:34.336 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 11:43:34.746 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:34.750 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 492 ms
11-Jan-2019 11:43:34.750 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:43:34.755 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:34.757 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 534 ms
11-Jan-2019 11:43:34.758 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:43:34.815 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:34.818 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 482 ms
11-Jan-2019 11:43:34.819 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 11:43:35.218 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:35.221 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 463 ms
11-Jan-2019 11:43:35.222 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:43:35.279 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:35.282 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 463 ms
11-Jan-2019 11:43:35.283 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 11:43:35.590 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:35.593 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 371 ms
11-Jan-2019 11:43:35.593 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:43:35.893 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:35.896 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 613 ms
11-Jan-2019 11:43:35.897 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 11:43:36.108 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:36.114 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 518 ms
11-Jan-2019 11:43:36.114 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:43:36.424 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:36.428 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 531 ms
11-Jan-2019 11:43:36.429 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 11:43:36.555 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:36.559 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 1,808 ms
11-Jan-2019 11:43:36.559 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:43:36.589 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:36.593 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 478 ms
11-Jan-2019 11:43:36.595 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:43:36.853 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:36.864 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 435 ms
11-Jan-2019 11:43:36.864 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 11:43:36.929 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:36.932 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 338 ms
11-Jan-2019 11:43:36.933 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:43:37.388 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:37.392 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 833 ms
11-Jan-2019 11:43:37.393 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:43:37.637 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:37.643 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 709 ms
11-Jan-2019 11:43:37.643 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:43:37.689 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:37.700 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 829 ms
11-Jan-2019 11:43:37.822 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:37.825 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 432 ms
11-Jan-2019 11:43:37.825 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:43:38.133 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:43:38.135 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:38.142 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 313 ms
11-Jan-2019 11:43:38.143 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:43:38.135 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 491 ms
11-Jan-2019 11:43:38.501 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:38.736 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:38.853 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:38.863 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:38.865 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 722 ms
11-Jan-2019 11:43:39.054 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:43:39.275 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:43:39.284 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com has finished in 9,397 ms
11-Jan-2019 11:43:39.402 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:39.452 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:39.454 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 401 ms
11-Jan-2019 11:43:39.454 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:43:39.468 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/_errorpages
11-Jan-2019 11:43:39.746 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:39.762 INFO [new.obaba.in-startStop-1] 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.
11-Jan-2019 11:43:39.788 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:39.792 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/_errorpages has finished in 324 ms
11-Jan-2019 11:43:39.794 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/js
11-Jan-2019 11:43:39.847 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:39.942 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:39.947 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 493 ms
11-Jan-2019 11:43:39.948 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:43:39.954 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:39.956 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:39.957 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:39.958 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:39.959 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:39.963 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:39.964 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:39.966 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:39.967 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.105 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.105 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.107 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.107 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.108 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.110 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.112 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.113 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.114 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.115 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.116 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.116 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.117 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.118 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.119 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:43:40.119 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:43:40.122 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:43:40.123 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:43:40.123 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:43:40.124 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:43:40.124 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.11.6.el7.x86_64
11-Jan-2019 11:43:40.124 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:43:40.125 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:43:40.125 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:43:40.125 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:43:40.126 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:43:40.126 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:43:40.127 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:43:40.127 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:43:40.127 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:43:40.128 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:43:40.128 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:43:40.128 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:43:40.129 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:43:40.129 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:43:40.129 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:43:40.112 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:43:40.193 INFO [new.obaba.in-startStop-1] 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.
11-Jan-2019 11:43:40.219 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:40.222 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/js has finished in 427 ms
11-Jan-2019 11:43:40.225 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/css
11-Jan-2019 11:43:40.312 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:40.316 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 369 ms
11-Jan-2019 11:43:40.316 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:43:40.469 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:40.544 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:43:40.557 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:40.561 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/css has finished in 336 ms
11-Jan-2019 11:43:40.562 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/download
11-Jan-2019 11:43:40.788 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:40.792 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 476 ms
11-Jan-2019 11:43:40.793 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:43:40.834 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:43:40.851 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:40.854 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 309 ms
11-Jan-2019 11:43:40.854 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:43:40.935 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:40.938 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/download has finished in 376 ms
11-Jan-2019 11:43:40.943 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/img
11-Jan-2019 11:43:41.246 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:43:41.280 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:41.272 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:41.275 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-80]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-80]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:120)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:41.276 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:43:41.277 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["ajp-nio-8009"]
 java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)

11-Jan-2019 11:43:41.278 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[AJP/1.3-8009]]
 org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8009]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:107)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:568)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:871)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:580)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:603)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:310)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:484)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:962)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.apache.tomcat.util.net.NioEndpoint.bind(NioEndpoint.java:351)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:760)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:476)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:960)
	... 13 more

11-Jan-2019 11:43:41.278 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 6696 ms
11-Jan-2019 11:43:41.291 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 498 ms
11-Jan-2019 11:43:41.291 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:43:41.376 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:43:41.377 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:41.394 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 540 ms
11-Jan-2019 11:43:41.395 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:43:41.437 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/_errorpages
11-Jan-2019 11:43:41.613 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:43:41.615 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/img has finished in 672 ms
11-Jan-2019 11:43:41.645 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:41.650 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 358 ms
11-Jan-2019 11:43:41.651 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:43:41.466 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:43:41.672 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:43:41.781 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:43:41.784 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/_errorpages has finished in 347 ms
11-Jan-2019 11:43:41.785 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/application
11-Jan-2019 11:43:41.811 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:41.814 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 419 ms
11-Jan-2019 11:43:41.815 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:43:41.948 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:43:42.209 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:43:42.212 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 560 ms
11-Jan-2019 11:43:42.212 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:43:42.341 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:45:08.062 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.170 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.172 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.173 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.174 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.175 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.176 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.176 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.177 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.205 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.206 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.207 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.208 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.208 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.209 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.211 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.213 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.214 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.215 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.215 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.245 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.245 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.246 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.247 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.247 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 11:45:08.248 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 11:45:08.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 11:45:08.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 11:45:08.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 11:45:08.250 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 11:45:08.251 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 11:45:08.252 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 11:45:08.844 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:45:09.014 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:45:09.017 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:45:09.019 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 11:45:09.019 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 3249 ms
11-Jan-2019 11:45:09.068 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 11:45:09.068 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 11:45:09.144 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 11:45:10.326 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:47:13.521 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [123,087] milliseconds.
11-Jan-2019 11:47:13.565 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 124,421 ms
11-Jan-2019 11:47:13.566 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 11:47:13.683 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:47:13.686 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 121 ms
11-Jan-2019 11:47:13.686 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 11:47:13.794 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:47:13.796 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 110 ms
11-Jan-2019 11:47:13.797 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 11:47:13.884 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:47:13.887 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 90 ms
11-Jan-2019 11:47:13.887 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 11:47:13.959 INFO [localhost-startStop-1] 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.
11-Jan-2019 11:47:13.961 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 74 ms
11-Jan-2019 11:47:14.066 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:14.201 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:14.219 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com
11-Jan-2019 11:47:15.616 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:15.629 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com has finished in 1,410 ms
11-Jan-2019 11:47:15.729 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:15.830 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:15.838 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/_errorpages
11-Jan-2019 11:47:15.915 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:15.918 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/_errorpages has finished in 81 ms
11-Jan-2019 11:47:15.918 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/admin
11-Jan-2019 11:47:15.998 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:16.001 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/admin has finished in 83 ms
11-Jan-2019 11:47:16.008 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/css
11-Jan-2019 11:47:16.118 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:16.122 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/css has finished in 114 ms
11-Jan-2019 11:47:16.122 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/fonts
11-Jan-2019 11:47:16.180 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:16.182 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/fonts has finished in 60 ms
11-Jan-2019 11:47:16.182 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/img
11-Jan-2019 11:47:16.238 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:16.240 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/img has finished in 58 ms
11-Jan-2019 11:47:16.241 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/js
11-Jan-2019 11:47:16.296 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:16.300 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/js has finished in 59 ms
11-Jan-2019 11:47:16.300 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/users
11-Jan-2019 11:47:16.363 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:16.365 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/users has finished in 65 ms
11-Jan-2019 11:47:16.442 INFO [new.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:16.523 INFO [new.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:16.618 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:16.751 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:16.770 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/_errorpages
11-Jan-2019 11:47:16.869 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:16.871 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/_errorpages has finished in 101 ms
11-Jan-2019 11:47:16.872 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/application
11-Jan-2019 11:47:16.952 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:16.957 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/application has finished in 85 ms
11-Jan-2019 11:47:16.957 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/bere
11-Jan-2019 11:47:17.035 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:17.038 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/bere has finished in 81 ms
11-Jan-2019 11:47:17.038 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/cgi-bin
11-Jan-2019 11:47:17.223 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:17.226 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/cgi-bin has finished in 188 ms
11-Jan-2019 11:47:17.226 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/css
11-Jan-2019 11:47:17.299 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:17.301 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/css has finished in 75 ms
11-Jan-2019 11:47:17.301 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/images
11-Jan-2019 11:47:17.370 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:17.372 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/images has finished in 71 ms
11-Jan-2019 11:47:17.373 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/js
11-Jan-2019 11:47:17.442 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:17.444 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/js has finished in 71 ms
11-Jan-2019 11:47:17.444 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/system
11-Jan-2019 11:47:17.520 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:17.523 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/system has finished in 78 ms
11-Jan-2019 11:47:17.624 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:17.685 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:17.695 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obaba/public_html/angular_obaba_shop/Angular.war
11-Jan-2019 11:47:17.764 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:17.770 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obaba/public_html/angular_obaba_shop/Angular.war has finished in 75 ms
11-Jan-2019 11:47:17.772 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop/_errorpages
11-Jan-2019 11:47:17.839 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:17.842 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop/_errorpages has finished in 70 ms
11-Jan-2019 11:47:17.842 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop/assets
11-Jan-2019 11:47:17.909 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:17.911 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop/assets has finished in 69 ms
11-Jan-2019 11:47:18.023 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.341 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.349 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 11:47:18.412 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.414 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 65 ms
11-Jan-2019 11:47:18.414 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 11:47:18.467 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.469 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 55 ms
11-Jan-2019 11:47:18.469 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 11:47:18.522 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.524 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 55 ms
11-Jan-2019 11:47:18.524 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 11:47:18.586 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.589 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 64 ms
11-Jan-2019 11:47:18.589 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 11:47:18.663 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.665 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 76 ms
11-Jan-2019 11:47:18.666 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 11:47:18.730 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.733 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 67 ms
11-Jan-2019 11:47:18.733 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 11:47:18.785 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.787 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 54 ms
11-Jan-2019 11:47:18.787 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 11:47:18.847 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.850 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 62 ms
11-Jan-2019 11:47:18.850 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 11:47:18.901 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.902 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 52 ms
11-Jan-2019 11:47:18.903 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 11:47:18.947 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.949 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 45 ms
11-Jan-2019 11:47:18.949 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 11:47:18.994 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:18.996 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 47 ms
11-Jan-2019 11:47:18.996 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 11:47:19.065 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:19.067 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 71 ms
11-Jan-2019 11:47:19.067 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 11:47:19.151 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 11:47:19.153 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 86 ms
11-Jan-2019 11:47:19.273 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.330 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.336 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/_errorpages
11-Jan-2019 11:47:19.397 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.399 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/_errorpages has finished in 63 ms
11-Jan-2019 11:47:19.399 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/js
11-Jan-2019 11:47:19.449 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.450 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/js has finished in 51 ms
11-Jan-2019 11:47:19.450 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/css
11-Jan-2019 11:47:19.504 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.505 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/css has finished in 55 ms
11-Jan-2019 11:47:19.505 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/download
11-Jan-2019 11:47:19.554 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.556 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/download has finished in 51 ms
11-Jan-2019 11:47:19.556 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/img
11-Jan-2019 11:47:19.611 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 11:47:19.612 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/img has finished in 56 ms
11-Jan-2019 11:47:19.726 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:19.798 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:19.803 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
11-Jan-2019 11:47:19.872 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:19.875 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 72 ms
11-Jan-2019 11:47:19.875 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
11-Jan-2019 11:47:19.992 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:19.994 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 119 ms
11-Jan-2019 11:47:19.994 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
11-Jan-2019 11:47:20.071 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:20.092 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 98 ms
11-Jan-2019 11:47:20.093 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
11-Jan-2019 11:47:20.171 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:20.173 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 80 ms
11-Jan-2019 11:47:20.173 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
11-Jan-2019 11:47:20.298 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 11:47:20.300 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 127 ms
11-Jan-2019 11:47:20.406 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.542 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.567 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 11:47:20.687 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.689 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 122 ms
11-Jan-2019 11:47:20.692 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 11:47:20.757 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.758 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 66 ms
11-Jan-2019 11:47:20.759 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 11:47:20.811 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.813 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 54 ms
11-Jan-2019 11:47:20.813 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 11:47:20.872 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.874 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 61 ms
11-Jan-2019 11:47:20.875 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 11:47:20.931 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.933 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 58 ms
11-Jan-2019 11:47:20.933 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 11:47:20.980 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:20.981 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 48 ms
11-Jan-2019 11:47:20.982 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 11:47:21.033 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.035 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 53 ms
11-Jan-2019 11:47:21.035 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 11:47:21.082 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.084 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 49 ms
11-Jan-2019 11:47:21.084 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 11:47:21.217 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.220 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 136 ms
11-Jan-2019 11:47:21.220 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 11:47:21.333 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.336 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 116 ms
11-Jan-2019 11:47:21.336 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 11:47:21.407 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.410 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 74 ms
11-Jan-2019 11:47:21.410 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 11:47:21.482 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.485 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 74 ms
11-Jan-2019 11:47:21.899 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.957 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:21.960 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 11:47:22.062 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.064 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 104 ms
11-Jan-2019 11:47:22.065 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 11:47:22.148 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.151 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 86 ms
11-Jan-2019 11:47:22.152 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 11:47:22.201 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.202 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 51 ms
11-Jan-2019 11:47:22.203 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 11:47:22.247 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.249 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 46 ms
11-Jan-2019 11:47:22.249 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 11:47:22.298 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.301 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 52 ms
11-Jan-2019 11:47:22.301 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 11:47:22.364 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.367 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 65 ms
11-Jan-2019 11:47:22.367 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 11:47:22.440 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.442 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 75 ms
11-Jan-2019 11:47:22.443 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 11:47:22.514 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.516 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 74 ms
11-Jan-2019 11:47:22.517 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 11:47:22.601 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.603 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 86 ms
11-Jan-2019 11:47:22.604 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 11:47:22.675 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.678 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 75 ms
11-Jan-2019 11:47:22.678 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 11:47:22.745 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.748 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 70 ms
11-Jan-2019 11:47:22.748 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 11:47:22.870 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.873 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 125 ms
11-Jan-2019 11:47:22.873 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 11:47:22.952 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:22.955 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 82 ms
11-Jan-2019 11:47:22.955 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 11:47:23.028 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.031 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 76 ms
11-Jan-2019 11:47:23.031 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 11:47:23.094 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.096 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 65 ms
11-Jan-2019 11:47:23.096 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 11:47:23.147 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.149 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 53 ms
11-Jan-2019 11:47:23.149 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 11:47:23.211 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.213 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 64 ms
11-Jan-2019 11:47:23.213 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 11:47:23.258 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.259 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 46 ms
11-Jan-2019 11:47:23.259 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 11:47:23.321 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.323 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 64 ms
11-Jan-2019 11:47:23.323 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 11:47:23.375 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.377 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 54 ms
11-Jan-2019 11:47:23.377 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 11:47:23.425 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.427 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 50 ms
11-Jan-2019 11:47:23.428 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 11:47:23.477 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.479 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 51 ms
11-Jan-2019 11:47:23.479 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 11:47:23.538 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.546 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 61 ms
11-Jan-2019 11:47:23.546 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 11:47:23.603 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.605 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 59 ms
11-Jan-2019 11:47:23.605 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 11:47:23.714 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.717 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 111 ms
11-Jan-2019 11:47:23.717 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 11:47:23.776 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.778 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 61 ms
11-Jan-2019 11:47:23.778 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 11:47:23.848 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.850 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 72 ms
11-Jan-2019 11:47:23.850 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 11:47:23.898 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.900 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 50 ms
11-Jan-2019 11:47:23.900 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 11:47:23.953 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:23.956 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 56 ms
11-Jan-2019 11:47:23.956 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 11:47:24.014 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 11:47:24.017 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 60 ms
11-Jan-2019 11:47:24.790 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:24.850 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:24.860 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/bowringcl/public_html/app_bowringcluberp_com/PPP.war
11-Jan-2019 11:47:30.017 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:30.276 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/bowringcl/public_html/app_bowringcluberp_com/PPP.war has finished in 5,416 ms
11-Jan-2019 11:47:30.277 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com/WebContent
11-Jan-2019 11:47:31.025 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:31.031 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com/WebContent has finished in 754 ms
11-Jan-2019 11:47:31.031 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com/build
11-Jan-2019 11:47:31.090 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:31.091 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com/build has finished in 60 ms
11-Jan-2019 11:47:31.091 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com/src
11-Jan-2019 11:47:31.136 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 11:47:31.138 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com/src has finished in 46 ms
11-Jan-2019 11:47:31.196 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.244 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.248 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in
11-Jan-2019 11:47:31.291 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.292 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in has finished in 44 ms
11-Jan-2019 11:47:31.293 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/css
11-Jan-2019 11:47:31.341 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.342 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/css has finished in 49 ms
11-Jan-2019 11:47:31.343 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/js
11-Jan-2019 11:47:31.426 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.428 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/js has finished in 85 ms
11-Jan-2019 11:47:31.439 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/images
11-Jan-2019 11:47:31.499 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.500 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/images has finished in 61 ms
11-Jan-2019 11:47:31.501 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in
11-Jan-2019 11:47:31.545 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.547 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in has finished in 47 ms
11-Jan-2019 11:47:31.547 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/new_obaba_in
11-Jan-2019 11:47:31.616 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.618 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/new_obaba_in has finished in 71 ms
11-Jan-2019 11:47:31.689 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.740 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.745 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/_errorpages
11-Jan-2019 11:47:31.791 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.793 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/_errorpages has finished in 48 ms
11-Jan-2019 11:47:31.793 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/css
11-Jan-2019 11:47:31.856 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.858 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/css has finished in 65 ms
11-Jan-2019 11:47:31.858 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/images
11-Jan-2019 11:47:31.927 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.928 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/images has finished in 70 ms
11-Jan-2019 11:47:31.928 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/js
11-Jan-2019 11:47:31.976 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:31.978 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/js has finished in 49 ms
11-Jan-2019 11:47:31.978 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/webfonts
11-Jan-2019 11:47:32.024 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 11:47:32.026 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/webfonts has finished in 48 ms
11-Jan-2019 11:47:32.041 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-80"]
11-Jan-2019 11:47:32.055 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 11:47:32.057 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 143037 ms
11-Jan-2019 11:47:32.501 INFO [http-nio-80-exec-2] org.apache.catalina.core.ApplicationContext.log error:PHP Notice:  Undefined index: alogin in /home/obaba/public_html/admin/change-password.php on line 5

11-Jan-2019 11:48:54.012 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Notice:  Undefined index: alogin in /home/obaba/public_html/admin/change-password.php on line 5

11-Jan-2019 11:49:10.106 INFO [http-nio-80-exec-10] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:49:12.574 INFO [http-nio-80-exec-2] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:55:24.215 INFO [http-nio-80-exec-4] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:58:31.465 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:58:36.956 INFO [http-nio-80-exec-10] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:58:39.910 INFO [http-nio-80-exec-4] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:11.138 INFO [http-nio-80-exec-6] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:32.961 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:36.170 INFO [http-nio-80-exec-10] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:40.138 INFO [http-nio-80-exec-3] org.apache.catalina.core.ApplicationContext.log error:PHP Notice:  Undefined index: alogin in /home/obaba/public_html/admin/change-password.php on line 5

11-Jan-2019 11:59:41.274 INFO [http-nio-80-exec-10] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:55.804 INFO [http-nio-80-exec-4] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:57.195 INFO [http-nio-80-exec-1] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 11:59:58.489 INFO [http-nio-80-exec-8] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:00:06.730 INFO [http-nio-80-exec-5] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:00:06.821 INFO [http-nio-80-exec-6] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:00:20.079 INFO [http-nio-80-exec-8] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:00:25.887 INFO [http-nio-80-exec-2] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:00:28.014 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:00:39.685 INFO [http-nio-80-exec-9] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:05:22.890 INFO [http-nio-80-exec-6] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:09:16.612 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:17:23.940 INFO [http-nio-80-exec-5] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:18:32.140 INFO [http-nio-80-exec-3] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:18:35.147 INFO [http-nio-80-exec-9] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:22:13.720 INFO [http-nio-80-exec-9] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:22:15.407 INFO [http-nio-80-exec-8] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:24:48.721 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:35:11.065 INFO [http-nio-80-exec-7] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 12:39:29.734 INFO [http-nio-80-exec-5] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:00:32.368 INFO [http-nio-80-exec-4] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:16:13.719 INFO [http-nio-80-exec-5] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:17:18.378 INFO [http-nio-80-exec-2] org.apache.catalina.core.ApplicationContext.log error:PHP Notice:  Undefined index: alogin in /home/obaba/public_html/admin/change-password.php on line 5

11-Jan-2019 13:21:40.697 INFO [http-nio-80-exec-10] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:22:05.032 INFO [http-nio-80-exec-4] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:22:36.627 INFO [http-nio-80-exec-8] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:23:46.699 INFO [http-nio-80-exec-9] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:24:02.304 INFO [http-nio-80-exec-2] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:24:16.024 INFO [http-nio-80-exec-6] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:28:29.779 INFO [http-nio-80-exec-9] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:30:02.619 INFO [http-nio-80-exec-4] org.apache.catalina.core.ApplicationContext.log error:PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 23
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 37
PHP Warning:  mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in /home/obaba/public_html/admin/include/sidebar.php on line 49

11-Jan-2019 13:31:38.130 INFO [http-nio-80-exec-1] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
 java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986
	at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:283)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)

11-Jan-2019 13:36:20.628 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
11-Jan-2019 13:36:20.629 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-80"]
11-Jan-2019 13:36:20.680 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 13:36:20.733 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service Catalina
11-Jan-2019 13:36:21.151 WARNING [obabajobs.com-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JavaBridgeFastCGIRunner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.io.FileInputStream.readBytes(Native Method)
 java.io.FileInputStream.read(FileInputStream.java:255)
 java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
 java.io.BufferedInputStream.read(BufferedInputStream.java:345)
 java.io.FilterInputStream.read(FilterInputStream.java:107)
 php.java.fastcgi.FCGIFactory.runFcgi(FCGIFactory.java:155)
 php.java.fastcgi.FCGIFactory$1.run(FCGIFactory.java:169)
11-Jan-2019 13:36:21.368 WARNING [obaba.shop-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [JavaBridgeFastCGIRunner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
 java.io.FileInputStream.readBytes(Native Method)
 java.io.FileInputStream.read(FileInputStream.java:255)
 java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
 java.io.BufferedInputStream.read(BufferedInputStream.java:345)
 java.io.FilterInputStream.read(FilterInputStream.java:107)
 php.java.fastcgi.FCGIFactory.runFcgi(FCGIFactory.java:155)
 php.java.fastcgi.FCGIFactory$1.run(FCGIFactory.java:169)
11-Jan-2019 13:36:21.516 WARNING [obaba.shop-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [admin] appears to have started a thread named [JavaBridgeFastCGIRunner] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
11-Jan-2019 13:36:21.642 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-80"]
11-Jan-2019 13:36:21.713 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 13:36:21.749 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-80"]
11-Jan-2019 13:36:21.752 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 13:36:25.570 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.584 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.585 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.586 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.587 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.587 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.589 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.589 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.590 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.590 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.591 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.594 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.595 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.595 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.596 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.597 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.599 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.599 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.600 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.600 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.605 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.606 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.606 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.607 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.607 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
11-Jan-2019 13:36:25.608 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
11-Jan-2019 13:36:25.610 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.39
11-Jan-2019 13:36:25.610 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Nov 9 2016 08:48:39 UTC
11-Jan-2019 13:36:25.610 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.39.0
11-Jan-2019 13:36:25.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
11-Jan-2019 13:36:25.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            3.10.0-862.14.4.el7.x86_64
11-Jan-2019 13:36:25.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
11-Jan-2019 13:36:25.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64/jre
11-Jan-2019 13:36:25.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_191-b12
11-Jan-2019 13:36:25.611 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
11-Jan-2019 13:36:25.612 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat8
11-Jan-2019 13:36:25.612 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat8
11-Jan-2019 13:36:25.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat8/conf/logging.properties
11-Jan-2019 13:36:25.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
11-Jan-2019 13:36:25.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
11-Jan-2019 13:36:25.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
11-Jan-2019 13:36:25.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/usr/local/tomcat8/endorsed
11-Jan-2019 13:36:25.613 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat8
11-Jan-2019 13:36:25.614 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat8
11-Jan-2019 13:36:25.614 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat8/temp
11-Jan-2019 13:36:25.614 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
11-Jan-2019 13:36:25.821 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
11-Jan-2019 13:36:25.843 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 13:36:25.847 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 13:36:25.849 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
11-Jan-2019 13:36:25.853 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 910 ms
11-Jan-2019 13:36:25.894 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
11-Jan-2019 13:36:25.895 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.39
11-Jan-2019 13:36:25.913 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/examples
11-Jan-2019 13:36:26.873 INFO [localhost-startStop-1] 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.
11-Jan-2019 13:36:26.995 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/examples has finished in 1,082 ms
11-Jan-2019 13:36:26.995 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/manager
11-Jan-2019 13:36:27.129 INFO [localhost-startStop-1] 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.
11-Jan-2019 13:36:27.133 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/manager has finished in 138 ms
11-Jan-2019 13:36:27.133 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/docs
11-Jan-2019 13:36:27.222 INFO [localhost-startStop-1] 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.
11-Jan-2019 13:36:27.225 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/docs has finished in 92 ms
11-Jan-2019 13:36:27.226 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/host-manager
11-Jan-2019 13:36:27.297 INFO [localhost-startStop-1] 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.
11-Jan-2019 13:36:27.303 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/host-manager has finished in 77 ms
11-Jan-2019 13:36:27.303 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /usr/local/tomcat8/webapps/ROOT
11-Jan-2019 13:36:27.477 INFO [localhost-startStop-1] 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.
11-Jan-2019 13:36:27.479 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /usr/local/tomcat8/webapps/ROOT has finished in 176 ms
11-Jan-2019 13:36:27.588 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:27.668 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:27.673 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com
11-Jan-2019 13:36:28.569 INFO [bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:28.577 INFO [bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com has finished in 905 ms
11-Jan-2019 13:36:28.655 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:28.751 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:28.758 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/_errorpages
11-Jan-2019 13:36:28.809 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:28.811 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/_errorpages has finished in 53 ms
11-Jan-2019 13:36:28.811 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/admin
11-Jan-2019 13:36:28.868 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:28.870 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/admin has finished in 59 ms
11-Jan-2019 13:36:28.871 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/css
11-Jan-2019 13:36:28.922 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:28.924 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/css has finished in 54 ms
11-Jan-2019 13:36:28.924 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/fonts
11-Jan-2019 13:36:28.981 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:28.983 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/fonts has finished in 59 ms
11-Jan-2019 13:36:28.983 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/img
11-Jan-2019 13:36:29.039 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:29.041 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/img has finished in 58 ms
11-Jan-2019 13:36:29.041 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/js
11-Jan-2019 13:36:29.098 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:29.101 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/js has finished in 60 ms
11-Jan-2019 13:36:29.101 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop/users
11-Jan-2019 13:36:29.167 INFO [helpdesk.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:29.170 INFO [helpdesk.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop/users has finished in 69 ms
11-Jan-2019 13:36:29.244 INFO [new.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.343 INFO [new.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.429 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.490 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.495 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/_errorpages
11-Jan-2019 13:36:29.543 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.545 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/_errorpages has finished in 49 ms
11-Jan-2019 13:36:29.545 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/application
11-Jan-2019 13:36:29.590 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.591 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/application has finished in 46 ms
11-Jan-2019 13:36:29.592 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/bere
11-Jan-2019 13:36:29.638 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.640 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/bere has finished in 49 ms
11-Jan-2019 13:36:29.640 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/cgi-bin
11-Jan-2019 13:36:29.686 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.688 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/cgi-bin has finished in 48 ms
11-Jan-2019 13:36:29.688 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/css
11-Jan-2019 13:36:29.734 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.736 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/css has finished in 48 ms
11-Jan-2019 13:36:29.736 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/images
11-Jan-2019 13:36:29.784 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.786 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/images has finished in 50 ms
11-Jan-2019 13:36:29.787 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/js
11-Jan-2019 13:36:29.886 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.888 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/js has finished in 101 ms
11-Jan-2019 13:36:29.888 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in/system
11-Jan-2019 13:36:29.941 INFO [ration.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:29.943 INFO [ration.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in/system has finished in 55 ms
11-Jan-2019 13:36:30.008 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:30.068 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:30.072 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/obaba/public_html/angular_obaba_shop/Angular.war
11-Jan-2019 13:36:30.133 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:30.136 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/obaba/public_html/angular_obaba_shop/Angular.war has finished in 63 ms
11-Jan-2019 13:36:30.137 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop/_errorpages
11-Jan-2019 13:36:30.184 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:30.185 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop/_errorpages has finished in 48 ms
11-Jan-2019 13:36:30.185 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop/assets
11-Jan-2019 13:36:30.231 INFO [angular.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:30.233 INFO [angular.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop/assets has finished in 48 ms
11-Jan-2019 13:36:30.312 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.371 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.376 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/_errorpages
11-Jan-2019 13:36:30.436 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.439 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/_errorpages has finished in 62 ms
11-Jan-2019 13:36:30.439 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/obabajobs.com
11-Jan-2019 13:36:30.501 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.503 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/obabajobs.com has finished in 64 ms
11-Jan-2019 13:36:30.503 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/.well-known
11-Jan-2019 13:36:30.561 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.563 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/.well-known has finished in 60 ms
11-Jan-2019 13:36:30.563 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/admin
11-Jan-2019 13:36:30.771 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.772 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/admin has finished in 209 ms
11-Jan-2019 13:36:30.773 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/cgi-bin
11-Jan-2019 13:36:30.821 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.822 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/cgi-bin has finished in 49 ms
11-Jan-2019 13:36:30.823 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/company
11-Jan-2019 13:36:30.867 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.869 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/company has finished in 46 ms
11-Jan-2019 13:36:30.869 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/css
11-Jan-2019 13:36:30.921 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.923 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/css has finished in 54 ms
11-Jan-2019 13:36:30.924 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/images
11-Jan-2019 13:36:30.981 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:30.983 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/images has finished in 58 ms
11-Jan-2019 13:36:30.983 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/img
11-Jan-2019 13:36:31.030 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:31.032 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/img has finished in 48 ms
11-Jan-2019 13:36:31.032 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/jobs.obaba.shop
11-Jan-2019 13:36:31.078 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:31.080 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/jobs.obaba.shop has finished in 48 ms
11-Jan-2019 13:36:31.080 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/js
11-Jan-2019 13:36:31.129 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:31.131 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/js has finished in 50 ms
11-Jan-2019 13:36:31.131 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/uploads
11-Jan-2019 13:36:31.176 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:31.177 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/uploads has finished in 46 ms
11-Jan-2019 13:36:31.177 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabajobs/public_html/user
11-Jan-2019 13:36:31.225 INFO [obabajobs.com-startStop-1] 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.
11-Jan-2019 13:36:31.227 INFO [obabajobs.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabajobs/public_html/user has finished in 49 ms
11-Jan-2019 13:36:31.281 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.330 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.333 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/_errorpages
11-Jan-2019 13:36:31.383 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.385 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/_errorpages has finished in 52 ms
11-Jan-2019 13:36:31.385 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/js
11-Jan-2019 13:36:31.466 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.467 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/js has finished in 82 ms
11-Jan-2019 13:36:31.467 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/css
11-Jan-2019 13:36:31.521 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.522 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/css has finished in 55 ms
11-Jan-2019 13:36:31.522 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/download
11-Jan-2019 13:36:31.570 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.574 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/download has finished in 51 ms
11-Jan-2019 13:36:31.574 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/anmspl/public_html/img
11-Jan-2019 13:36:31.625 INFO [anmspl.com-startStop-1] 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.
11-Jan-2019 13:36:31.627 INFO [anmspl.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/anmspl/public_html/img has finished in 53 ms
11-Jan-2019 13:36:31.699 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:31.782 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:31.787 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/public_html
11-Jan-2019 13:36:31.863 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:31.865 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/public_html has finished in 78 ms
11-Jan-2019 13:36:31.865 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/_errorpages
11-Jan-2019 13:36:31.916 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:31.918 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/_errorpages has finished in 53 ms
11-Jan-2019 13:36:31.918 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/css
11-Jan-2019 13:36:31.963 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:31.965 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/css has finished in 47 ms
11-Jan-2019 13:36:31.965 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/img
11-Jan-2019 13:36:32.008 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:32.010 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/img has finished in 45 ms
11-Jan-2019 13:36:32.010 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/alfatehpr/public_html/js
11-Jan-2019 13:36:32.055 INFO [alfatehprojects.com-startStop-1] 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.
11-Jan-2019 13:36:32.057 INFO [alfatehprojects.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/alfatehpr/public_html/js has finished in 47 ms
11-Jan-2019 13:36:32.110 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.161 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.163 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages
11-Jan-2019 13:36:32.240 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.241 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/_errorpages has finished in 78 ms
11-Jan-2019 13:36:32.241 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/artist
11-Jan-2019 13:36:32.290 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.291 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/artist has finished in 50 ms
11-Jan-2019 13:36:32.291 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/admin
11-Jan-2019 13:36:32.340 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.341 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/admin has finished in 50 ms
11-Jan-2019 13:36:32.342 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/company
11-Jan-2019 13:36:32.390 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.392 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/company has finished in 50 ms
11-Jan-2019 13:36:32.392 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/css
11-Jan-2019 13:36:32.438 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.440 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/css has finished in 47 ms
11-Jan-2019 13:36:32.440 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/images
11-Jan-2019 13:36:32.484 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.486 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/images has finished in 45 ms
11-Jan-2019 13:36:32.486 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/img
11-Jan-2019 13:36:32.527 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.528 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/img has finished in 42 ms
11-Jan-2019 13:36:32.528 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/includes
11-Jan-2019 13:36:32.569 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.571 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/includes has finished in 43 ms
11-Jan-2019 13:36:32.571 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/js
11-Jan-2019 13:36:32.615 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.617 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/js has finished in 46 ms
11-Jan-2019 13:36:32.617 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/uploads
11-Jan-2019 13:36:32.665 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.666 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/uploads has finished in 49 ms
11-Jan-2019 13:36:32.666 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/user
11-Jan-2019 13:36:32.713 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.715 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/user has finished in 49 ms
11-Jan-2019 13:36:32.715 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop/franchise
11-Jan-2019 13:36:32.763 INFO [artist.obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.765 INFO [artist.obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop/franchise has finished in 50 ms
11-Jan-2019 13:36:32.839 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.898 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.900 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/.well-known
11-Jan-2019 13:36:32.976 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:32.977 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/.well-known has finished in 77 ms
11-Jan-2019 13:36:32.978 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHPMailer
11-Jan-2019 13:36:33.018 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.019 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHPMailer has finished in 41 ms
11-Jan-2019 13:36:33.020 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/PHP_Kit
11-Jan-2019 13:36:33.104 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.106 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/PHP_Kit has finished in 87 ms
11-Jan-2019 13:36:33.106 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/assets
11-Jan-2019 13:36:33.150 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.151 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/assets has finished in 45 ms
11-Jan-2019 13:36:33.152 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/brandsimage
11-Jan-2019 13:36:33.199 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.201 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/brandsimage has finished in 49 ms
11-Jan-2019 13:36:33.202 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/company
11-Jan-2019 13:36:33.262 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.264 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/company has finished in 62 ms
11-Jan-2019 13:36:33.264 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css
11-Jan-2019 13:36:33.322 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.325 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css has finished in 60 ms
11-Jan-2019 13:36:33.325 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css1
11-Jan-2019 13:36:33.380 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.382 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css1 has finished in 56 ms
11-Jan-2019 13:36:33.382 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/font
11-Jan-2019 13:36:33.428 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.430 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/font has finished in 48 ms
11-Jan-2019 13:36:33.430 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images
11-Jan-2019 13:36:33.487 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.489 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images has finished in 59 ms
11-Jan-2019 13:36:33.489 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/images1
11-Jan-2019 13:36:33.548 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.550 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/images1 has finished in 61 ms
11-Jan-2019 13:36:33.550 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/img
11-Jan-2019 13:36:33.608 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.610 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/img has finished in 60 ms
11-Jan-2019 13:36:33.610 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/includes
11-Jan-2019 13:36:33.666 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.667 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/includes has finished in 57 ms
11-Jan-2019 13:36:33.667 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js
11-Jan-2019 13:36:33.738 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.739 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js has finished in 72 ms
11-Jan-2019 13:36:33.739 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js1
11-Jan-2019 13:36:33.774 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.775 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js1 has finished in 36 ms
11-Jan-2019 13:36:33.775 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/layouts
11-Jan-2019 13:36:33.811 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.812 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/layouts has finished in 37 ms
11-Jan-2019 13:36:33.813 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/ms.obaba.shop
11-Jan-2019 13:36:33.859 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.860 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/ms.obaba.shop has finished in 47 ms
11-Jan-2019 13:36:33.861 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba
11-Jan-2019 13:36:33.915 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.917 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba has finished in 56 ms
11-Jan-2019 13:36:33.918 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/scripts
11-Jan-2019 13:36:33.963 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:33.965 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/scripts has finished in 48 ms
11-Jan-2019 13:36:33.965 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/src
11-Jan-2019 13:36:34.012 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.014 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/src has finished in 48 ms
11-Jan-2019 13:36:34.014 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/uploadimages
11-Jan-2019 13:36:34.049 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.051 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/uploadimages has finished in 36 ms
11-Jan-2019 13:36:34.051 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/vendor
11-Jan-2019 13:36:34.087 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.088 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/vendor has finished in 37 ms
11-Jan-2019 13:36:34.088 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/artist_obaba_shop
11-Jan-2019 13:36:34.126 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.128 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/artist_obaba_shop has finished in 40 ms
11-Jan-2019 13:36:34.128 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/admin
11-Jan-2019 13:36:34.164 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.165 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/admin has finished in 37 ms
11-Jan-2019 13:36:34.165 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/helpdesk_obaba_shop
11-Jan-2019 13:36:34.201 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.203 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/helpdesk_obaba_shop has finished in 37 ms
11-Jan-2019 13:36:34.203 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/...
11-Jan-2019 13:36:34.239 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.240 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/... has finished in 37 ms
11-Jan-2019 13:36:34.240 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/obaba_shop_api
11-Jan-2019 13:36:34.514 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.516 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/obaba_shop_api has finished in 275 ms
11-Jan-2019 13:36:34.516 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/js2
11-Jan-2019 13:36:34.553 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.554 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/js2 has finished in 38 ms
11-Jan-2019 13:36:34.554 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/css2
11-Jan-2019 13:36:34.594 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.595 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/css2 has finished in 41 ms
11-Jan-2019 13:36:34.595 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obaba/public_html/angular_obaba_shop
11-Jan-2019 13:36:34.634 INFO [obaba.shop-startStop-1] 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.
11-Jan-2019 13:36:34.636 INFO [obaba.shop-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obaba/public_html/angular_obaba_shop has finished in 40 ms
11-Jan-2019 13:36:35.286 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:35.335 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:35.337 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive /home/bowringcl/public_html/app_bowringcluberp_com/PPP.war
11-Jan-2019 13:36:39.051 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:39.255 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /home/bowringcl/public_html/app_bowringcluberp_com/PPP.war has finished in 3,918 ms
11-Jan-2019 13:36:39.256 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com/WebContent
11-Jan-2019 13:36:39.741 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:39.755 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com/WebContent has finished in 499 ms
11-Jan-2019 13:36:39.756 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com/build
11-Jan-2019 13:36:39.852 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:39.854 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com/build has finished in 97 ms
11-Jan-2019 13:36:39.854 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/bowringcl/public_html/app_bowringcluberp_com/src
11-Jan-2019 13:36:39.894 INFO [app.bowringcluberp.com-startStop-1] 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.
11-Jan-2019 13:36:39.895 INFO [app.bowringcluberp.com-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/bowringcl/public_html/app_bowringcluberp_com/src has finished in 41 ms
11-Jan-2019 13:36:39.945 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:39.992 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:39.998 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/ration_obaba_in
11-Jan-2019 13:36:40.037 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.039 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/ration_obaba_in has finished in 41 ms
11-Jan-2019 13:36:40.039 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/css
11-Jan-2019 13:36:40.081 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.082 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/css has finished in 43 ms
11-Jan-2019 13:36:40.082 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/js
11-Jan-2019 13:36:40.123 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.124 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/js has finished in 42 ms
11-Jan-2019 13:36:40.124 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/images
11-Jan-2019 13:36:40.161 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.163 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/images has finished in 38 ms
11-Jan-2019 13:36:40.163 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in
11-Jan-2019 13:36:40.201 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.202 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in has finished in 39 ms
11-Jan-2019 13:36:40.202 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/new_obaba_in
11-Jan-2019 13:36:40.238 INFO [obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.240 INFO [obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/new_obaba_in has finished in 38 ms
11-Jan-2019 13:36:40.285 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.331 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.335 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/_errorpages
11-Jan-2019 13:36:40.403 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.405 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/_errorpages has finished in 70 ms
11-Jan-2019 13:36:40.405 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/css
11-Jan-2019 13:36:40.446 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.448 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/css has finished in 42 ms
11-Jan-2019 13:36:40.448 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/images
11-Jan-2019 13:36:40.492 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.494 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/images has finished in 45 ms
11-Jan-2019 13:36:40.494 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/js
11-Jan-2019 13:36:40.532 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.533 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/js has finished in 39 ms
11-Jan-2019 13:36:40.533 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory /home/obabain/public_html/v_obaba_in/webfonts
11-Jan-2019 13:36:40.576 INFO [v.obaba.in-startStop-1] 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.
11-Jan-2019 13:36:40.577 INFO [v.obaba.in-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory /home/obabain/public_html/v_obaba_in/webfonts has finished in 44 ms
11-Jan-2019 13:36:40.587 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
11-Jan-2019 13:36:40.599 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"]
11-Jan-2019 13:36:40.601 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 14747 ms
11-Jan-2019 19:43:44.217 INFO [http-nio-8080-exec-2] org.apache.coyote.http11.AbstractHttp11Processor.process Error parsing HTTP request header
 Note: further occurrences of HTTP header 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.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233)
	at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
	at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.lang.Thread.run(Thread.java:748)