Skip to content

Instantly share code, notes, and snippets.

@shareefhiasat
Created May 14, 2017 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shareefhiasat/358bcae6d75d1e9c1cc1084fb0b25267 to your computer and use it in GitHub Desktop.
Save shareefhiasat/358bcae6d75d1e9c1cc1084fb0b25267 to your computer and use it in GitHub Desktop.
memory leak
This file has been truncated, but you can view the full file.
Feb 20, 2017 1:06:57 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:06:57 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:06:57 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:06:57 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:06:57 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:06:57 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 20, 2017 1:07:02 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 20, 2017 1:07:03 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:07:03 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1991 ms
Feb 20, 2017 1:07:03 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 20, 2017 1:07:03 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 1:07:03 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 1:07:11 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 1:07:27 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 1:08:28 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [60,710] milliseconds.
Feb 20, 2017 1:08:46 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 102,947 ms
Feb 20, 2017 1:08:46 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:08:46 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 103564 ms
Feb 20, 2017 1:13:37 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:13:37 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Feb 20, 2017 1:13:37 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:13:37 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:14:12 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:14:12 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:14:12 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:14:12 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:14:12 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:14:12 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 20, 2017 1:14:14 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1253 ms
Feb 20, 2017 1:14:14 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 20, 2017 1:14:14 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 1:14:14 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 1:14:15 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 1:14:21 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 1:14:37 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 23,017 ms
Feb 20, 2017 1:14:37 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:14:37 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 22699 ms
Feb 20, 2017 1:26:00 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:26:00 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Feb 20, 2017 1:26:01 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:26:01 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:26:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:26:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:26:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:26:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:26:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:26:37 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 20, 2017 1:26:38 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1275 ms
Feb 20, 2017 1:26:38 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 20, 2017 1:26:38 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 1:26:38 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 1:26:39 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 1:26:46 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 1:27:09 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 30,251 ms
Feb 20, 2017 1:27:09 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:27:09 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 29574 ms
Feb 20, 2017 1:28:09 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 20, 2017 1:28:24 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 1:28:25 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 1:28:30 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 1:28:45 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 21,101 ms
Feb 20, 2017 1:49:25 PM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:49:25 PM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Feb 20, 2017 1:49:25 PM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-80"]
Feb 20, 2017 1:49:25 PM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-80"]
Feb 20, 2017 4:09:30 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 4:09:30 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 4:09:30 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 4:09:30 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 4:09:30 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 4:09:30 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 20, 2017 4:09:33 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 20, 2017 4:09:34 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 20, 2017 4:09:34 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2368 ms
Feb 20, 2017 4:09:34 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 20, 2017 4:09:34 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 20, 2017 4:09:35 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 4:09:43 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 4:10:05 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 4:10:06 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [168] milliseconds.
Feb 20, 2017 4:10:31 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 55,878 ms
Feb 20, 2017 4:10:31 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 20, 2017 4:10:31 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 56531 ms
Feb 20, 2017 4:10:58 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 4:11:01 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 20, 2017 4:11:01 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 19 instance(s) to be deallocated for Servlet [jsp]
Feb 20, 2017 4:11:02 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 19 instance(s) to be deallocated for Servlet [jsp]
Feb 20, 2017 4:11:03 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 19 instance(s) to be deallocated for Servlet [jsp]
Feb 20, 2017 4:11:03 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 19 instance(s) to be deallocated for Servlet [dispatcher]
Feb 20, 2017 4:11:04 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 19 instance(s) to be deallocated for Servlet [dispatcher]
Feb 20, 2017 4:11:05 PM org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 19 instance(s) to be deallocated for Servlet [dispatcher]
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] is still processing a request that has yet to finish. This is very likely to create a memory leak. You can control the time allowed for requests to finish by using the unloadDelay attribute of the standard Context implementation.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@2fa44cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@1e1b36e2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@3edaca3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@a82eb4e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@3cedabf6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@27069091]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@788dc30c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@4f5b0a25]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@312a810]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:05 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@1c142102]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@1338cd7e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@6d908a60]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@58b54421]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@6c19c83b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@a066486]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@31dd3ed7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@75c433d9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@51cac31]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: Unable to determine string representation of value of type [org.springframework.web.servlet.DispatcherServlet$1]
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.springframework.context.support.AbstractRefreshableApplicationContext.getBeanFactory(AbstractRefreshableApplicationContext.java:172)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1098)
at com.jrupal.JrupalApplicationContext.getBean(JrupalApplicationContext.java:48)
at com.aws.domain.constants.ElastiCacheParams.getParams(ElastiCacheParams.java:41)
at com.jrupal.global.UNIVERSAL.get(UNIVERSAL.java:37)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:85)
at com.sajilni.service.core.SysVars.getVar(SysVars.java:74)
at com.sajilni.service.core.LocaleResolver.determineDefaultLocale(LocaleResolver.java:20)
at org.springframework.web.servlet.i18n.CookieLocaleResolver.resolveLocale(CookieLocaleResolver.java:112)
at org.springframework.web.servlet.DispatcherServlet$1.getLocale(DispatcherServlet.java:997)
at org.springframework.web.servlet.DispatcherServlet$1.toString(DispatcherServlet.java:1001)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks(WebappClassLoaderBase.java:2734)
at org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalsForLeaks(WebappClassLoaderBase.java:2668)
at org.apache.catalina.loader.WebappClassLoaderBase.clearReferences(WebappClassLoaderBase.java:2174)
at org.apache.catalina.loader.WebappClassLoaderBase.stop(WebappClassLoaderBase.java:2068)
at org.apache.catalina.loader.WebappLoader.stopInternal(WebappLoader.java:661)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5822)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:224)
at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1025)
at org.apache.catalina.startup.HostConfig.undeploy(HostConfig.java:1561)
at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1469)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1744)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:333)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1371)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1543)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1553)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1521)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Locale context]) and a value of type [org.springframework.web.servlet.DispatcherServlet$1] (value [Unknown]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:06 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Request attributes]) and a value of type [org.springframework.web.context.request.ServletRequestAttributes] (value [org.apache.catalina.connector.RequestFacade@671f6c0e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 4:11:13 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 4:11:14 PM org.apache.catalina.loader.WebappClassLoaderBase findResourceInternal
INFO: Illegal access: this web application instance has been stopped already. Could not load org/apache.class. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
Feb 20, 2017 4:11:14 PM org.apache.catalina.loader.WebappClassLoaderBase loadClass
INFO: Illegal access: this web application instance has been stopped already. Could not load org.apache.log4j.spi.ThrowableInformation. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1743)
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1701)
at org.apache.log4j.spi.LoggingEvent.<init>(LoggingEvent.java:165)
at org.apache.log4j.Category.forcedLog(Category.java:391)
at org.apache.log4j.Category.log(Category.java:856)
at org.apache.commons.logging.impl.Log4JLogger.debug(Log4JLogger.java:188)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:910)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 20, 2017 4:11:15 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 4:11:21 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 4:11:41 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 27,441 ms
Feb 20, 2017 4:16:35 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: DELETE FROM `user_login_token` WHERE (user_login_token.id = 72322)
Feb 20, 2017 4:16:36 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `user_login_token` (`user_login_token`.`user_id`,`user_login_token`.`login_token`,`user_login_token`.`expired_date`) VALUES(6577,486f7964fd0e,2017-02-27 16:16:36.002)
Feb 20, 2017 4:19:12 PM com.sajilni.service.util.FileUtil stream
INFO: ERROR IN org.apache.catalina.connector.ClientAbortException: java.net.SocketException: Broken pipe (Write failed)
Feb 20, 2017 4:19:12 PM com.sajilni.service.util.FileUtil stream
INFO: ERROR IN org.apache.catalina.connector.ClientAbortException: java.net.SocketException: Broken pipe (Write failed)
Feb 20, 2017 4:19:12 PM com.sajilni.controller.file.FileStreamController streamFile
INFO: ERROR IN java.lang.RuntimeException: org.apache.catalina.connector.ClientAbortException: java.net.SocketException: Broken pipe (Write failed)
Feb 20, 2017 4:19:13 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4338
Feb 20, 2017 4:19:34 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 20, 2017 4:19:40 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: Sajilni_background_image_1484819233987.jpg FROM: images END FOLDER
Feb 20, 2017 4:19:43 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//Sajilni_background_image_1484819233987.jpg into images/fileupload-thumbnail_80x-1
Feb 20, 2017 4:19:43 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Sajilni_background_image_1484819233987.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 20, 2017 4:19:44 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//Sajilni_event_background__1483441400474.jpg into images/fileupload-thumbnail_80x-1
Feb 20, 2017 4:19:44 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Sajilni_event_background__1483441400474.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 20, 2017 4:53:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: DELETE FROM `user_login_token` WHERE (user_login_token.id = 72329)
Feb 20, 2017 4:53:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `user_login_token` (`user_login_token`.`user_id`,`user_login_token`.`login_token`,`user_login_token`.`expired_date`) VALUES(6577,4c2763a2084be,2017-02-27 16:53:44.029)
Feb 20, 2017 7:58:21 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@509c2a6e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6f90afb8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@79a9cc04]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@37109af4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6ee0922]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6ce98b28]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5b17b35d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@686355f1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1eb2e6c6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3ea29ef3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@58495f21]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2af75504]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@23fa124a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@90545c0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1b27b396]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@b689a83]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@78f3b1e6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5b7bc07d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7de67387]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3215423a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@570cb91f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@52f1e3ab]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1cc5c839]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4594d09]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@36afc8dc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6b1e9919]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@59281043]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@17d73f6a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5f76fc64]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@403f70c2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@590cca8e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@778e82aa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1ff3d5e3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@24710fbf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1b16e905]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@180ea31f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@19d32130]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3573d942]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@19815028]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6944f66b]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@747a1e5c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 20, 2017 7:58:22 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 20, 2017 7:58:23 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 20, 2017 7:58:27 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 20, 2017 7:58:42 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 20,356 ms
Feb 21, 2017 11:32:06 AM org.apache.coyote.http11.AbstractHttp11Processor process
INFO: Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
at org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:132)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:992)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 21, 2017 11:35:24 AM org.apache.coyote.http11.AbstractHttp11Processor process
INFO: Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
at org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:132)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:992)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 21, 2017 11:53:04 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 11:53:04 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 11:53:04 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 11:53:04 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 11:53:06 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 11:53:09 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 11:53:26 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 22,012 ms
Feb 21, 2017 11:54:10 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: ib_1487159834893.jpg FROM: images END FOLDER
Feb 21, 2017 11:54:10 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: eventpage_sajilni-001_1487496832785.jpg FROM: images END FOLDER
Feb 21, 2017 11:54:11 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: english-oct_1487327761601.jpg FROM: images END FOLDER
Feb 21, 2017 11:54:11 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: coaching-oct_1487326321555.jpg FROM: images END FOLDER
Feb 21, 2017 12:10:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:10:17.193,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:10:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:10:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:10:18.045,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:10:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:10:40.185,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:10:40.531,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252107,2596,4394,0,aGh4vWkq3x,2017-02-21 13:10:40.393,2017-02-21 12:10:40.392,100.0,0.0,JOD,1.0,4363,4550,0,'',1,Asia/Amman)
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721727,0,false,4394)
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252107 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:10:40.531 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252107 LIMIT 1
Feb 21, 2017 12:10:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721727,0,1.0,Tue Feb 21 12:10:40 UTC 2017)
Feb 21, 2017 12:10:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721727 , `order_item`.`order_id` = 1252107 , `order_item`.`product_id` = 2596 , `order_item`.`event_date_product_id` = 4394 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = aGh4vWkq3x , `order_item`.`expiry_date` = 2017-02-21 13:10:40.393 , `order_item`.`created` = 2017-02-21 12:10:40.392 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = JOD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4363 , `order_item`.`event_date_id` = 4550 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721727 LIMIT 1
Feb 21, 2017 12:10:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721727,0,-1.0,Tue Feb 21 12:10:44 UTC 2017)
Feb 21, 2017 12:10:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:10:50 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:10:50.831,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:10:50 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:10:52 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:10:52.453,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:10:52 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:11:01 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:11:01.661,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:11:01 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:11:01 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:11:01 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:11:01.988,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:11:01 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252111,2692,4493,0,XOvWh2Unff,2017-02-21 13:11:01.871,2017-02-21 12:11:01.871,100.0,0.0,USD,1.0,4381,4568,0,'',1,Asia/Amman)
Feb 21, 2017 12:11:02 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721728,0,false,4493)
Feb 21, 2017 12:11:02 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252111 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:11:01.988 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252111 LIMIT 1
Feb 21, 2017 12:11:02 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721728,0,1.0,Tue Feb 21 12:11:02 UTC 2017)
Feb 21, 2017 12:11:46 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@22f25756]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5999bcca]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5aa0de1e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4415866f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@74ed315c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6006ace7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3c8aced7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@54c411d7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@49beadc2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c0a5186]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@769cc8a6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2a2350b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3ece4820]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7086a81e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@604f9750]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@73d6ec3f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f15252d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7a16bc89]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@667f418c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@220cee68]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@34a68b49]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7b1b8ba0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@67f4d66e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@224e1b56]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@22b22095]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@553e9e8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4455188a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@16933ffd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@25961332]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f90a2c1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@536d7cf1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5c0ecdb6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@49944a86]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@73a87fdf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:46 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72ad80cd]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4b1a0faf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:11:47 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 12:11:48 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 12:11:52 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 12:12:09 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 22,570 ms
Feb 21, 2017 12:12:53 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:12:53.079,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:12:53 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:12:53.074,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:12:53 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:12:53 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:14:49 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@49ab89ad]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@741b6f0c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@56772b44]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@a486371]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1fbb7574]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@30f70a80]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5fb53ad1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@162f99bd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@527b5ed9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5ad0fd1c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2cc52725]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@464db171]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4e48a2f7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@13ad9e3f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@16546f60]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3db992e2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@366dd0b8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@494efc2c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7cd4a50a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@d0b06f0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@553beff9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6b2ad6ee]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@320fc274]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@67e67e43]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6d280161]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5008378c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c58539b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@48983235]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6596114e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@74b3fe27]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@376d61ca]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2a29afa1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 12:14:49 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 12:14:51 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 12:14:54 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 12:15:12 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 23,056 ms
Feb 21, 2017 12:15:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:15:38.725,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:15:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:15:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:15:40.614,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:15:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:15:47.087,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:15:47.498,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:15:47.779,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252118,2692,4493,0,GQM1pxloex,2017-02-21 13:15:47.614,2017-02-21 12:15:47.614,100.0,0.0,USD,1.0,4381,4568,0,'',1,Asia/Amman)
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721729,0,false,4493)
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(?,?,?,?)]; Duplicate entry '0-4493' for key 'unique_index'; nested exception is com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:241)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.service.cart.CartService.addToCart(CartService.java:86)
at com.sajilni.controller.order.CartControllerNew.buyTicketsStepForms(CartControllerNew.java:741)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 57 more
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252118 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:15:47.779 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252118 LIMIT 1
Feb 21, 2017 12:15:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721729,0,1.0,Tue Feb 21 12:15:47 UTC 2017)
Feb 21, 2017 12:17:14 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721729 , `order_item`.`order_id` = 1252118 , `order_item`.`product_id` = 2692 , `order_item`.`event_date_product_id` = 4493 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = GQM1pxloex , `order_item`.`expiry_date` = 2017-02-21 13:15:47.614 , `order_item`.`created` = 2017-02-21 12:15:47.614 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = USD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4381 , `order_item`.`event_date_id` = 4568 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721729 LIMIT 1
Feb 21, 2017 12:17:14 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721729,0,-1.0,Tue Feb 21 12:17:14 UTC 2017)
Feb 21, 2017 12:17:14 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:17:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:17:40.522,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:17:40 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:17:42 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:17:42.154,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:17:42 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:17:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:17:44.751,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:17:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:17:44 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:17:45 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:17:45.074,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:17:45 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252122,2692,4493,0,Wog5VDBei0,2017-02-21 13:17:44.956,2017-02-21 12:17:44.956,100.0,0.0,USD,1.0,4381,4568,0,'',1,Asia/Amman)
Feb 21, 2017 12:17:45 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721730,0,false,4493)
Feb 21, 2017 12:17:45 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(?,?,?,?)]; Duplicate entry '0-4493' for key 'unique_index'; nested exception is com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:241)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.service.cart.CartService.addToCart(CartService.java:86)
at com.sajilni.controller.order.CartControllerNew.buyTicketsStepForms(CartControllerNew.java:741)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 57 more
Feb 21, 2017 12:17:45 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252122 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:17:45.074 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252122 LIMIT 1
Feb 21, 2017 12:17:45 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721730,0,1.0,Tue Feb 21 12:17:45 UTC 2017)
Feb 21, 2017 12:17:52 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 21, 2017 12:17:54 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487679472128.pdf FROM: tmp END FOLDER
Feb 21, 2017 12:17:54 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487679472128.pdf TO: tmp END FOLDER
Feb 21, 2017 12:17:54 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `file_info` (`file_info`.`name`,`file_info`.`physical_name`,`file_info`.`mime_type`,`file_info`.`owner_id`,`file_info`.`access`,`file_info`.`created`,`file_info`.`size`) VALUES(shareefpdftest.pdf,shareefpdftest_1487679472128.pdf,application/pdf,0,0,2017-02-21 12:17:54.522,494226)
Feb 21, 2017 12:17:54 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1487679472128.pdf into files
Feb 21, 2017 12:17:54 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487679472128.pdf FROM: files END FOLDER
Feb 21, 2017 12:17:54 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487679472128.pdf TO: files END FOLDER
Feb 21, 2017 12:18:37 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:18:37.179,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:18:37 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:18:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:18:38.691,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:18:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:18:41.272,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:18:41.612,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252126,2692,4493,0,UE7TwOJypb,2017-02-21 13:18:41.467,2017-02-21 12:18:41.467,100.0,0.0,USD,1.0,4381,4568,0,'',1,Asia/Amman)
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721731,0,false,4493)
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(?,?,?,?)]; Duplicate entry '0-4493' for key 'unique_index'; nested exception is com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:241)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.service.cart.CartService.addToCart(CartService.java:86)
at com.sajilni.controller.order.CartControllerNew.buyTicketsStepForms(CartControllerNew.java:741)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 57 more
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252126 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:18:41.612 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252126 LIMIT 1
Feb 21, 2017 12:18:41 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721731,0,1.0,Tue Feb 21 12:18:41 UTC 2017)
Feb 21, 2017 12:19:04 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721731 , `order_item`.`order_id` = 1252126 , `order_item`.`product_id` = 2692 , `order_item`.`event_date_product_id` = 4493 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = UE7TwOJypb , `order_item`.`expiry_date` = 2017-02-21 13:18:41.467 , `order_item`.`created` = 2017-02-21 12:18:41.467 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = USD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4381 , `order_item`.`event_date_id` = 4568 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721731 LIMIT 1
Feb 21, 2017 12:19:04 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721731,0,-1.0,Tue Feb 21 12:19:04 UTC 2017)
Feb 21, 2017 12:19:04 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:19:13 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:19:13.487,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:19:13 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:19:14 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:19:14.963,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:19:14 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:19:16 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:19:16.941,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:19:16 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:19:17.066,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:19:17.3,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252131,2692,4493,0,0m8JAiFVwQ,2017-02-21 13:19:17.175,2017-02-21 12:19:17.175,100.0,0.0,USD,1.0,4381,4568,0,'',1,Asia/Amman)
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721732,0,false,4493)
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(?,?,?,?)]; Duplicate entry '0-4493' for key 'unique_index'; nested exception is com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:241)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.service.cart.CartService.addToCart(CartService.java:86)
at com.sajilni.controller.order.CartControllerNew.buyTicketsStepForms(CartControllerNew.java:741)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 57 more
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252131 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:19:17.3 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252131 LIMIT 1
Feb 21, 2017 12:19:17 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721732,0,1.0,Tue Feb 21 12:19:17 UTC 2017)
Feb 21, 2017 12:19:22 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 21, 2017 12:19:22 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487679562895.pdf FROM: tmp END FOLDER
Feb 21, 2017 12:19:23 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487679562895.pdf TO: tmp END FOLDER
Feb 21, 2017 12:19:23 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `file_info` (`file_info`.`name`,`file_info`.`physical_name`,`file_info`.`mime_type`,`file_info`.`owner_id`,`file_info`.`access`,`file_info`.`created`,`file_info`.`size`) VALUES(shareefpdftest.pdf,shareefpdftest_1487679562895.pdf,application/pdf,0,0,2017-02-21 12:19:23.091,494226)
Feb 21, 2017 12:19:23 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1487679562895.pdf into files
Feb 21, 2017 12:19:23 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487679562895.pdf FROM: files END FOLDER
Feb 21, 2017 12:19:23 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487679562895.pdf TO: files END FOLDER
Feb 21, 2017 12:20:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721732 , `order_item`.`order_id` = 1252131 , `order_item`.`product_id` = 2692 , `order_item`.`event_date_product_id` = 4493 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = 0m8JAiFVwQ , `order_item`.`expiry_date` = 2017-02-21 13:19:17.175 , `order_item`.`created` = 2017-02-21 12:19:17.175 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = USD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4381 , `order_item`.`event_date_id` = 4568 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721732 LIMIT 1
Feb 21, 2017 12:20:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721732,0,-1.0,Tue Feb 21 12:20:28 UTC 2017)
Feb 21, 2017 12:20:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:20:34 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:20:34.364,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:20:34 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:20:35 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:20:35.821,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:20:35 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:20:38.093,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:20:38.392,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252135,2692,4493,0,owPg6eWYas,2017-02-21 13:20:38.289,2017-02-21 12:20:38.289,100.0,0.0,USD,1.0,4381,4568,0,'',1,Asia/Amman)
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721733,0,false,4493)
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(?,?,?,?)]; Duplicate entry '0-4493' for key 'unique_index'; nested exception is com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:241)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.service.cart.CartService.addToCart(CartService.java:86)
at com.sajilni.controller.order.CartControllerNew.buyTicketsStepForms(CartControllerNew.java:741)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '0-4493' for key 'unique_index'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 57 more
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252135 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:20:38.392 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252135 LIMIT 1
Feb 21, 2017 12:20:38 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721733,0,1.0,Tue Feb 21 12:20:38 UTC 2017)
Feb 21, 2017 12:20:45 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 21, 2017 12:20:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487679645036.pdf FROM: tmp END FOLDER
Feb 21, 2017 12:20:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487679645036.pdf TO: tmp END FOLDER
Feb 21, 2017 12:20:45 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `file_info` (`file_info`.`name`,`file_info`.`physical_name`,`file_info`.`mime_type`,`file_info`.`owner_id`,`file_info`.`access`,`file_info`.`created`,`file_info`.`size`) VALUES(shareefpdftest.pdf,shareefpdftest_1487679645036.pdf,application/pdf,0,0,2017-02-21 12:20:45.21,494226)
Feb 21, 2017 12:20:45 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1487679645036.pdf into files
Feb 21, 2017 12:20:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487679645036.pdf FROM: files END FOLDER
Feb 21, 2017 12:20:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487679645036.pdf TO: files END FOLDER
Feb 21, 2017 12:22:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721733 , `order_item`.`order_id` = 1252135 , `order_item`.`product_id` = 2692 , `order_item`.`event_date_product_id` = 4493 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = owPg6eWYas , `order_item`.`expiry_date` = 2017-02-21 13:20:38.289 , `order_item`.`created` = 2017-02-21 12:20:38.289 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = USD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4381 , `order_item`.`event_date_id` = 4568 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721733 LIMIT 1
Feb 21, 2017 12:22:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721733,0,-1.0,Tue Feb 21 12:22:05 UTC 2017)
Feb 21, 2017 12:22:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:22:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:22:05.857,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:22:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:22:21 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721730 , `order_item`.`order_id` = 1252122 , `order_item`.`product_id` = 2692 , `order_item`.`event_date_product_id` = 4493 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = Wog5VDBei0 , `order_item`.`expiry_date` = 2017-02-21 13:17:44.956 , `order_item`.`created` = 2017-02-21 12:17:44.956 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = USD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4381 , `order_item`.`event_date_id` = 4568 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721730 LIMIT 1
Feb 21, 2017 12:22:21 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721730,0,-1.0,Tue Feb 21 12:22:21 UTC 2017)
Feb 21, 2017 12:22:21 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:23:04 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:23:04.136,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:23:04 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:57:02 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:57:02.034,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:57:02 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:57:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:57:05.602,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:57:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:57:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:57:05.962,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:57:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 12:57:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 12:57:06.182,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 12:57:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252141,2631,4429,0,dLFe6Jcg4e,2017-02-21 13:57:06.076,2017-02-21 12:57:06.076,7.0,0.0,JOD,1.0,4407,4595,0,'',1,Asia/Amman)
Feb 21, 2017 12:57:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721734,0,false,4429)
Feb 21, 2017 12:57:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252141 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:57:06.182 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252141 LIMIT 1
Feb 21, 2017 12:57:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721734,0,1.0,Tue Feb 21 12:57:06 UTC 2017)
Feb 21, 2017 12:57:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `form_submission` (`form_submission`.`form_id`) VALUES(1)
Feb 21, 2017 12:57:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `submission_entry` (`submission_entry`.`form_submission_id`,`submission_entry`.`question_id`,`submission_entry`.`text`) VALUES(282156,2,asdf)
Feb 21, 2017 12:57:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721734 , `order_item`.`order_id` = 1252141 , `order_item`.`product_id` = 2631 , `order_item`.`event_date_product_id` = 4429 , `order_item`.`form_submission_id` = 282156 , `order_item`.`reference_number` = dLFe6Jcg4e , `order_item`.`expiry_date` = 2017-02-21 13:57:06.076 , `order_item`.`created` = 2017-02-21 12:57:06.076 , `order_item`.`sub_total` = 7.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = JOD , `order_item`.`status` = 1.0 , `order_item`.`event_id` = 4407 , `order_item`.`event_date_id` = 4595 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721734 LIMIT 1
Feb 21, 2017 12:57:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721734,0,1.0,Tue Feb 21 12:57:18 UTC 2017)
Feb 21, 2017 12:57:18 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_payment_calc` (`order_item_payment_calc`.`order_item_id`,`order_item_payment_calc`.`payment_id`,`order_item_payment_calc`.`payment_commission_charged`,`order_item_payment_calc`.`payment_commission_absorbed`,`order_item_payment_calc`.`service_commission_charged`,`order_item_payment_calc`.`service_commission_absorbed`,`order_item_payment_calc`.`is_free`,`order_item_payment_calc`.`currency`,`order_item_payment_calc`.`ticket_refund_amount`,`order_item_payment_calc`.`order_refund_amount`,`order_item_payment_calc`.`order_discount_amount`,`order_item_payment_calc`.`ticket_discount_amount`) VALUES(721734,0,0.0,0.0,0.0,0.0,false,USD,0.0,0.0,0.0,0.0)
Feb 21, 2017 12:57:19 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252141 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 12:57:06.182 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = 188.247.65.130 , `order`.`browsing_country` = US WHERE order.id = 1252141 LIMIT 1
Feb 21, 2017 12:57:19 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721734 , `order_item`.`order_id` = 1252141 , `order_item`.`product_id` = 2631 , `order_item`.`event_date_product_id` = 4429 , `order_item`.`form_submission_id` = 282156 , `order_item`.`reference_number` = dLFe6Jcg4e , `order_item`.`expiry_date` = 2017-02-21 13:57:06.076 , `order_item`.`created` = 2017-02-21 12:57:06.076 , `order_item`.`sub_total` = 7.0 , `order_item`.`total` = 7.0 , `order_item`.`currency` = JOD , `order_item`.`status` = 1.0 , `order_item`.`event_id` = 4407 , `order_item`.`event_date_id` = 4595 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721734 LIMIT 1
Feb 21, 2017 12:57:19 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_payment_calc` SET `order_item_payment_calc`.`id` = 29176 , `order_item_payment_calc`.`order_item_id` = 721734 , `order_item_payment_calc`.`payment_id` = 0 , `order_item_payment_calc`.`payment_commission_charged` = 4.0 , `order_item_payment_calc`.`payment_commission_absorbed` = 0.0 , `order_item_payment_calc`.`service_commission_charged` = 0.0 , `order_item_payment_calc`.`service_commission_absorbed` = 0.35 , `order_item_payment_calc`.`is_free` = false , `order_item_payment_calc`.`currency` = USD , `order_item_payment_calc`.`ticket_refund_amount` = 0.0 , `order_item_payment_calc`.`order_refund_amount` = 0.0 , `order_item_payment_calc`.`order_discount_amount` = 0.0 , `order_item_payment_calc`.`ticket_discount_amount` = 0.0 WHERE order_item_payment_calc.id = 29176 LIMIT 1
Feb 21, 2017 12:57:19 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `discount_calc` SET `discount_calc`.`id` = 5373 , `discount_calc`.`payment_id` = 0 , `discount_calc`.`discount` = 0.0 , `discount_calc`.`currency` = JOD WHERE discount_calc.id = 5373 LIMIT 1
Feb 21, 2017 12:57:19 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_payment_calc` SET `order_item_payment_calc`.`id` = 29176 , `order_item_payment_calc`.`order_item_id` = 721734 , `order_item_payment_calc`.`payment_id` = 0 , `order_item_payment_calc`.`payment_commission_charged` = 4.0 , `order_item_payment_calc`.`payment_commission_absorbed` = 0.0 , `order_item_payment_calc`.`service_commission_charged` = 0.0 , `order_item_payment_calc`.`service_commission_absorbed` = 0.35 , `order_item_payment_calc`.`is_free` = false , `order_item_payment_calc`.`currency` = USD , `order_item_payment_calc`.`ticket_refund_amount` = 0.0 , `order_item_payment_calc`.`order_refund_amount` = 0.0 , `order_item_payment_calc`.`order_discount_amount` = 0.0 , `order_item_payment_calc`.`ticket_discount_amount` = 0.0 WHERE order_item_payment_calc.id = 29176 LIMIT 1
Feb 21, 2017 1:00:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721734 , `order_item`.`order_id` = 1252141 , `order_item`.`product_id` = 2631 , `order_item`.`event_date_product_id` = 4429 , `order_item`.`form_submission_id` = 282156 , `order_item`.`reference_number` = dLFe6Jcg4e , `order_item`.`expiry_date` = 2017-02-21 13:57:06.076 , `order_item`.`created` = 2017-02-21 12:57:06.076 , `order_item`.`sub_total` = 7.0 , `order_item`.`total` = 7.0 , `order_item`.`currency` = JOD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4407 , `order_item`.`event_date_id` = 4595 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721734 LIMIT 1
Feb 21, 2017 1:00:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721734,0,-1.0,Tue Feb 21 13:00:47 UTC 2017)
Feb 21, 2017 1:00:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 1:00:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721734 , `order_item`.`order_id` = 1252141 , `order_item`.`product_id` = 2631 , `order_item`.`event_date_product_id` = 4429 , `order_item`.`form_submission_id` = 282156 , `order_item`.`reference_number` = dLFe6Jcg4e , `order_item`.`expiry_date` = 2017-02-21 13:57:06.076 , `order_item`.`created` = 2017-02-21 12:57:06.076 , `order_item`.`sub_total` = 7.0 , `order_item`.`total` = 7.0 , `order_item`.`currency` = JOD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4407 , `order_item`.`event_date_id` = 4595 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721734 LIMIT 1
Feb 21, 2017 1:00:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721734,0,-1.0,Tue Feb 21 13:00:47 UTC 2017)
Feb 21, 2017 1:00:47 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 3:02:04 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: facebook_1391265432875.png FROM: images END FOLDER
Feb 21, 2017 3:02:04 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: twitter_1391265497668.png FROM: images END FOLDER
Feb 21, 2017 3:02:04 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: instagram_1391265524352.png FROM: images END FOLDER
Feb 21, 2017 7:44:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 19:44:05.016,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 7:44:05 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:44:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 19:44:06.144,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 7:44:06 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:44:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 19:44:28.417,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 7:44:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:44:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 19:44:28.912,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 7:44:28 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:44:29 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order` (`order`.`sales_channel_id`,`order`.`created`,`order`.`buy_source_id`,`order`.`time_zone_id`,`order`.`log_history`,`order`.`last_log`,`order`.`send_ticket`,`order`.`browsing_ip`,`order`.`browsing_country`) VALUES(0,2017-02-21 19:44:29.131,0,Etc/UTC,'','',true,'','')
Feb 21, 2017 7:44:29 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item` (`order_item`.`order_id`,`order_item`.`product_id`,`order_item`.`event_date_product_id`,`order_item`.`form_submission_id`,`order_item`.`reference_number`,`order_item`.`expiry_date`,`order_item`.`created`,`order_item`.`sub_total`,`order_item`.`total`,`order_item`.`currency`,`order_item`.`status`,`order_item`.`event_id`,`order_item`.`event_date_id`,`order_item`.`payment_id`,`order_item`.`discount_code`,`order_item`.`reference_number_source_id`,`order_item`.`time_zone_id`) VALUES(1252146,2596,4394,0,6qI3XkYO3B,2017-02-21 20:44:29.016,2017-02-21 19:44:29.016,100.0,0.0,JOD,1.0,4363,4550,0,'',1,Asia/Amman)
Feb 21, 2017 7:44:29 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_seat` (`order_item_seat`.`order_item_id`,`order_item_seat`.`seating_chart_seat_id`,`order_item_seat`.`free_seating`,`order_item_seat`.`event_date_product_id`) VALUES(721735,0,false,4394)
Feb 21, 2017 7:44:29 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order` SET `order`.`id` = 1252146 , `order`.`sales_channel_id` = 0 , `order`.`created` = 2017-02-21 19:44:29.131 , `order`.`buy_source_id` = 0 , `order`.`time_zone_id` = Asia/Amman , `order`.`log_history` = '' , `order`.`last_log` = '' , `order`.`send_ticket` = true , `order`.`browsing_ip` = '' , `order`.`browsing_country` = '' WHERE order.id = 1252146 LIMIT 1
Feb 21, 2017 7:44:29 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721735,0,1.0,Tue Feb 21 19:44:29 UTC 2017)
Feb 21, 2017 7:44:36 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721735 , `order_item`.`order_id` = 1252146 , `order_item`.`product_id` = 2596 , `order_item`.`event_date_product_id` = 4394 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = 6qI3XkYO3B , `order_item`.`expiry_date` = 2017-02-21 20:44:29.016 , `order_item`.`created` = 2017-02-21 19:44:29.016 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = JOD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4363 , `order_item`.`event_date_id` = 4550 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721735 LIMIT 1
Feb 21, 2017 7:44:36 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721735 , `order_item`.`order_id` = 1252146 , `order_item`.`product_id` = 2596 , `order_item`.`event_date_product_id` = 4394 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = 6qI3XkYO3B , `order_item`.`expiry_date` = 2017-02-21 20:44:29.016 , `order_item`.`created` = 2017-02-21 19:44:29.016 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = JOD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4363 , `order_item`.`event_date_id` = 4550 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721735 LIMIT 1
Feb 21, 2017 7:44:36 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721735,0,-1.0,Tue Feb 21 19:44:36 UTC 2017)
Feb 21, 2017 7:44:36 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721735,0,-1.0,Tue Feb 21 19:44:36 UTC 2017)
Feb 21, 2017 7:44:36 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item` SET `order_item`.`id` = 721735 , `order_item`.`order_id` = 1252146 , `order_item`.`product_id` = 2596 , `order_item`.`event_date_product_id` = 4394 , `order_item`.`form_submission_id` = 0 , `order_item`.`reference_number` = 6qI3XkYO3B , `order_item`.`expiry_date` = 2017-02-21 20:44:29.016 , `order_item`.`created` = 2017-02-21 19:44:29.016 , `order_item`.`sub_total` = 100.0 , `order_item`.`total` = 0.0 , `order_item`.`currency` = JOD , `order_item`.`status` = -1.0 , `order_item`.`event_id` = 4363 , `order_item`.`event_date_id` = 4550 , `order_item`.`payment_id` = 0 , `order_item`.`discount_code` = '' , `order_item`.`reference_number_source_id` = 1 , `order_item`.`time_zone_id` = Asia/Amman WHERE order_item.id = 721735 LIMIT 1
Feb 21, 2017 7:44:37 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: INSERT INTO `order_item_status_log` (`order_item_status_log`.`order_item_id`,`order_item_status_log`.`user_id`,`order_item_status_log`.`order_item_status`,`order_item_status_log`.`modified_date`) VALUES(721735,0,-1.0,Tue Feb 21 19:44:36 UTC 2017)
Feb 21, 2017 7:44:37 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:44:37 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:44:37 PM com.jrupal.database.SqlQueryBuilder printFinalQuery
INFO: UPDATE `order_item_seat` INNER JOIN order_item ON order_item_seat.order_item_id = order_item.id SET `order_item_seat`.`event_date_product_id` = WHERE order_item_seat.event_date_product_id IS NOT NULL and order_item.status <= -1.0
Feb 21, 2017 7:49:14 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6223c94b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2a1f11d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1fd6eda5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@33ba0a0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7fae581d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@728a77ec]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5a1917dd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4f9929e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@91a4cac]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@288e7f74]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3a3b2247]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@729e2afc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@29ba672f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7294d8b3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@115ef5bc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1294f4a1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@686d6ac3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3c68763d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5a7d9719]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6ff9410b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6cc10545]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@13674f7e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2594d754]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@c03bf4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@644fed84]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4d7a52cc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4ed71240]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4f499ff5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@54f16855]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4b02bc35]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3db1e207]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3e847473]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@61e80036]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f55eb2a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@dc6871d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@10fc5d3a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@610fafd0]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@31b416a3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:49:15 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 7:49:18 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 7:49:22 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 7:55:47 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 21, 2017 7:55:47 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 21, 2017 7:55:47 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 21, 2017 7:55:47 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 21, 2017 7:55:47 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 21, 2017 7:55:47 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 21, 2017 7:55:50 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 21, 2017 7:55:51 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 21, 2017 7:55:51 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3880 ms
Feb 21, 2017 7:55:52 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 21, 2017 7:55:52 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 21, 2017 7:55:52 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 7:55:53 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 7:56:07 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 7:56:34 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 42,553 ms
Feb 21, 2017 7:56:34 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 21, 2017 7:56:34 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 42942 ms
Feb 21, 2017 7:56:38 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 7:56:44 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2e7b4448]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9b8b789]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1dafaac0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2a460a53]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5e6b4257]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1223a2ec]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@72bae3c2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@68347b54]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6cc9f5ff]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:44 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@367025db]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@63721e48]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 7:56:45 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 7:56:46 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 7:56:51 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 7:57:11 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 26,139 ms
Feb 21, 2017 8:00:51 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@14c5d87c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@63d1d81a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7ca671a8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1caecafa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2612e72b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4b6efafb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@40ae90f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6e190a6e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5f838339]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@63061310]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3017ccee]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@167bfaf8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@55a22945]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@66f2e72]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@891e2ed]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@41f4653d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5588447]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7a3b2620]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7dba2500]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1f857a07]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5e3eaf0c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7d9788cd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@51a9205a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@65483d2a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4ea5a840]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@f3590b9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1786caf5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@33830442]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@50075dda]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7314af3b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@52e412ce]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@48c8c9a]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@79eeadc4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:00:51 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 8:00:53 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 8:00:57 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 8:01:17 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 26,323 ms
Feb 21, 2017 8:08:18 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@69c02985]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4dc15cbe]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@32684331]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@47f253f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6c9bb834]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2b782db5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5bf99220]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@26d202bd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@17b9544b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7d46d68c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6a392396]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5cc80386]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@18e1f58]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4a375b53]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@69b1e410]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@75791e93]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@47cabbb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@746195a4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@12966e5c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2f26671b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4e663037]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@36d240ea]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@17972ce2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@b959fb4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@740de179]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@507c3a02]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7ea2fcd3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@59eda48c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@427080e1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@736d1e87]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1a40305d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2ebd3e5d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@688cc4e3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@730e7653]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@68d762b7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:18 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@7829c112]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2f5ff626]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 21, 2017 8:08:19 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 21, 2017 8:08:21 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 21, 2017 8:08:25 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 21, 2017 8:08:47 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 27,826 ms
Feb 21, 2017 10:02:50 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 21, 2017 10:02:52 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487714570835.pdf FROM: tmp END FOLDER
Feb 21, 2017 10:02:53 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487714570835.pdf TO: tmp END FOLDER
Feb 21, 2017 10:02:53 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1487714570835.pdf into files
Feb 21, 2017 10:02:53 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487714570835.pdf FROM: files END FOLDER
Feb 21, 2017 10:02:53 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487714570835.pdf TO: files END FOLDER
Feb 21, 2017 10:03:35 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//coaching-oct_1487326321555.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 21, 2017 10:03:35 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: coaching-oct_1487326321555.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 21, 2017 10:03:42 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4381
Feb 21, 2017 10:04:21 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 21, 2017 10:04:21 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487714661503.pdf FROM: tmp END FOLDER
Feb 21, 2017 10:04:21 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487714661503.pdf TO: tmp END FOLDER
Feb 21, 2017 10:04:21 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1487714661503.pdf into files
Feb 21, 2017 10:04:21 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487714661503.pdf FROM: files END FOLDER
Feb 21, 2017 10:04:22 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487714661503.pdf TO: files END FOLDER
Feb 21, 2017 10:04:34 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 21, 2017 10:04:34 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487714674254.pdf FROM: tmp END FOLDER
Feb 21, 2017 10:04:34 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487714674254.pdf TO: tmp END FOLDER
Feb 21, 2017 10:04:34 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1487714674254.pdf into files
Feb 21, 2017 10:04:34 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1487714674254.pdf FROM: files END FOLDER
Feb 21, 2017 10:04:34 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1487714674254.pdf TO: files END FOLDER
Feb 22, 2017 1:21:31 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@34c7940c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@44f916d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2ecc618b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2cfb157a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2494831d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5c28ba1b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@11a5482c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6501dfa7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@650d2471]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7cecb2a9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@47337130]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2c246296]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2006f5cf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3966629c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@65003e71]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6abfd095]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7d80e880]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7778172e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@13ef4c06]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7c01d96]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7d7e2106]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4a8898e0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@23ee72cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2445f78d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@283f8412]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@26fe466d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@76d61053]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7da4789b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@29ef6c29]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7df69a57]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3b644932]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@65da9e65]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@378638d3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3316246c]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7e6b2856]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 22, 2017 1:21:31 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 22, 2017 1:21:32 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 22, 2017 1:21:37 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 22, 2017 1:21:58 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 27,254 ms
Feb 22, 2017 1:32:11 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//english-oct_1487327761601.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:12 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//2017-02-23-Practica-FB_1486841700322.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:14 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: 2017-02-23-Practica-FB_1486841700322.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:14 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: english-oct_1487327761601.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:23 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: img_305_1487415858403.png FROM: images END FOLDER
Feb 22, 2017 1:32:23 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: logo2_1486045923634.png FROM: images END FOLDER
Feb 22, 2017 1:32:23 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//img_305_1487415858403.png into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:23 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: cover-finally--Page-Size_1487525137967.jpg FROM: images END FOLDER
Feb 22, 2017 1:32:23 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: img_305_1487415858403.png FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:23 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: Buy_tickets_1487580507744.jpg FROM: images END FOLDER
Feb 22, 2017 1:32:23 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//logo2_1486045923634.png into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:24 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: logo2_1486045923634.png FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:24 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: 2017-02-16-ValentineParty-FB_1485963724206.jpg FROM: images END FOLDER
Feb 22, 2017 1:32:24 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: ط²ط±ط§ط¹ط©_ط¨ط¯ظˆظ†_ط¬ط±ط§ط­ط©_1481582707072.jpg FROM: images END FOLDER
Feb 22, 2017 1:32:24 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//cover-finally--Page-Size_1487525137967.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:24 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: cover-finally--Page-Size_1487525137967.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:25 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//Buy_tickets_1487580507744.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:25 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Buy_tickets_1487580507744.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:26 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//ط²ط±ط§ط¹ط©_ط¨ط¯ظˆظ†_ط¬ط±ط§ط­ط©_1481582707072.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:26 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: ط²ط±ط§ط¹ط©_ط¨ط¯ظˆظ†_ط¬ط±ط§ط­ط©_1481582707072.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:26 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//TLC_CARTOON_AD-01_1485935952030.png into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:26 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//2017-02-16-ValentineParty-FB_1485963724206.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 22, 2017 1:32:26 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: 2017-02-16-ValentineParty-FB_1485963724206.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:32:26 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: TLC_CARTOON_AD-01_1485935952030.png FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 22, 2017 1:35:01 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4407
Feb 22, 2017 1:36:29 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method bUbRZ37EDL_ticket_1487770589611.html into trash
Feb 22, 2017 1:36:29 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: bUbRZ37EDL_ticket_1487770589611.html FROM: trash END FOLDER
Feb 22, 2017 1:36:29 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: bUbRZ37EDL_ticket_1487770589611.html TO: trash END FOLDER
Feb 22, 2017 1:36:30 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//ticket-bg_1000x387//ticket_1486465164758.jpg into images/ticket-bg_1000x387
Feb 22, 2017 1:36:30 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: ticket_1486465164758.jpg FROM: images/ticket-bg_1000x387 END FOLDER
Feb 22, 2017 1:36:31 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 1:36:31 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487770589742.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 1:36:31 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487770589742.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 1:36:38 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `order_item`.`id`,DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %l:%i %p') as event_date,product.name as ticket_type,product_form.form_id as ticket_form_id,group_concat(submission_entry.text) as holder,order_item_seat.seating_chart_seat_id as seat_id,IF(order_item_seat.free_seating = 1,'Free Seating',CONCAT_WS('-',seating_chart_section.name,seating_chart_row.name,seating_chart_seat.name)) as seat,`order_item_status`.`name` as status FROM `order_item` LEFT JOIN product ON product.id = order_item.product_id INNER JOIN order_item_status ON order_item_status.id = order_item.status LEFT JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id LEFT JOIN event_date ON event_date.id = event_date_product.event_date_id LEFT JOIN product_form ON product.id = product_form.product_id LEFT JOIN order_item_seat ON order_item_seat.order_item_id = order_item.id LEFT JOIN seating_chart_seat ON seating_chart_seat.id = order_item_seat.seating_chart_seat_id LEFT JOIN seating_chart_row ON seating_chart_row.id = seating_chart_seat.row_id LEFT JOIN seating_chart_section ON seating_chart_section.id = seating_chart_row.section_id LEFT JOIN submission_entry ON submission_entry.form_submission_id = order_item.form_submission_id LEFT JOIN question ON question.id = submission_entry.question_id WHERE 1 = :token1 and order_item.payment_id = :token2 and order_item.status >= -2.0 GROUP BY order_item.id HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 22, 2017 2:20:13 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method nHibc0pw6o_ticket_1487773213904.html into trash
Feb 22, 2017 2:20:14 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: nHibc0pw6o_ticket_1487773213904.html FROM: trash END FOLDER
Feb 22, 2017 2:20:14 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: nHibc0pw6o_ticket_1487773213904.html TO: trash END FOLDER
Feb 22, 2017 2:20:14 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 2:20:14 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487773214025.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 2:20:15 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487773214025.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 2:20:15 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method nHibc0pw6o_ticket_1487773215416.html into trash
Feb 22, 2017 2:20:15 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: nHibc0pw6o_ticket_1487773215416.html FROM: trash END FOLDER
Feb 22, 2017 2:20:15 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: nHibc0pw6o_ticket_1487773215416.html TO: trash END FOLDER
Feb 22, 2017 2:20:15 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 2:20:15 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487773215453.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 2:20:15 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487773215453.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 2:28:03 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method h9ynR023Xo_ticket_1487773683291.html into trash
Feb 22, 2017 2:28:03 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: h9ynR023Xo_ticket_1487773683291.html FROM: trash END FOLDER
Feb 22, 2017 2:28:03 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: h9ynR023Xo_ticket_1487773683291.html TO: trash END FOLDER
Feb 22, 2017 2:28:03 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 2:28:03 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487773683363.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 2:28:03 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487773683363.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 2:30:54 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 22, 2017 2:41:26 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 22, 2017 3:07:26 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.form.FormSubmissionService.getTicketFormMap(FormSubmissionService.java:215)
at com.sajilni.controller.order.CartControllerNew.buyTicketsStepPayment(CartControllerNew.java:1246)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:07:45 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1291)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1288)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:07:45 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 5sjM3HNCi1_ticket_1487776065243.html into trash
Feb 22, 2017 3:07:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 5sjM3HNCi1_ticket_1487776065243.html FROM: trash END FOLDER
Feb 22, 2017 3:07:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 5sjM3HNCi1_ticket_1487776065243.html TO: trash END FOLDER
Feb 22, 2017 3:07:45 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 4Bs7PyW7uk_ticket_1487776065377.html into trash
Feb 22, 2017 3:07:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 4Bs7PyW7uk_ticket_1487776065377.html FROM: trash END FOLDER
Feb 22, 2017 3:07:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 4Bs7PyW7uk_ticket_1487776065377.html TO: trash END FOLDER
Feb 22, 2017 3:07:45 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: ib_1487159845773.jpg FROM: images END FOLDER
Feb 22, 2017 3:07:45 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//ticket-bg_1000x387//ib_1487159845773.jpg into images/ticket-bg_1000x387
Feb 22, 2017 3:07:45 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: ib_1487159845773.jpg FROM: images/ticket-bg_1000x387 END FOLDER
Feb 22, 2017 3:07:46 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 3:07:46 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487776065412.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:07:46 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487776065412.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:14:20 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: avatar.png FROM: images END FOLDER
Feb 22, 2017 3:14:27 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4381
Feb 22, 2017 3:14:43 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method sbK0WrbQbd_ticket_1487776483591.html into trash
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: sbK0WrbQbd_ticket_1487776483591.html FROM: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: sbK0WrbQbd_ticket_1487776483591.html TO: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1291)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1288)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:14:43 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method RkGT8KnmK0_ticket_1487776483746.html into trash
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: RkGT8KnmK0_ticket_1487776483746.html FROM: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: RkGT8KnmK0_ticket_1487776483746.html TO: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1291)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1288)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:14:43 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method bTbQmy2XLj_ticket_1487776483831.html into trash
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: bTbQmy2XLj_ticket_1487776483831.html FROM: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: bTbQmy2XLj_ticket_1487776483831.html TO: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1291)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1288)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:14:43 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 80zHmhj6bb_ticket_1487776483918.html into trash
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 80zHmhj6bb_ticket_1487776483918.html FROM: trash END FOLDER
Feb 22, 2017 3:14:43 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 80zHmhj6bb_ticket_1487776483918.html TO: trash END FOLDER
Feb 22, 2017 3:14:44 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//ticket-bg_1000x387//unnamed_(1)_1485871885323.jpg into images/ticket-bg_1000x387
Feb 22, 2017 3:14:44 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: unnamed_(1)_1485871885323.jpg FROM: images/ticket-bg_1000x387 END FOLDER
Feb 22, 2017 3:14:44 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 3:14:44 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487776483967.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:14:44 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487776483967.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:14:45 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method sbK0WrbQbd_ticket_1487776485458.html into trash
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: sbK0WrbQbd_ticket_1487776485458.html FROM: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: sbK0WrbQbd_ticket_1487776485458.html TO: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:489)
at com.sajilni.service.order.OrderItemService.printTickets(OrderItemService.java:1033)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1292)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:14:45 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method RkGT8KnmK0_ticket_1487776485545.html into trash
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: RkGT8KnmK0_ticket_1487776485545.html FROM: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: RkGT8KnmK0_ticket_1487776485545.html TO: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:489)
at com.sajilni.service.order.OrderItemService.printTickets(OrderItemService.java:1033)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1292)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:14:45 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method bTbQmy2XLj_ticket_1487776485633.html into trash
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: bTbQmy2XLj_ticket_1487776485633.html FROM: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: bTbQmy2XLj_ticket_1487776485633.html TO: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:489)
at com.sajilni.service.order.OrderItemService.printTickets(OrderItemService.java:1033)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1292)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:14:45 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 80zHmhj6bb_ticket_1487776485731.html into trash
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 80zHmhj6bb_ticket_1487776485731.html FROM: trash END FOLDER
Feb 22, 2017 3:14:45 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 80zHmhj6bb_ticket_1487776485731.html TO: trash END FOLDER
Feb 22, 2017 3:14:46 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 3:14:46 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487776485765.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:14:46 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487776485765.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:29:51 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [SELECT `product`.`id`,`product`.`name`,`product`.`product_category_id`,`product`.`description`,`product`.`price`,`product`.`currency`,`product`.`qty`,`product`.`max_one_time_sale`,`product`.`min_one_time_sale`,`product`.`shared_qty`,`product`.`owner_id`,`product`.`color`,`product`.`privacy`,`product`.`access_token`,`product`.`checkin_min_hours_span`,`product`.`checkin_qty`,`product`.`free_seating`,`product`.`hide_seating`,`product`.`reference_number`,`product`.`reference_number_source_id`,`product`.`send_ticket`,`product`.`qty_one_time_sale` FROM `product` WHERE id in() ]; nested exception is com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:233)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:637)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:662)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.queryForRowSet(NamedParameterJdbcTemplate.java:251)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:490)
at com.jrupal.database.SelectQueryBuilder.execute(SelectQueryBuilder.java:188)
at com.jrupal.types.JrupalArray.load(JrupalArray.java:185)
at com.jrupal.types.JrupalArray.load(JrupalArray.java:114)
at com.sajilni.controller.event.EventPageControllerNew.pageSlug(EventPageControllerNew.java:134)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1467)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:644)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 57 more
Feb 22, 2017 3:30:32 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: homepage_sajilni-001_(1)_1487496837712.jpg FROM: images END FOLDER
Feb 22, 2017 3:30:32 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: homepage_sajilni-001_(1)_1487496841656.jpg FROM: images END FOLDER
Feb 22, 2017 3:31:24 PM com.jrupal.types.JrupalObject update
SEVERE: Excecption in QueryBuilderResult update(String condition, Object... tokens)
java.lang.NullPointerException
at java.util.ArrayList.addAll(ArrayList.java:577)
at com.jrupal.database.SqlQueryBuilder.prepareTokens(SqlQueryBuilder.java:109)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:468)
at com.jrupal.database.UpdateQueryBuilder.execute(UpdateQueryBuilder.java:136)
at com.jrupal.types.JrupalObject.update(JrupalObject.java:295)
at com.jrupal.types.JrupalArray.update(JrupalArray.java:316)
at com.jrupal.types.JrupalArray.update(JrupalArray.java:295)
at com.sajilni.service.cart.CartService.clearCart(CartService.java:200)
at com.sajilni.controller.order.CartControllerNew.clear(CartControllerNew.java:114)
at sun.reflect.GeneratedMethodAccessor1370.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:31:24 PM com.jrupal.types.JrupalObject update
SEVERE: Excecption in QueryBuilderResult update(String condition, Object... tokens)
java.lang.NullPointerException
at java.util.ArrayList.addAll(ArrayList.java:577)
at com.jrupal.database.SqlQueryBuilder.prepareTokens(SqlQueryBuilder.java:109)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:468)
at com.jrupal.database.UpdateQueryBuilder.execute(UpdateQueryBuilder.java:136)
at com.jrupal.types.JrupalObject.update(JrupalObject.java:295)
at com.jrupal.types.JrupalArray.update(JrupalArray.java:316)
at com.jrupal.types.JrupalArray.update(JrupalArray.java:295)
at com.sajilni.service.cart.CartService.clearCart(CartService.java:200)
at com.sajilni.controller.order.CartControllerNew.clear(CartControllerNew.java:114)
at sun.reflect.GeneratedMethodAccessor1370.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:40:57 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1291)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1288)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:40:57 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method PLues7JBgR_ticket_1487778057659.html into trash
Feb 22, 2017 3:40:57 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: PLues7JBgR_ticket_1487778057659.html FROM: trash END FOLDER
Feb 22, 2017 3:40:57 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: PLues7JBgR_ticket_1487778057659.html TO: trash END FOLDER
Feb 22, 2017 3:40:57 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1291)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1288)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:747)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:40:57 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method AXlRp4NCjW_ticket_1487778057780.html into trash
Feb 22, 2017 3:40:57 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: AXlRp4NCjW_ticket_1487778057780.html FROM: trash END FOLDER
Feb 22, 2017 3:40:57 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: AXlRp4NCjW_ticket_1487778057780.html TO: trash END FOLDER
Feb 22, 2017 3:40:58 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 3:40:58 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487778057818.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:40:58 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487778057818.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:41:35 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `order_item`.`id`,DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %l:%i %p') as event_date,product.name as ticket_type,product_form.form_id as ticket_form_id,group_concat(submission_entry.text) as holder,order_item_seat.seating_chart_seat_id as seat_id,IF(order_item_seat.free_seating = 1,'Free Seating',CONCAT_WS('-',seating_chart_section.name,seating_chart_row.name,seating_chart_seat.name)) as seat,`order_item_status`.`name` as status FROM `order_item` LEFT JOIN product ON product.id = order_item.product_id INNER JOIN order_item_status ON order_item_status.id = order_item.status LEFT JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id LEFT JOIN event_date ON event_date.id = event_date_product.event_date_id LEFT JOIN product_form ON product.id = product_form.product_id LEFT JOIN order_item_seat ON order_item_seat.order_item_id = order_item.id LEFT JOIN seating_chart_seat ON seating_chart_seat.id = order_item_seat.seating_chart_seat_id LEFT JOIN seating_chart_row ON seating_chart_row.id = seating_chart_seat.row_id LEFT JOIN seating_chart_section ON seating_chart_section.id = seating_chart_row.section_id LEFT JOIN submission_entry ON submission_entry.form_submission_id = order_item.form_submission_id LEFT JOIN question ON question.id = submission_entry.question_id WHERE 1 = :token1 and order_item.payment_id = :token2 and order_item.status >= -2.0 GROUP BY order_item.id HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 22, 2017 3:59:42 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePaymentFree(PaymentService.java:1586)
at com.sajilni.service.payment.PaymentService.preparePaymentGateWay(PaymentService.java:487)
at com.sajilni.controller.order.CartControllerNew.checkoutStepFinish(CartControllerNew.java:1861)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 3:59:42 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method ZglDYQMTGw_ticket_1487779182624.html into trash
Feb 22, 2017 3:59:42 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: ZglDYQMTGw_ticket_1487779182624.html FROM: trash END FOLDER
Feb 22, 2017 3:59:42 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: ZglDYQMTGw_ticket_1487779182624.html TO: trash END FOLDER
Feb 22, 2017 3:59:42 PM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//ticket-bg_1000x387//harv_1487153263813.jpg into images/ticket-bg_1000x387
Feb 22, 2017 3:59:42 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: harv_1487153263813.jpg FROM: images/ticket-bg_1000x387 END FOLDER
Feb 22, 2017 3:59:43 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 3:59:43 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487779182731.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 3:59:43 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487779182731.pdf TO: trash/html_to_pdf END FOLDER
Feb 22, 2017 4:07:15 PM com.sajilni.service.form.FormSubmissionService getAllSubmissionData
SEVERE: null
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:188)
at com.sajilni.service.form.FormSubmissionService.getAllSubmissionData(FormSubmissionService.java:166)
at com.sajilni.service.order.OrderItemService.prepareTicketsPdf(OrderItemService.java:654)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:313)
at com.sajilni.service.order.OrderItemService.sendTickets(OrderItemService.java:165)
at com.sajilni.service.payment.PaymentService.completePaymentFree(PaymentService.java:1586)
at com.sajilni.service.payment.PaymentService.preparePaymentGateWay(PaymentService.java:487)
at com.sajilni.controller.order.CartControllerNew.checkoutStepFinish(CartControllerNew.java:1861)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 22, 2017 4:07:15 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method WkatueXpMG_ticket_1487779635234.html into trash
Feb 22, 2017 4:07:15 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: WkatueXpMG_ticket_1487779635234.html FROM: trash END FOLDER
Feb 22, 2017 4:07:15 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: WkatueXpMG_ticket_1487779635234.html TO: trash END FOLDER
Feb 22, 2017 4:07:15 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 22, 2017 4:07:15 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487779635307.pdf FROM: trash/html_to_pdf END FOLDER
Feb 22, 2017 4:07:15 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487779635307.pdf TO: trash/html_to_pdf END FOLDER
Feb 23, 2017 11:19:12 AM org.apache.coyote.http11.AbstractHttp11Processor process
INFO: Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
at org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:132)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:992)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 23, 2017 3:53:27 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 23, 2017 3:55:09 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method RUwSLcgtSu_ticket_1487865309636.html into trash
Feb 23, 2017 3:55:09 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: RUwSLcgtSu_ticket_1487865309636.html FROM: trash END FOLDER
Feb 23, 2017 3:55:09 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: RUwSLcgtSu_ticket_1487865309636.html TO: trash END FOLDER
Feb 23, 2017 3:55:09 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method x5YKGz1cS2_ticket_1487865309772.html into trash
Feb 23, 2017 3:55:09 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: x5YKGz1cS2_ticket_1487865309772.html FROM: trash END FOLDER
Feb 23, 2017 3:55:09 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: x5YKGz1cS2_ticket_1487865309772.html TO: trash END FOLDER
Feb 23, 2017 3:55:10 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 23, 2017 3:55:10 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487865309810.pdf FROM: trash/html_to_pdf END FOLDER
Feb 23, 2017 3:55:10 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487865309810.pdf TO: trash/html_to_pdf END FOLDER
Feb 23, 2017 4:36:03 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5a1b22]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3bf33452]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@65b444b2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5652b83f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6012adc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@24f2dfea]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@63248e12]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@20f44109]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2facc801]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1d935f91]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5a00062f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@58fef86f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@11dbdfb1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@16b375cc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4cd8284b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@634a8c3f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2c23f1b0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2133fced]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2ca412f0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1bb8482f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@28259499]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@164fd1e4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1a70624f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4350b81e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@47d56db1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2ffd545e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@368639f4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@70d0f772]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c84a43c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@599e4c56]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5e508708]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@29cc80d7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@10d07496]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3b077626]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@61b5de89]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2cb23050]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@59fd450e]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f558594]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:36:03 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 23, 2017 4:36:05 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 23, 2017 4:36:09 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 23, 2017 4:36:26 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 23,105 ms
Feb 23, 2017 4:44:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 23, 2017 4:44:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 23, 2017 4:44:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 23, 2017 4:44:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 23, 2017 4:44:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 23, 2017 4:44:51 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 23, 2017 4:44:53 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1912 ms
Feb 23, 2017 4:44:53 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 23, 2017 4:44:53 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 23, 2017 4:44:53 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 23, 2017 4:44:54 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 23, 2017 4:45:02 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 23, 2017 4:45:22 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 29,234 ms
Feb 23, 2017 4:45:22 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 23, 2017 4:45:23 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 29422 ms
Feb 23, 2017 4:47:13 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@705e2502]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@13e1fefd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@612652df]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@25f8f49a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@240fa312]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3805a778]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6be6ba0d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9d8cfcf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5096ead5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@45bdb9d8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1bd555b0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@54bc47b2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@339bdfb2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1b40d360]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2a896d6d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c3e3e59]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@71b51423]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6cf302a6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@d70e850]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6051d351]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@391cd774]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4d0e14c3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@47b6475a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2913cfa6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@76eb0a87]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4b7eb095]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3e87b237]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9de34be]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@27cfa830]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@190b4e44]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1a9e5158]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@629dfd71]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3849473a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7b734719]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@130fddbe]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:13 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@25dc38d1]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1e74ccdb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 23, 2017 4:47:14 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 23, 2017 4:47:15 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 23, 2017 4:47:21 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 23, 2017 4:47:40 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 25,864 ms
Feb 24, 2017 10:14:17 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method EZcLK6FSHk_ticket_1487931257266.html into trash
Feb 24, 2017 10:14:18 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: EZcLK6FSHk_ticket_1487931257266.html FROM: trash END FOLDER
Feb 24, 2017 10:14:18 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: EZcLK6FSHk_ticket_1487931257266.html TO: trash END FOLDER
Feb 24, 2017 10:14:19 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method iMxLR26Cgb_ticket_1487931259038.html into trash
Feb 24, 2017 10:14:19 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: iMxLR26Cgb_ticket_1487931259038.html FROM: trash END FOLDER
Feb 24, 2017 10:14:19 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: iMxLR26Cgb_ticket_1487931259038.html TO: trash END FOLDER
Feb 24, 2017 10:14:20 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 24, 2017 10:14:20 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487931259098.pdf FROM: trash/html_to_pdf END FOLDER
Feb 24, 2017 10:14:20 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487931259098.pdf TO: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:21:29 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4388
Feb 24, 2017 5:21:33 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 24, 2017 5:21:46 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `order_item`.`id`,DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %l:%i %p') as event_date,product.name as ticket_type,product_form.form_id as ticket_form_id,group_concat(submission_entry.text) as holder,order_item_seat.seating_chart_seat_id as seat_id,IF(order_item_seat.free_seating = 1,'Free Seating',CONCAT_WS('-',seating_chart_section.name,seating_chart_row.name,seating_chart_seat.name)) as seat,`order_item_status`.`name` as status FROM `order_item` LEFT JOIN product ON product.id = order_item.product_id INNER JOIN order_item_status ON order_item_status.id = order_item.status LEFT JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id LEFT JOIN event_date ON event_date.id = event_date_product.event_date_id LEFT JOIN product_form ON product.id = product_form.product_id LEFT JOIN order_item_seat ON order_item_seat.order_item_id = order_item.id LEFT JOIN seating_chart_seat ON seating_chart_seat.id = order_item_seat.seating_chart_seat_id LEFT JOIN seating_chart_row ON seating_chart_row.id = seating_chart_seat.row_id LEFT JOIN seating_chart_section ON seating_chart_section.id = seating_chart_row.section_id LEFT JOIN submission_entry ON submission_entry.form_submission_id = order_item.form_submission_id LEFT JOIN question ON question.id = submission_entry.question_id WHERE 1 = :token1 and order_item.payment_id = :token2 and order_item.status >= -2.0 GROUP BY order_item.id HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 24, 2017 5:22:05 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method VEI7HMMTpf_ticket_1487956925167.html into trash
Feb 24, 2017 5:22:05 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: VEI7HMMTpf_ticket_1487956925167.html FROM: trash END FOLDER
Feb 24, 2017 5:22:05 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: VEI7HMMTpf_ticket_1487956925167.html TO: trash END FOLDER
Feb 24, 2017 5:22:05 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method iqcBkbJNXF_ticket_1487956925330.html into trash
Feb 24, 2017 5:22:05 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: iqcBkbJNXF_ticket_1487956925330.html FROM: trash END FOLDER
Feb 24, 2017 5:22:05 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: iqcBkbJNXF_ticket_1487956925330.html TO: trash END FOLDER
Feb 24, 2017 5:22:05 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 24, 2017 5:22:05 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487956925364.pdf FROM: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:22:06 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487956925364.pdf TO: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:25:50 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1487957121120_1_ticket_1487957150868.html into trash
Feb 24, 2017 5:25:50 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1487957121120_1_ticket_1487957150868.html FROM: trash END FOLDER
Feb 24, 2017 5:25:50 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1487957121120_1_ticket_1487957150868.html TO: trash END FOLDER
Feb 24, 2017 5:25:51 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 24, 2017 5:25:51 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487957150958.pdf FROM: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:25:51 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487957150958.pdf TO: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:25:51 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1487957121120_2_ticket_1487957151474.html into trash
Feb 24, 2017 5:25:51 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1487957121120_2_ticket_1487957151474.html FROM: trash END FOLDER
Feb 24, 2017 5:25:51 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1487957121120_2_ticket_1487957151474.html TO: trash END FOLDER
Feb 24, 2017 5:25:51 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 24, 2017 5:25:51 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487957151545.pdf FROM: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:25:51 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487957151545.pdf TO: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:25:52 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: meraged_1487957151956.pdf FROM: trash/html_to_pdf END FOLDER
Feb 24, 2017 5:25:52 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: meraged_1487957151956.pdf TO: trash/html_to_pdf END FOLDER
Feb 24, 2017 8:18:07 PM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: White_430113_i0_1484815257657.png FROM: images END FOLDER
Feb 24, 2017 8:24:16 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method yrLFeU2Zym_ticket_1487967856132.html into trash
Feb 24, 2017 8:24:16 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: yrLFeU2Zym_ticket_1487967856132.html FROM: trash END FOLDER
Feb 24, 2017 8:24:16 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: yrLFeU2Zym_ticket_1487967856132.html TO: trash END FOLDER
Feb 24, 2017 8:24:16 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 24, 2017 8:24:16 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1487967856226.pdf FROM: trash/html_to_pdf END FOLDER
Feb 24, 2017 8:24:16 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1487967856226.pdf TO: trash/html_to_pdf END FOLDER
Feb 25, 2017 8:25:09 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@24ca8791]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@638b66b8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@79fbe9bb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@b20a788]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7b264f72]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@43205808]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@65b0c7e6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6b22203f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2236aff6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@631753a0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@fb37d3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7aa2dc2b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6d7c9596]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@34af41ca]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6db3ad23]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@11c673a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@84582aa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@46aa3379]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3680543a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@54c7d067]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@70b34887]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@67959c13]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5300255f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@39ae83b0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@53331372]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@180d7803]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4a759c80]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@70b357d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4ce81e6d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3fd6ba93]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5921a075]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7dfc6f1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@bc8bb11]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c08ad9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5536b09c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2ca71c85]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@6e58f4]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@62793a33]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:25:09 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 25, 2017 8:25:10 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 25, 2017 8:25:15 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 25, 2017 8:25:35 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 26,130 ms
Feb 25, 2017 8:31:35 PM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@17e6deed]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7aeed439]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7dc49693]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7f647faf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5ed4d718]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@52179fe7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@bbeeb38]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@577b64e7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2f6f0507]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@41695faa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3df29b94]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@31a29c91]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6632e09f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6dad67fc]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@442a6fe6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@614935e6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@100e1748]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@161a0032]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1581848]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2996eb80]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@49421dad]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@f1f8f27]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4ec45cd4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@50106467]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@966a4bd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7a737401]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@16bda567]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@45ddd88b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@79a2cfc1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@18907f88]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@637d7760]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@484fe204]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@277cf00b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3c8bb753]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:35 PM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@805450]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@34c501d5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 25, 2017 8:31:36 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 25, 2017 8:31:37 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 25, 2017 8:31:41 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 25, 2017 8:32:04 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 28,267 ms
Feb 26, 2017 7:19:06 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@18c627a4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4ebc1b3b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2237f71]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f839662]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@16d17d31]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@389ad913]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@21dbf186]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2485359]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1fed9ed4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@71519e7b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@f780616]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4fea4e3b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3c02622c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@415d9191]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@eda671a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@135c7b6c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3ce07829]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@119cb73d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4c23f0a3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3cd47550]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3ca73d3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@779b19c8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@24ee4970]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3b8fc648]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6b0b7e01]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@44716ff1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@12821bc6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@577a3258]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@5a7cfc33]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6731a5c0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 7:19:06 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 26, 2017 7:19:08 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 26, 2017 7:19:12 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 26, 2017 7:19:32 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 25,123 ms
Feb 26, 2017 8:03:56 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4381
Feb 26, 2017 8:04:04 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 26, 2017 8:04:45 AM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile unnamed_1485871875646.jpg into tmp
Feb 26, 2017 8:04:47 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: unnamed_1485871875646_1488096285392.jpg FROM: tmp END FOLDER
Feb 26, 2017 8:04:47 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: unnamed_1485871875646_1488096285392.jpg TO: tmp END FOLDER
Feb 26, 2017 8:04:47 AM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method unnamed_1485871875646_1488096285392.jpg into images
Feb 26, 2017 8:04:47 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: unnamed_1485871875646_1488096285392.jpg FROM: images END FOLDER
Feb 26, 2017 8:04:48 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: unnamed_1485871875646_1488096285392.jpg TO: images END FOLDER
Feb 26, 2017 8:04:48 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//unnamed_1485871875646_1488096285392.jpg into images/fileupload-thumbnail_80x-1
Feb 26, 2017 8:04:48 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: unnamed_1485871875646_1488096285392.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 8:04:48 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: unnamed_1485871875646_1488096285392.jpg TO: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 8:04:54 AM com.sajilni.service.util.FileUtil copyFileTo
INFO: ERROR IN java.io.IOException: Source '/home/ubuntu/src/files/tmp' exists but is a directory
Feb 26, 2017 8:04:55 AM org.apache.catalina.connector.Response sendRedirect
WARNING: Failed to redirect to [/user/profile.html?errorMsg=Saved ,You should fill the fields : 1- Payable to 2- Payable to address * In Account Settings&form=profileSettings]
java.lang.IllegalArgumentException: Illegal character in query at index 33: /user/profile.html?errorMsg=Saved ,You should fill the fields : 1- Payable to 2- Payable to address * In Account Settings&form=profileSettings
at java.net.URI.create(URI.java:852)
at org.apache.catalina.connector.Response.sendRedirect(Response.java:1384)
at org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:488)
at javax.servlet.http.HttpServletResponseWrapper.sendRedirect(HttpServletResponseWrapper.java:137)
at org.springframework.web.servlet.view.RedirectView.sendRedirect(RedirectView.java:555)
at org.springframework.web.servlet.view.RedirectView.renderMergedOutputModel(RedirectView.java:281)
at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262)
at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.URISyntaxException: Illegal character in query at index 33: /user/profile.html?errorMsg=Saved ,You should fill the fields : 1- Payable to 2- Payable to address * In Account Settings&form=profileSettings
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
at java.net.URI$Parser.parseHierarchical(URI.java:3111)
at java.net.URI$Parser.parse(URI.java:3063)
at java.net.URI.<init>(URI.java:588)
at java.net.URI.create(URI.java:850)
... 46 more
Feb 26, 2017 8:05:41 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4381
Feb 26, 2017 8:05:47 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 26, 2017 8:06:02 AM org.apache.catalina.connector.Response sendRedirect
WARNING: Failed to redirect to [/user/profile.html?errorMsg=Saved ,You should fill the fields : 1- Payable to 2- Payable to address * In Account Settings&form=profileSettings]
java.lang.IllegalArgumentException: Illegal character in query at index 33: /user/profile.html?errorMsg=Saved ,You should fill the fields : 1- Payable to 2- Payable to address * In Account Settings&form=profileSettings
at java.net.URI.create(URI.java:852)
at org.apache.catalina.connector.Response.sendRedirect(Response.java:1384)
at org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:488)
at javax.servlet.http.HttpServletResponseWrapper.sendRedirect(HttpServletResponseWrapper.java:137)
at org.springframework.web.servlet.view.RedirectView.sendRedirect(RedirectView.java:555)
at org.springframework.web.servlet.view.RedirectView.renderMergedOutputModel(RedirectView.java:281)
at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262)
at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.URISyntaxException: Illegal character in query at index 33: /user/profile.html?errorMsg=Saved ,You should fill the fields : 1- Payable to 2- Payable to address * In Account Settings&form=profileSettings
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
at java.net.URI$Parser.parseHierarchical(URI.java:3111)
at java.net.URI$Parser.parse(URI.java:3063)
at java.net.URI.<init>(URI.java:588)
at java.net.URI.create(URI.java:850)
... 46 more
Feb 26, 2017 9:14:32 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4a5bb701]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7ee540e0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@217b1318]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3e34650d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@29c02e75]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7df699ed]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4eca698]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@19eda705]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@31f681cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@78064fe9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@193fee17]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6d1eb7ba]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@68638b0b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@22d0f8e9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4479f5f2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5cc239a0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@288ddae0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@dbf78a8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6e2ca88]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4ba0eccd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@dbc7583]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7b3026a4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6b1615c0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@271c4aeb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@496233e6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@339d3968]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@687e82ce]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2df0c638]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@75553d63]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2f591cd8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@332d830f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@18474254]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4425ca1a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@237da19a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7c177b01]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:32 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@3cc46298]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5ee0d335]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 26, 2017 9:14:33 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 26, 2017 9:14:34 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 26, 2017 9:14:38 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 26, 2017 9:14:56 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 23,492 ms
Feb 26, 2017 9:16:34 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4381
Feb 26, 2017 9:16:42 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 26, 2017 11:40:57 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4363
Feb 26, 2017 11:41:05 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 26, 2017 11:41:07 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//saj1000_1484341492240.png into images/fileupload-thumbnail_80x-1
Feb 26, 2017 11:41:09 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: saj1000_1484341492240.png FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 11:41:09 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: saj3_1485792294506.png FROM: images END FOLDER
Feb 26, 2017 11:41:09 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: sajticket_1485676630399.jpg FROM: images END FOLDER
Feb 26, 2017 11:41:09 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: sajilnixx_1485554211775.png FROM: images END FOLDER
Feb 26, 2017 11:41:10 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: bg_1485677741556.jpg FROM: images END FOLDER
Feb 26, 2017 11:41:10 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: saj2_1485791378966.png FROM: images END FOLDER
Feb 26, 2017 11:41:10 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//sajticket_1485676630399.jpg into images/fileupload-thumbnail_80x-1
Feb 26, 2017 11:41:10 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: sajticket_1485676630399.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 11:41:10 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//saj3_1485792294506.png into images/fileupload-thumbnail_80x-1
Feb 26, 2017 11:41:10 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: saj3_1485792294506.png FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 11:41:10 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//saj2_1485791378966.png into images/fileupload-thumbnail_80x-1
Feb 26, 2017 11:41:10 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: saj2_1485791378966.png FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 11:41:10 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//sajilnixx_1485554211775.png into images/fileupload-thumbnail_80x-1
Feb 26, 2017 11:41:10 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: sajilnixx_1485554211775.png FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 11:41:12 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//bg_1485677741556.jpg into images/fileupload-thumbnail_80x-1
Feb 26, 2017 11:41:12 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: bg_1485677741556.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 26, 2017 11:41:43 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: Event-image_1486286132364.jpg FROM: images END FOLDER
Feb 26, 2017 11:41:44 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//Event-image_1486286132364.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 26, 2017 11:41:44 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Event-image_1486286132364.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 26, 2017 11:43:51 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 11:43:53 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 11:47:44 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 11:48:17 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 11:52:07 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method CEeYu8zmBv_ticket_1488109927221.html into trash
Feb 26, 2017 11:52:07 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: CEeYu8zmBv_ticket_1488109927221.html FROM: trash END FOLDER
Feb 26, 2017 11:52:07 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: CEeYu8zmBv_ticket_1488109927221.html TO: trash END FOLDER
Feb 26, 2017 11:52:08 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//ticket-bg_1000x387//sajticket_1485676630399.jpg into images/ticket-bg_1000x387
Feb 26, 2017 11:52:08 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: sajticket_1485676630399.jpg FROM: images/ticket-bg_1000x387 END FOLDER
Feb 26, 2017 11:52:08 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 26, 2017 11:52:08 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488109927330.pdf FROM: trash/html_to_pdf END FOLDER
Feb 26, 2017 11:52:08 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488109927330.pdf TO: trash/html_to_pdf END FOLDER
Feb 26, 2017 11:55:31 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4363
Feb 26, 2017 11:55:44 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method gKQCdCX3lO_ticket_1488110144642.html into trash
Feb 26, 2017 11:55:44 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: gKQCdCX3lO_ticket_1488110144642.html FROM: trash END FOLDER
Feb 26, 2017 11:55:44 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: gKQCdCX3lO_ticket_1488110144642.html TO: trash END FOLDER
Feb 26, 2017 11:55:45 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 26, 2017 11:55:45 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488110144722.pdf FROM: trash/html_to_pdf END FOLDER
Feb 26, 2017 11:55:45 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488110144722.pdf TO: trash/html_to_pdf END FOLDER
Feb 26, 2017 2:01:21 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 2:35:03 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile Arabic_Version.docx into tmp
Feb 26, 2017 2:35:03 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488119703302.docx FROM: tmp END FOLDER
Feb 26, 2017 2:35:03 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488119703302.docx TO: tmp END FOLDER
Feb 26, 2017 2:35:03 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488119703302.docx into files
Feb 26, 2017 2:35:03 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488119703302.docx FROM: files END FOLDER
Feb 26, 2017 2:35:03 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488119703302.docx TO: files END FOLDER
Feb 26, 2017 2:35:05 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488119703302.docx into files
Feb 26, 2017 2:35:05 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Arabic_Version_1488119703302.docx FROM: files END FOLDER
Feb 26, 2017 2:38:03 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile Arabic_Version.docx into tmp
Feb 26, 2017 2:38:03 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488119883424.docx FROM: tmp END FOLDER
Feb 26, 2017 2:38:03 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488119883424.docx TO: tmp END FOLDER
Feb 26, 2017 2:38:03 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488119883424.docx into files
Feb 26, 2017 2:38:03 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488119883424.docx FROM: files END FOLDER
Feb 26, 2017 2:38:03 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488119883424.docx TO: files END FOLDER
Feb 26, 2017 2:38:47 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile Arabic_Version.docx into tmp
Feb 26, 2017 2:38:47 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488119927510.docx FROM: tmp END FOLDER
Feb 26, 2017 2:38:47 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488119927510.docx TO: tmp END FOLDER
Feb 26, 2017 2:38:47 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488119927510.docx into files
Feb 26, 2017 2:38:47 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488119927510.docx FROM: files END FOLDER
Feb 26, 2017 2:38:47 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488119927510.docx TO: files END FOLDER
Feb 26, 2017 2:38:49 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488119927510.docx into files
Feb 26, 2017 2:38:49 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Arabic_Version_1488119927510.docx FROM: files END FOLDER
Feb 26, 2017 2:39:27 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=vrB26KKZAUYXDAx1itQelanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4381-1252504return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
Feb 26, 2017 2:39:27 PM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 26, 2017 2:39:27 PM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 26, 2017 2:41:20 PM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=00016, card_number=455701************ , card_holder_name=reem tabbaa, signature=d8165a6fb04c9aa79b8740bd8d654cf82faa53455a8edcfd99ead16413f81e3f, merchant_identifier=tbdKboQZ, expiry_date=1705, access_code=vrB26KKZAUYXDAx1itQe, language=en, service_command=TOKENIZATION, response_message=Invalid card number, merchant_reference=4381-1252504, return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=00]
Feb 26, 2017 2:41:20 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [INSERT INTO `payfort_access_token_response_web` (`payfort_access_token_response_web`.`event_id`,`payfort_access_token_response_web`.`event_date_id`,`payfort_access_token_response_web`.`order_id`,`payfort_access_token_response_web`.`order_item_id`,`payfort_access_token_response_web`.`payment_id`,`payfort_access_token_response_web`.`payment_details_payfort_id`,`payfort_access_token_response_web`.`response_code`,`payfort_access_token_response_web`.`card_number`,`payfort_access_token_response_web`.`card_holder_name`,`payfort_access_token_response_web`.`signature`,`payfort_access_token_response_web`.`access_code`,`payfort_access_token_response_web`.`expiry_date`,`payfort_access_token_response_web`.`language`,`payfort_access_token_response_web`.`service_command`,`payfort_access_token_response_web`.`response_message`,`payfort_access_token_response_web`.`merchant_reference`,`payfort_access_token_response_web`.`return_url`,`payfort_access_token_response_web`.`remember_me`,`payfort_access_token_response_web`.`status`,`payfort_access_token_response_web`.`merchant_identifier`,`payfort_access_token_response_web`.`customer_email`,`payfort_access_token_response_web`.`currency`,`payfort_access_token_response_web`.`customer_name`,`payfort_access_token_response_web`.`customer_ip`,`payfort_access_token_response_web`.`card_bin`,`payfort_access_token_response_web`.`token_name`,`payfort_access_token_response_web`.`order_description`,`payfort_access_token_response_web`.`created_date`) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)]; Data truncation: Data too long for column 'card_number' at row 1; nested exception is com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'card_number' at row 1
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.controller.payment.PaymentPayFortController.payfortTokenPage2Interceptor(PaymentPayFortController.java:441)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'card_number' at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2983)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 56 more
Feb 26, 2017 2:41:20 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQecard_holder_name=reem tabbaacard_number=455701************ expiry_date=1705language=enmerchant_identifier=tbdKboQZmerchant_reference=4381-1252504remember_me=NOresponse_code=00016response_message=Invalid card numberreturn_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=00saj4642164
Feb 26, 2017 2:42:04 PM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=00016, card_number=455701************ , card_holder_name=reem tabbaa, signature=d8165a6fb04c9aa79b8740bd8d654cf82faa53455a8edcfd99ead16413f81e3f, merchant_identifier=tbdKboQZ, expiry_date=1705, access_code=vrB26KKZAUYXDAx1itQe, language=en, service_command=TOKENIZATION, response_message=Invalid card number, merchant_reference=4381-1252504, return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=00]
Feb 26, 2017 2:42:04 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [INSERT INTO `payfort_access_token_response_web` (`payfort_access_token_response_web`.`event_id`,`payfort_access_token_response_web`.`event_date_id`,`payfort_access_token_response_web`.`order_id`,`payfort_access_token_response_web`.`order_item_id`,`payfort_access_token_response_web`.`payment_id`,`payfort_access_token_response_web`.`payment_details_payfort_id`,`payfort_access_token_response_web`.`response_code`,`payfort_access_token_response_web`.`card_number`,`payfort_access_token_response_web`.`card_holder_name`,`payfort_access_token_response_web`.`signature`,`payfort_access_token_response_web`.`access_code`,`payfort_access_token_response_web`.`expiry_date`,`payfort_access_token_response_web`.`language`,`payfort_access_token_response_web`.`service_command`,`payfort_access_token_response_web`.`response_message`,`payfort_access_token_response_web`.`merchant_reference`,`payfort_access_token_response_web`.`return_url`,`payfort_access_token_response_web`.`remember_me`,`payfort_access_token_response_web`.`status`,`payfort_access_token_response_web`.`merchant_identifier`,`payfort_access_token_response_web`.`customer_email`,`payfort_access_token_response_web`.`currency`,`payfort_access_token_response_web`.`customer_name`,`payfort_access_token_response_web`.`customer_ip`,`payfort_access_token_response_web`.`card_bin`,`payfort_access_token_response_web`.`token_name`,`payfort_access_token_response_web`.`order_description`,`payfort_access_token_response_web`.`created_date`) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)]; Data truncation: Data too long for column 'card_number' at row 1; nested exception is com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'card_number' at row 1
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.controller.payment.PaymentPayFortController.payfortTokenPage2Interceptor(PaymentPayFortController.java:441)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'card_number' at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2983)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 56 more
Feb 26, 2017 2:42:04 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQecard_holder_name=reem tabbaacard_number=455701************ expiry_date=1705language=enmerchant_identifier=tbdKboQZmerchant_reference=4381-1252504remember_me=NOresponse_code=00016response_message=Invalid card numberreturn_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=00saj4642164
Feb 26, 2017 2:46:26 PM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=00016, card_number=455701************ , card_holder_name=Hiba Mansour, signature=7457610c01dd570d18e1478160d740b7cb04705abccf8625f7b2e064cf419f14, merchant_identifier=tbdKboQZ, expiry_date=1705, access_code=vrB26KKZAUYXDAx1itQe, language=en, service_command=TOKENIZATION, response_message=Invalid card number, merchant_reference=4381-1252504, return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, status=00]
Feb 26, 2017 2:46:26 PM com.jrupal.database.SqlQueryBuilder execute
SEVERE: in QueryBuilderResult execute() method ,Data Access Exception
org.springframework.dao.DataIntegrityViolationException: PreparedStatementCallback; SQL [INSERT INTO `payfort_access_token_response_web` (`payfort_access_token_response_web`.`event_id`,`payfort_access_token_response_web`.`event_date_id`,`payfort_access_token_response_web`.`order_id`,`payfort_access_token_response_web`.`order_item_id`,`payfort_access_token_response_web`.`payment_id`,`payfort_access_token_response_web`.`payment_details_payfort_id`,`payfort_access_token_response_web`.`response_code`,`payfort_access_token_response_web`.`card_number`,`payfort_access_token_response_web`.`card_holder_name`,`payfort_access_token_response_web`.`signature`,`payfort_access_token_response_web`.`access_code`,`payfort_access_token_response_web`.`expiry_date`,`payfort_access_token_response_web`.`language`,`payfort_access_token_response_web`.`service_command`,`payfort_access_token_response_web`.`response_message`,`payfort_access_token_response_web`.`merchant_reference`,`payfort_access_token_response_web`.`return_url`,`payfort_access_token_response_web`.`remember_me`,`payfort_access_token_response_web`.`status`,`payfort_access_token_response_web`.`merchant_identifier`,`payfort_access_token_response_web`.`customer_email`,`payfort_access_token_response_web`.`currency`,`payfort_access_token_response_web`.`customer_name`,`payfort_access_token_response_web`.`customer_ip`,`payfort_access_token_response_web`.`card_bin`,`payfort_access_token_response_web`.`token_name`,`payfort_access_token_response_web`.`order_description`,`payfort_access_token_response_web`.`created_date`) VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)]; Data truncation: Data too long for column 'card_number' at row 1; nested exception is com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'card_number' at row 1
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:843)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:288)
at org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate.update(NamedParameterJdbcTemplate.java:270)
at com.jrupal.database.SqlQueryBuilder.execute(SqlQueryBuilder.java:486)
at com.jrupal.database.InsertQueryBuilder.execute(InsertQueryBuilder.java:42)
at com.jrupal.types.JrupalObject.save(JrupalObject.java:231)
at com.sajilni.controller.payment.PaymentPayFortController.payfortTokenPage2Interceptor(PaymentPayFortController.java:441)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'card_number' at row 1
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2983)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:845)
at org.springframework.jdbc.core.JdbcTemplate$3.doInPreparedStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 56 more
Feb 26, 2017 2:46:26 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQecard_holder_name=Hiba Mansourcard_number=455701************ expiry_date=1705language=enmerchant_identifier=tbdKboQZmerchant_reference=4381-1252504remember_me=NOresponse_code=00016response_message=Invalid card numberreturn_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=00saj4642164
Feb 26, 2017 2:47:40 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile Arabic_Version.docx into tmp
Feb 26, 2017 2:47:40 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488120460191.docx FROM: tmp END FOLDER
Feb 26, 2017 2:47:40 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488120460191.docx TO: tmp END FOLDER
Feb 26, 2017 2:47:40 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488120460191.docx into files
Feb 26, 2017 2:47:40 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488120460191.docx FROM: files END FOLDER
Feb 26, 2017 2:47:40 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488120460191.docx TO: files END FOLDER
Feb 26, 2017 2:47:41 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488120460191.docx into files
Feb 26, 2017 2:47:41 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Arabic_Version_1488120460191.docx FROM: files END FOLDER
Feb 26, 2017 2:50:25 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile Arabic_Version.docx into tmp
Feb 26, 2017 2:50:25 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488120625799.docx FROM: tmp END FOLDER
Feb 26, 2017 2:50:25 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488120625799.docx TO: tmp END FOLDER
Feb 26, 2017 2:50:25 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488120625799.docx into files
Feb 26, 2017 2:50:25 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: Arabic_Version_1488120625799.docx FROM: files END FOLDER
Feb 26, 2017 2:50:25 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: Arabic_Version_1488120625799.docx TO: files END FOLDER
Feb 26, 2017 2:50:28 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method Arabic_Version_1488120625799.docx into files
Feb 26, 2017 2:50:28 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Arabic_Version_1488120625799.docx FROM: files END FOLDER
Feb 26, 2017 3:14:17 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 1870
Feb 26, 2017 3:14:23 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 26, 2017 3:14:32 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 3:14:33 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 26, 2017 3:14:36 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE `event`.`name` like :token1 GROUP BY event.id ) original_query
Feb 26, 2017 3:14:46 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE `event`.`name` like :token1 GROUP BY event.id ) original_query
Feb 26, 2017 3:31:59 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=vrB26KKZAUYXDAx1itQelanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252573return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
Feb 26, 2017 3:31:59 PM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 26, 2017 3:31:59 PM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 26, 2017 3:32:08 PM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=400555******0001, card_holder_name=Farah AR, signature=50b2e869b75c874ab0c03c6c47bc0c9687c35937fc308bf5517cb696164c9f10, merchant_identifier=tbdKboQZ, expiry_date=1705, access_code=vrB26KKZAUYXDAx1itQe, language=en, service_command=TOKENIZATION, response_message=Success, merchant_reference=4363-1252573, token_name=47DD3AA0F3E705E4E053321E320A52C6, return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, card_bin=400555, status=18]
Feb 26, 2017 3:32:08 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQecard_bin=400555card_holder_name=Farah ARcard_number=400555******0001expiry_date=1705language=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252573remember_me=NOresponse_code=18000response_message=Successreturn_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=47DD3AA0F3E705E4E053321E320A52C6saj4642164
Feb 26, 2017 3:32:08 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=vrB26KKZAUYXDAx1itQeamount=10000command=PURCHASEcurrency=USDcustomer_email=farah@sajilni.comcustomer_ip=188.247.65.130customer_name=Farah AReci=ECOMMERCElanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252573order_description=4363-1252573-117572return_url=https://new.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=47DD3AA0F3E705E4E053321E320A52C6cqer324589
Feb 26, 2017 3:32:17 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQeamount=10000authorization_code=146697card_number=400555******0001command=PURCHASEcurrency=USDcustomer_email=farah@sajilni.comcustomer_ip=188.247.65.130customer_name=Farah AReci=ECOMMERCEexpiry_date=1705fort_id=148812308900053251language=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252573order_description=4363-1252573-117572payment_option=VISAresponse_code=14000response_message=Successstatus=14token_name=47DD3AA0F3E705E4E053321E320A52C6saj4642164
Feb 26, 2017 3:32:17 PM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
Feb 26, 2017 3:32:18 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method rQmBHrgCcE_ticket_1488123138278.html into trash
Feb 26, 2017 3:32:18 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: rQmBHrgCcE_ticket_1488123138278.html FROM: trash END FOLDER
Feb 26, 2017 3:32:18 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: rQmBHrgCcE_ticket_1488123138278.html TO: trash END FOLDER
Feb 26, 2017 3:32:19 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 26, 2017 3:32:19 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488123138388.pdf FROM: trash/html_to_pdf END FOLDER
Feb 26, 2017 3:32:19 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488123138388.pdf TO: trash/html_to_pdf END FOLDER
Feb 26, 2017 3:34:19 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=vrB26KKZAUYXDAx1itQelanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252577return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
Feb 26, 2017 3:34:19 PM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 26, 2017 3:34:19 PM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 26, 2017 3:34:26 PM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=400555******0001, card_holder_name=Farah AR, signature=e6cf8bb82ddcb4ddae2d7be90c70342d692d8d72b8fe5a33104bb24d613bd682, merchant_identifier=tbdKboQZ, expiry_date=1705, access_code=vrB26KKZAUYXDAx1itQe, language=en, service_command=TOKENIZATION, response_message=Success, merchant_reference=4363-1252577, token_name=47DD3AA0F3E905E4E053321E320A52C6, return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, card_bin=400555, status=18]
Feb 26, 2017 3:34:26 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQecard_bin=400555card_holder_name=Farah ARcard_number=400555******0001expiry_date=1705language=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252577remember_me=NOresponse_code=18000response_message=Successreturn_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=47DD3AA0F3E905E4E053321E320A52C6saj4642164
Feb 26, 2017 3:34:27 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=vrB26KKZAUYXDAx1itQeamount=10000command=PURCHASEcurrency=USDcustomer_email=farah@sajilni.comcustomer_ip=188.247.65.130customer_name=Farah AReci=ECOMMERCElanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252577order_description=4363-1252577-117573return_url=https://new.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=47DD3AA0F3E905E4E053321E320A52C6cqer324589
Feb 26, 2017 3:34:36 PM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=vrB26KKZAUYXDAx1itQeamount=10000authorization_code=146740card_number=400555******0001command=PURCHASEcurrency=USDcustomer_email=farah@sajilni.comcustomer_ip=188.247.65.130customer_name=Farah AReci=ECOMMERCEexpiry_date=1705fort_id=148812322700053254language=enmerchant_identifier=tbdKboQZmerchant_reference=4363-1252577order_description=4363-1252577-117573payment_option=VISAresponse_code=14000response_message=Successstatus=14token_name=47DD3AA0F3E905E4E053321E320A52C6saj4642164
Feb 26, 2017 3:34:36 PM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
Feb 26, 2017 3:34:37 PM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method QTeA77dm2S_ticket_1488123277635.html into trash
Feb 26, 2017 3:34:37 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: QTeA77dm2S_ticket_1488123277635.html FROM: trash END FOLDER
Feb 26, 2017 3:34:37 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: QTeA77dm2S_ticket_1488123277635.html TO: trash END FOLDER
Feb 26, 2017 3:34:38 PM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 26, 2017 3:34:38 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488123277719.pdf FROM: trash/html_to_pdf END FOLDER
Feb 26, 2017 3:34:38 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488123277719.pdf TO: trash/html_to_pdf END FOLDER
Feb 26, 2017 3:37:19 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4363
Feb 26, 2017 7:38:19 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4381
Feb 26, 2017 7:42:49 PM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile 2_-_render.PNG into tmp
Feb 26, 2017 7:42:49 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 2_-_render_1488138169127.PNG FROM: tmp END FOLDER
Feb 26, 2017 7:42:49 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 2_-_render_1488138169127.PNG TO: tmp END FOLDER
Feb 26, 2017 7:42:49 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method 2_-_render_1488138169127.PNG into files
Feb 26, 2017 7:42:49 PM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 2_-_render_1488138169127.PNG FROM: files END FOLDER
Feb 26, 2017 7:42:49 PM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 2_-_render_1488138169127.PNG TO: files END FOLDER
Feb 26, 2017 7:43:05 PM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method 2_-_render_1488138169127.PNG into files
Feb 26, 2017 7:43:05 PM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: 2_-_render_1488138169127.PNG FROM: files END FOLDER
Feb 26, 2017 7:49:00 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `order_item`.`id`,DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %l:%i %p') as event_date,product.name as ticket_type,product_form.form_id as ticket_form_id,group_concat(submission_entry.text) as holder,order_item_seat.seating_chart_seat_id as seat_id,IF(order_item_seat.free_seating = 1,'Free Seating',CONCAT_WS('-',seating_chart_section.name,seating_chart_row.name,seating_chart_seat.name)) as seat,`order_item_status`.`name` as status FROM `order_item` LEFT JOIN product ON product.id = order_item.product_id INNER JOIN order_item_status ON order_item_status.id = order_item.status LEFT JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id LEFT JOIN event_date ON event_date.id = event_date_product.event_date_id LEFT JOIN product_form ON product.id = product_form.product_id LEFT JOIN order_item_seat ON order_item_seat.order_item_id = order_item.id LEFT JOIN seating_chart_seat ON seating_chart_seat.id = order_item_seat.seating_chart_seat_id LEFT JOIN seating_chart_row ON seating_chart_row.id = seating_chart_seat.row_id LEFT JOIN seating_chart_section ON seating_chart_section.id = seating_chart_row.section_id LEFT JOIN submission_entry ON submission_entry.form_submission_id = order_item.form_submission_id LEFT JOIN question ON question.id = submission_entry.question_id WHERE 1 = :token1 and order_item.payment_id = :token2 and order_item.status >= -2.0 GROUP BY order_item.id HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 27, 2017 6:33:43 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: Ticket_1484593038584.jpg FROM: images END FOLDER
Feb 27, 2017 6:33:43 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: EPOMEC_Ticket_page_background_1484706832016.png FROM: images END FOLDER
Feb 27, 2017 6:35:14 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//Stress_Management_1484869283977.png into images/dashboard-live-events-thumbnail_100x80
Feb 27, 2017 6:35:15 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Stress_Management_1484869283977.png FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 27, 2017 6:35:25 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4367
Feb 27, 2017 6:41:18 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: gp_1380537684411.jpg FROM: images END FOLDER
Feb 27, 2017 6:41:18 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: 3d_1462788619819.jpg FROM: images END FOLDER
Feb 27, 2017 6:41:18 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: ea_1462787698270.jpg FROM: images END FOLDER
Feb 27, 2017 6:43:39 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=Lmd2A6DwPDokSUJlisdzlanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4367-1252615return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
Feb 27, 2017 6:43:39 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 27, 2017 6:43:39 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 27, 2017 6:43:39 AM com.sajilni.service.dtcm.DTCMCartService purchaseBasket
SEVERE: null
Feb 27, 2017 6:43:39 AM com.dtcm.service.order.OrderService updateOrderItemsBarcode
INFO: update barcodes # order id is :1252615updated barcodes of count1
Feb 27, 2017 6:50:25 AM com.sajilni.service.dtcm.DTCMCartService purchaseBasket
SEVERE: null
Feb 27, 2017 6:50:25 AM com.dtcm.service.order.OrderService updateOrderItemsBarcode
INFO: update barcodes # order id is :1252611updated barcodes of count1
Feb 27, 2017 6:50:32 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 29222213096252_ticket_1488178232340.html into trash
Feb 27, 2017 6:50:32 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 29222213096252_ticket_1488178232340.html FROM: trash END FOLDER
Feb 27, 2017 6:50:32 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 29222213096252_ticket_1488178232340.html TO: trash END FOLDER
Feb 27, 2017 6:50:33 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//ticket-bg_1000x387//Ticket_1484593038584.jpg into images/ticket-bg_1000x387
Feb 27, 2017 6:50:33 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: Ticket_1484593038584.jpg FROM: images/ticket-bg_1000x387 END FOLDER
Feb 27, 2017 6:50:33 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 6:50:33 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488178232413.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 6:50:33 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488178232413.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 6:52:34 AM com.sajilni.service.dtcm.DTCMCartService purchaseBasket
SEVERE: null
Feb 27, 2017 6:52:34 AM com.dtcm.service.order.OrderService updateOrderItemsBarcode
INFO: update barcodes # order id is :1252620updated barcodes of count1
Feb 27, 2017 6:52:35 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 29225222633027_ticket_1488178355741.html into trash
Feb 27, 2017 6:52:35 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 29225222633027_ticket_1488178355741.html FROM: trash END FOLDER
Feb 27, 2017 6:52:35 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 29225222633027_ticket_1488178355741.html TO: trash END FOLDER
Feb 27, 2017 6:52:36 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 6:52:36 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488178355840.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 6:52:36 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488178355840.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 6:52:37 AM com.sajilni.service.util.SmslUtil sendSMS
SEVERE: null
com.twilio.sdk.TwilioRestException: The 'To' number 971502441179 is not a valid phone number.
at com.twilio.sdk.TwilioRestException.parseResponse(TwilioRestException.java:74)
at com.twilio.sdk.TwilioClient.safeRequest(TwilioClient.java:497)
at com.twilio.sdk.resource.list.MessageList.create(MessageList.java:70)
at com.sajilni.service.util.SmslUtil.sendSMS(SmslUtil.java:45)
at com.sajilni.service.sms.SmsService.sendSms(SmsService.java:68)
at com.sajilni.service.sms.SmsService.sendSms(SmsService.java:110)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1294)
at com.sajilni.controller.order.OrderController.ordersOperation(OrderController.java:1342)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 27, 2017 6:52:42 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 29225222633027_ticket_1488178362370.html into trash
Feb 27, 2017 6:52:42 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 29225222633027_ticket_1488178362370.html FROM: trash END FOLDER
Feb 27, 2017 6:52:42 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 29225222633027_ticket_1488178362370.html TO: trash END FOLDER
Feb 27, 2017 6:52:42 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 6:52:42 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488178362408.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 6:52:43 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488178362408.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:05:24 AM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile IPS_Badge.jpeg into tmp
Feb 27, 2017 7:05:25 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: IPS_Badge_1488179124965.jpeg FROM: tmp END FOLDER
Feb 27, 2017 7:05:25 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: IPS_Badge_1488179124965.jpeg TO: tmp END FOLDER
Feb 27, 2017 7:05:25 AM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method IPS_Badge_1488179124965.jpeg into images
Feb 27, 2017 7:05:25 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: IPS_Badge_1488179124965.jpeg FROM: images END FOLDER
Feb 27, 2017 7:05:25 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: IPS_Badge_1488179124965.jpeg TO: images END FOLDER
Feb 27, 2017 7:05:26 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//IPS_Badge_1488179124965.jpeg into images/fileupload-thumbnail_80x-1
Feb 27, 2017 7:05:26 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: IPS_Badge_1488179124965.jpeg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 27, 2017 7:05:26 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: IPS_Badge_1488179124965.jpeg TO: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 27, 2017 7:05:26 AM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method IPS_Badge_1488179124965.jpeg into images
Feb 27, 2017 7:05:26 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: IPS_Badge_1488179124965.jpeg FROM: images END FOLDER
Feb 27, 2017 7:06:41 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=Lmd2A6DwPDokSUJlisdzlanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4367-1252630return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONcqer324589
Feb 27, 2017 7:06:41 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 27, 2017 7:06:41 AM com.payfort.service.client.PayFortClientService generatePayfortTokenizationSignature
INFO: PREPARE PAYFORT TOKENIZATION
Feb 27, 2017 7:06:42 AM com.sajilni.service.dtcm.DTCMCartService purchaseBasket
SEVERE: null
Feb 27, 2017 7:06:42 AM com.dtcm.service.order.OrderService updateOrderItemsBarcode
INFO: update barcodes # order id is :1252630updated barcodes of count1
Feb 27, 2017 7:06:58 AM com.payfort.service.client.PayFortClientService getPayfortResponseMap
INFO: [response_code=18000, card_number=400555******0001, card_holder_name=Shyam John, signature=5ec378450d6e239c9abcb59476887334de0c3480c5c25bb3d64d2b8f7f02478c, merchant_identifier=tbdKboQZ, expiry_date=1705, access_code=Lmd2A6DwPDokSUJlisdz, language=en, service_command=TOKENIZATION, response_message=Success, merchant_reference=4367-1252630, token_name=47DCD438A0CA05E2E053321E320AF794, return_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.html, remember_me=NO, card_bin=400555, status=18]
Feb 27, 2017 7:06:58 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=Lmd2A6DwPDokSUJlisdzcard_bin=400555card_holder_name=Shyam Johncard_number=400555******0001expiry_date=1705language=enmerchant_identifier=tbdKboQZmerchant_reference=4367-1252630remember_me=NOresponse_code=18000response_message=Successreturn_url=https://new.sajilni.com/payment/payfort-accesstoken-page-2.htmlservice_command=TOKENIZATIONstatus=18token_name=47DCD438A0CA05E2E053321E320AF794saj4642164
Feb 27, 2017 7:06:58 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: cqer324589access_code=Lmd2A6DwPDokSUJlisdzamount=36700command=PURCHASEcurrency=AEDcustomer_email=shyam@sajilni.comcustomer_ip=94.201.162.196customer_name=Shyam Johneci=ECOMMERCElanguage=enmerchant_identifier=tbdKboQZmerchant_reference=4367-1252630order_description=4367-1252630-117578return_url=https://new.sajilni.com/payment/payfort-callback-page-2.htmltoken_name=47DCD438A0CA05E2E053321E320AF794cqer324589
Feb 27, 2017 7:07:05 AM com.payfort.service.client.PayFortClientService preparePayfortSignature
INFO: saj4642164access_code=Lmd2A6DwPDokSUJlisdzamount=36700authorization_code=331988card_number=400555******0001command=PURCHASEcurrency=AEDcustomer_email=shyam@sajilni.comcustomer_ip=94.201.162.196customer_name=Shyam Johneci=ECOMMERCEexpiry_date=1705fort_id=148817917700053859language=enmerchant_identifier=tbdKboQZmerchant_reference=4367-1252630order_description=4367-1252630-117578payment_option=VISAresponse_code=14000response_message=Successstatus=14token_name=47DCD438A0CA05E2E053321E320AF794saj4642164
Feb 27, 2017 7:07:05 AM com.sajilni.controller.payment.PaymentPayFortController payFortCallbackPage2
SEVERE: null
Feb 27, 2017 7:07:06 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 29226122370225_ticket_1488179226827.html into trash
Feb 27, 2017 7:07:06 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 29226122370225_ticket_1488179226827.html FROM: trash END FOLDER
Feb 27, 2017 7:07:06 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 29226122370225_ticket_1488179226827.html TO: trash END FOLDER
Feb 27, 2017 7:07:07 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 7:07:07 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488179226919.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:07:07 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488179226919.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:07:08 AM com.sajilni.service.util.SmslUtil sendSMS
SEVERE: null
com.twilio.sdk.TwilioRestException: The 'To' number 971502441179 is not a valid phone number.
at com.twilio.sdk.TwilioRestException.parseResponse(TwilioRestException.java:74)
at com.twilio.sdk.TwilioClient.safeRequest(TwilioClient.java:497)
at com.twilio.sdk.resource.list.MessageList.create(MessageList.java:70)
at com.sajilni.service.util.SmslUtil.sendSMS(SmslUtil.java:45)
at com.sajilni.service.sms.SmsService.sendSms(SmsService.java:68)
at com.sajilni.service.sms.SmsService.sendSms(SmsService.java:110)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1294)
at com.sajilni.service.payment.PaymentService.completePayment(PaymentService.java:1144)
at com.sajilni.controller.payment.PaymentPayFortController.payFortCallbackPage2(PaymentPayFortController.java:652)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 27, 2017 7:07:18 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 29226122370225_ticket_1488179238363.html into trash
Feb 27, 2017 7:07:18 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 29226122370225_ticket_1488179238363.html FROM: trash END FOLDER
Feb 27, 2017 7:07:18 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 29226122370225_ticket_1488179238363.html TO: trash END FOLDER
Feb 27, 2017 7:07:18 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 7:07:18 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488179238424.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:07:18 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488179238424.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:08:43 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4367
Feb 27, 2017 7:09:07 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488179352999_1_ticket_1488179347314.html into trash
Feb 27, 2017 7:09:07 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488179352999_1_ticket_1488179347314.html FROM: trash END FOLDER
Feb 27, 2017 7:09:07 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488179352999_1_ticket_1488179347314.html TO: trash END FOLDER
Feb 27, 2017 7:09:08 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488179347377.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488179347377.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:08 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488179352999_2_ticket_1488179348157.html into trash
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488179352999_2_ticket_1488179348157.html FROM: trash END FOLDER
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488179352999_2_ticket_1488179348157.html TO: trash END FOLDER
Feb 27, 2017 7:09:08 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488179348216.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488179348216.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:08 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488179352999_3_ticket_1488179348858.html into trash
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488179352999_3_ticket_1488179348858.html FROM: trash END FOLDER
Feb 27, 2017 7:09:08 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488179352999_3_ticket_1488179348858.html TO: trash END FOLDER
Feb 27, 2017 7:09:09 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 7:09:09 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488179348895.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:09 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488179348895.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:09 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: meraged_1488179349355.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:09 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: meraged_1488179349355.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 7:09:32 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:32 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:33 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:33 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:33 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:33 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:34 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 7:09:34 AM com.sajilni.service.dtcm.DTCMCartService refundOrder
SEVERE: null
Feb 27, 2017 8:47:54 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4392
Feb 27, 2017 8:48:20 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT invitation_list.id as id,invitation_list.name as list_name,user.name as created_by,DATE_FORMAT(invitation_list.create_date, '%d/%m/%Y %h:%i %p') as created_date,COUNT(DISTINCT `invitation`.id) AS number_invitations FROM `invitation_list` INNER JOIN event ON event.id = event_id LEFT JOIN invitation ON invitation_list.id = invitation.invitation_list_id and invitation.invitation_status_id <> 0 LEFT JOIN invitation_list_html_template ON invitation_list_html_template.invitation_list_id = invitation_list.id LEFT JOIN user ON invitation_list.create_by = user.id WHERE 1 = :token1 AND invitation_list_html_template.id IS NULL AND `invitation_list`.`event_id` = :token2 GROUP BY `invitation_list`.`id` HAVING 1 = :token3 ORDER BY id DESC ) original_query
Feb 27, 2017 8:48:23 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//DINE_1486303955899.jpg into images/fileupload-thumbnail_80x-1
Feb 27, 2017 8:48:23 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: white-background-xtra_1486359582060.jpg FROM: images END FOLDER
Feb 27, 2017 8:48:23 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: DINE_1486303955899.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 27, 2017 8:48:23 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//fileupload-thumbnail_80x-1//white-background-xtra_1486359582060.jpg into images/fileupload-thumbnail_80x-1
Feb 27, 2017 8:48:23 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: white-background-xtra_1486359582060.jpg FROM: images/fileupload-thumbnail_80x-1 END FOLDER
Feb 27, 2017 9:01:59 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: My_1481548235624.jpg FROM: images END FOLDER
Feb 27, 2017 9:02:07 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:02:52 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:02:54 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:02:59 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:03:04 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:03:10 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:03:13 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:03:17 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:05:27 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:05:41 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:06:48 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event`.id,event.name AS `name`,DATE_FORMAT(min(event_date.start_date),'%d/%m/%Y %h:%i %p') AS `start_date`,DATE_FORMAT(max(event_date.end_date),'%d/%m/%Y %h:%i %p') AS `end_date` FROM `event` INNER JOIN event_date ON event_date.event_id = event.id INNER JOIN event_cost_details ON event_cost_details.event_id = event.id WHERE 1 = :token1 GROUP BY event.id ) original_query
Feb 27, 2017 9:20:24 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 27, 2017 9:20:45 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488187245644_1_ticket_1488187245729.html into trash
Feb 27, 2017 9:20:45 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488187245644_1_ticket_1488187245729.html FROM: trash END FOLDER
Feb 27, 2017 9:20:45 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488187245644_1_ticket_1488187245729.html TO: trash END FOLDER
Feb 27, 2017 9:20:46 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 9:20:46 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488187245794.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:20:46 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488187245794.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:20:46 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488187245644_2_ticket_1488187246896.html into trash
Feb 27, 2017 9:20:46 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488187245644_2_ticket_1488187246896.html FROM: trash END FOLDER
Feb 27, 2017 9:20:46 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488187245644_2_ticket_1488187246896.html TO: trash END FOLDER
Feb 27, 2017 9:20:47 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 9:20:47 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488187246940.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:20:47 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488187246940.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:20:47 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: meraged_1488187247438.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:20:47 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: meraged_1488187247438.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:21:04 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488187264395_1_ticket_1488187264504.html into trash
Feb 27, 2017 9:21:04 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488187264395_1_ticket_1488187264504.html FROM: trash END FOLDER
Feb 27, 2017 9:21:04 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488187264395_1_ticket_1488187264504.html TO: trash END FOLDER
Feb 27, 2017 9:21:05 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488187264592.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488187264592.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:21:05 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method 1488187264395_2_ticket_1488187265275.html into trash
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: 1488187264395_2_ticket_1488187265275.html FROM: trash END FOLDER
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: 1488187264395_2_ticket_1488187265275.html TO: trash END FOLDER
Feb 27, 2017 9:21:05 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488187265311.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488187265311.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: meraged_1488187265794.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:21:05 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: meraged_1488187265794.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:22:33 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method yDhaPIJyXK_ticket_1488187353437.html into trash
Feb 27, 2017 9:22:33 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: yDhaPIJyXK_ticket_1488187353437.html FROM: trash END FOLDER
Feb 27, 2017 9:22:33 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: yDhaPIJyXK_ticket_1488187353437.html TO: trash END FOLDER
Feb 27, 2017 9:22:33 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method n87nlZcSC6_ticket_1488187353602.html into trash
Feb 27, 2017 9:22:33 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: n87nlZcSC6_ticket_1488187353602.html FROM: trash END FOLDER
Feb 27, 2017 9:22:33 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: n87nlZcSC6_ticket_1488187353602.html TO: trash END FOLDER
Feb 27, 2017 9:22:34 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 9:22:34 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488187353660.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:22:34 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488187353660.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:22:37 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method yDhaPIJyXK_ticket_1488187357154.html into trash
Feb 27, 2017 9:22:37 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: yDhaPIJyXK_ticket_1488187357154.html FROM: trash END FOLDER
Feb 27, 2017 9:22:37 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: yDhaPIJyXK_ticket_1488187357154.html TO: trash END FOLDER
Feb 27, 2017 9:22:37 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method n87nlZcSC6_ticket_1488187357289.html into trash
Feb 27, 2017 9:22:37 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: n87nlZcSC6_ticket_1488187357289.html FROM: trash END FOLDER
Feb 27, 2017 9:22:37 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: n87nlZcSC6_ticket_1488187357289.html TO: trash END FOLDER
Feb 27, 2017 9:22:37 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 27, 2017 9:22:37 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488187357323.pdf FROM: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:22:37 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488187357323.pdf TO: trash/html_to_pdf END FOLDER
Feb 27, 2017 9:25:41 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@49fe6e5f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1b32e1cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@41e3f9ed]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5fdd027d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@65eb034f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@69db8a80]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@37a93ac7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5018a5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3d9c929b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@8a69022]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@76a7fcf3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@76b247b2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2f630bb5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@13f8b9fb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5a719f13]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3e1adc38]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@99346ed]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5f720145]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9ad84bf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@61be62ae]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7209f45a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3dbebb77]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@58534803]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4aeafab5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@77fc7c96]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f51041d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7d8040a4]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@60a232f3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@74aefabd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@436879d9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3c129470]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4dd61cab]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4e2e7cbe]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4e887213]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6611cea6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1bdfa58b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:43 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@63ffabff]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@26a9e1c2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 9:25:46 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 27, 2017 9:25:54 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 27, 2017 9:26:15 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 27, 2017 11:11:20 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:11:20 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:11:20 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:11:20 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:11:20 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:11:20 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1280m
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 27, 2017 11:11:22 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1920 ms
Feb 27, 2017 11:11:22 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 27, 2017 11:11:22 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 27, 2017 11:11:22 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 27, 2017 11:11:23 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 27, 2017 11:11:32 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 27, 2017 11:11:53 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 30,476 ms
Feb 27, 2017 11:11:53 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:11:53 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 30687 ms
Feb 27, 2017 11:11:57 AM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 27, 2017 11:12:46 AM org.apache.coyote.http11.AbstractHttp11Processor process
INFO: Error parsing HTTP request header
Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name
at org.apache.coyote.http11.InternalInputBuffer.parseRequestLine(InternalInputBuffer.java:132)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:992)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Feb 27, 2017 11:18:04 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:18:04 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2e67e739]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7dd2b116]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5830cd35]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@497fb725]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@214de51d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@16e34ea5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@48647029]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7c16309f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@323d570d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3ea7a189]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@55a97b4c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@18f63bae]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@40ab8282]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4303d8f7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5deea8c0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@746cc398]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@684ff005]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3556599b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1dd64f59]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@f342f78]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@18ec3943]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1f712144]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@30f20974]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1e13affd]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@674cbb5d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@71a1ddf1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@51b8c318]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@52d7f295]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@50c32dc1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2ff23c7d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@38459a98]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@556b845f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c8f0616]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2220c02e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@36a51fa8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3fe53c5f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5b3e2203]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7fbba8fa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@617da0fa]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@a40b275]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@77ec7f4e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:18:05 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:18:05 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:18:12 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:18:12 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:18:12 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:18:12 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:18:12 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:18:12 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xms512M
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1580m
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:PermSize=1024m
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:MaxPermSize=512m
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+HeapDumpOnOutOfMemoryError
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 27, 2017 11:18:15 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:18:15 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2502 ms
Feb 27, 2017 11:18:15 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 27, 2017 11:18:15 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 27, 2017 11:18:16 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 27, 2017 11:18:16 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 27, 2017 11:18:23 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 27, 2017 11:18:43 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 27,158 ms
Feb 27, 2017 11:18:43 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:18:43 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 27348 ms
Feb 27, 2017 11:50:48 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:50:48 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service Catalina
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@234052e0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@71101cef]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4c64f6b5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6d127a8b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1c14f4a2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@31dcb0ff]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5a66292f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@24ded6ca]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1fd49717]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4bdb875a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@201ff05f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@72250a10]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@49f2576c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5e84e85f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@14666d8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5be9896a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7bfc4c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@79443a0c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4b86e35a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5c338199]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3f59fcf]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@5b3941e7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2759f5e9]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@672687d2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4802671e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@59252180]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@313b61f0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@62707812]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3911c9d5]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4948d656]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@23161a6e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@42c756f6]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@75af701a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7adaf29f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@690c52c0]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1184c9f1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1f25547b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@72f0ba34]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@32c6130a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 27, 2017 11:50:48 AM org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:50:48 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:52:52 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:52:52 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:52:52 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:52:52 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:52:52 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:52:52 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server version: Apache Tomcat/7.0.68 (Ubuntu)
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server built: Jun 27 2016 18:13:17 UTC
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Server number: 7.0.68.0
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Name: Linux
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: OS Version: 4.4.0-63-generic
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Architecture: amd64
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Version: 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: JVM Vendor: Oracle Corporation
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_BASE: /var/lib/tomcat7
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: CATALINA_HOME: /usr/share/tomcat7
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat7/conf/logging.properties
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.awt.headless=true
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xms512M
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Xmx1580m
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:PermSize=1024m
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:MaxPermSize=1024m
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+UseConcMarkSweepGC
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -XX:+HeapDumpOnOutOfMemoryError
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -javaagent:/usr/share/tomcat7/newrelic/newrelic.jar
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.endorsed.dirs=/usr/share/tomcat7/endorsed
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.base=/var/lib/tomcat7
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Dcatalina.home=/usr/share/tomcat7
Feb 27, 2017 11:52:54 AM org.apache.catalina.startup.VersionLoggerListener log
INFO: Command line argument: -Djava.io.tmpdir=/tmp/tomcat7-tomcat7-tmp
Feb 27, 2017 11:52:55 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:52:55 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2127 ms
Feb 27, 2017 11:52:55 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Feb 27, 2017 11:52:55 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.68 (Ubuntu)
Feb 27, 2017 11:52:55 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 27, 2017 11:52:55 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 27, 2017 11:53:02 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 27, 2017 11:53:20 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 25,066 ms
Feb 27, 2017 11:53:20 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-80"]
Feb 27, 2017 11:53:20 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 25223 ms
Feb 27, 2017 1:36:29 PM org.apache.jasper.compiler.TldLocationsCache tldScanJar
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 27, 2017 2:50:37 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE variable_name='threads_connected'
Feb 27, 2017 2:50:46 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE variable_name='threads_connected'
Feb 27, 2017 2:50:49 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE variable_name='threads_connected'
Feb 27, 2017 2:50:51 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE variable_name='threads_connected'
Feb 27, 2017 2:50:53 PM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT variable_value FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE variable_name='threads_connected'
Feb 28, 2017 9:14:53 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method IkIWFdmraq_ticket_1488273293966.html into trash
Feb 28, 2017 9:14:55 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: IkIWFdmraq_ticket_1488273293966.html FROM: trash END FOLDER
Feb 28, 2017 9:14:55 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: IkIWFdmraq_ticket_1488273293966.html TO: trash END FOLDER
Feb 28, 2017 9:14:55 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method yW4Iok3QRF_ticket_1488273295774.html into trash
Feb 28, 2017 9:14:55 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: yW4Iok3QRF_ticket_1488273295774.html FROM: trash END FOLDER
Feb 28, 2017 9:14:55 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: yW4Iok3QRF_ticket_1488273295774.html TO: trash END FOLDER
Feb 28, 2017 9:14:56 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 28, 2017 9:14:56 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488273295835.pdf FROM: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:14:56 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488273295835.pdf TO: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:15:00 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method IkIWFdmraq_ticket_1488273300422.html into trash
Feb 28, 2017 9:15:00 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: IkIWFdmraq_ticket_1488273300422.html FROM: trash END FOLDER
Feb 28, 2017 9:15:00 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: IkIWFdmraq_ticket_1488273300422.html TO: trash END FOLDER
Feb 28, 2017 9:15:00 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method yW4Iok3QRF_ticket_1488273300570.html into trash
Feb 28, 2017 9:15:00 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: yW4Iok3QRF_ticket_1488273300570.html FROM: trash END FOLDER
Feb 28, 2017 9:15:00 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: yW4Iok3QRF_ticket_1488273300570.html TO: trash END FOLDER
Feb 28, 2017 9:15:01 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 28, 2017 9:15:01 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488273300611.pdf FROM: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:15:01 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488273300611.pdf TO: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:34:42 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//eventpage_sajilni-001_1487496832785.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 28, 2017 9:34:42 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: eventpage_sajilni-001_1487496832785.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 28, 2017 9:34:42 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//CC201-INTRO_TO_iOS_DEV_15CM-01_1485937341993.png into images/dashboard-live-events-thumbnail_100x80
Feb 28, 2017 9:34:43 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: CC201-INTRO_TO_iOS_DEV_15CM-01_1485937341993.png FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 28, 2017 9:35:01 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4338
Feb 28, 2017 9:35:33 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method RTYcVaA00R_ticket_1488274533911.html into trash
Feb 28, 2017 9:35:33 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: RTYcVaA00R_ticket_1488274533911.html FROM: trash END FOLDER
Feb 28, 2017 9:35:33 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: RTYcVaA00R_ticket_1488274533911.html TO: trash END FOLDER
Feb 28, 2017 9:35:34 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method v8XRWbgUPY_ticket_1488274534033.html into trash
Feb 28, 2017 9:35:34 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: v8XRWbgUPY_ticket_1488274534033.html FROM: trash END FOLDER
Feb 28, 2017 9:35:34 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: v8XRWbgUPY_ticket_1488274534033.html TO: trash END FOLDER
Feb 28, 2017 9:35:34 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 28, 2017 9:35:34 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488274534072.pdf FROM: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:35:34 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488274534072.pdf TO: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:35:35 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method RTYcVaA00R_ticket_1488274535094.html into trash
Feb 28, 2017 9:35:35 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: RTYcVaA00R_ticket_1488274535094.html FROM: trash END FOLDER
Feb 28, 2017 9:35:35 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: RTYcVaA00R_ticket_1488274535094.html TO: trash END FOLDER
Feb 28, 2017 9:35:35 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method v8XRWbgUPY_ticket_1488274535198.html into trash
Feb 28, 2017 9:35:35 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: v8XRWbgUPY_ticket_1488274535198.html FROM: trash END FOLDER
Feb 28, 2017 9:35:35 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: v8XRWbgUPY_ticket_1488274535198.html TO: trash END FOLDER
Feb 28, 2017 9:35:35 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 28, 2017 9:35:35 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488274535238.pdf FROM: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:35:35 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488274535238.pdf TO: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `product`.`id`,`product`.`name` as ticket_type,count(`order_item`.`id`) as attendees FROM `order_item` INNER JOIN product ON product.id = order_item.product_id INNER JOIN event_date_product ON event_date_product.product_id = product.id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN event ON event_date.event_id = event.id WHERE 1 = :token1 and order_item.status = :token2 and event.id = :token3 and event_date.id > :token4 AND product.product_category_id = 1 GROUP BY product.id HAVING 1 = :token5 ORDER BY id DESC ) original_query
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runScript
SEVERE: StatementCallback; bad SQL grammar [SET GLOBAL group_concat_max_len=2048]; nested exception is com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SET GLOBAL group_concat_max_len=2048]; nested exception is com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:428)
at com.jrupal.database.QueryBuilder.runScript(QueryBuilder.java:81)
at com.sajilni.controller.reports.ReportsDataController.report1a(ReportsDataController.java:127)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3206)
at com.mysql.jdbc.Statement.execute(Statement.java:727)
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.springframework.jdbc.core.JdbcTemplate$1ExecuteStatementCallback.doInStatement(JdbcTemplate.java:421)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:396)
... 52 more
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT `product`.id as id FROM `order_item` INNER JOIN product ON order_item.product_id = product.id INNER JOIN product_form ON product_form.product_id = product.id INNER JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN payment ON payment.id = order_item.payment_id WHERE 1 = 1 and order_item.status = 3.0 and event_date.event_id = 4436 and event_date.id > 0 and product.id > 0 GROUP BY order_item.id HAVING 1 = 1
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: select SQL_CACHE part1.id,part1.event_date,part1.ticket_type,part1.order_id,COALESCE(part1.entry1,part2.entry2),COALESCE(part2.entry2,part1.entry1) from ( SELECT `order_item`.id as id,(case when DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') != DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') then CONCAT(DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i'),' - ',DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i')) else DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') end) as event_date,`product`.`name` as ticket_type,`order_item`.order_id as order_id,GROUP_CONCAT(DISTINCT(case when submission_entry1.text='' then concat(question1.var,': ') else CONCAT(question1.var, ':', submission_entry1.text) end) order By `submission_entry1`.`question_id` SEPARATOR 0x1D) as entry1 FROM `order_item` INNER JOIN product ON order_item.product_id = product.id INNER JOIN product_form ON product_form.product_id = product.id INNER JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN payment ON payment.id = order_item.payment_id LEFT JOIN submission_entry as submission_entry1 ON order_item.form_submission_id = submission_entry1.form_submission_id LEFT JOIN question as question1 ON question1.id = submission_entry1.question_id WHERE 1 = 1 and order_item.status = 3.0 and event_date.event_id = 4436 and event_date.id > 0 and product.id > 0 GROUP BY order_item.id HAVING 1 = 1 ORDER BY id DESC ) part1 left outer join ( SELECT `order_item`.id as id,(case when DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') != DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') then CONCAT(DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i'),' - ',DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i')) else DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') end) as event_date,`product`.`name` as ticket_type,`order_item`.order_id as order_id,GROUP_CONCAT(DISTINCT(case when submission_entry2.text='' then concat(question2.var,': ') else CONCAT(question2.var, ':', submission_entry2.text) end) order By `submission_entry2`.`question_id` SEPARATOR 0x1D) as entry2 FROM `order_item` INNER JOIN product ON order_item.product_id = product.id INNER JOIN product_form ON product_form.product_id = product.id INNER JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN payment ON payment.id = order_item.payment_id LEFT JOIN submission_entry as submission_entry2 ON submission_entry2.form_submission_id = payment.form_submission_id LEFT JOIN question as question2 ON question2.id = submission_entry2.question_id WHERE 1 = 1 and order_item.status = 3.0 and event_date.event_id = 4436 and event_date.id > 0 and product.id > 0 GROUP BY order_item.id HAVING 1 = 1 ORDER BY id DESC ) part2 on part1.id = part2.id LIMIT 0,10
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event_date`.`id`,(case when DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') != DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') then CONCAT(DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i'),' - ',DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i')) else DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') end) as event_date,count(`order_item`.`id`) as attendees FROM `event_date` INNER JOIN event_date_product ON event_date_product.event_date_id = event_date.id LEFT JOIN order_item ON order_item.event_date_product_id = event_date_product.id WHERE 1 = :token1 and order_item.status = :token2 and event_date.event_id = :token3 and event_date_product.product_id > :token4 GROUP BY event_date.id HAVING 1 = :token5 ORDER BY id DESC ) original_query
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runScript
SEVERE: StatementCallback; bad SQL grammar [SET GLOBAL group_concat_max_len=2048]; nested exception is com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [SET GLOBAL group_concat_max_len=2048]; nested exception is com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:407)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:428)
at com.jrupal.database.QueryBuilder.runScript(QueryBuilder.java:81)
at com.sajilni.controller.reports.ReportsDataController.report1d(ReportsDataController.java:356)
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.springframework.web.method.support.InvocableHandlerMethod.invoke(InvocableHandlerMethod.java:213)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:126)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:96)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:617)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:578)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:80)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at com.jrupal.filters.HttpHeadFilter.doFilter(HttpHeadFilter.java:82)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:221)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:436)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1078)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:318)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Access denied; you need (at least one of) the SUPER privilege(s) for this operation
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3206)
at com.mysql.jdbc.Statement.execute(Statement.java:727)
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.apache.commons.dbcp.DelegatingStatement.execute(DelegatingStatement.java:264)
at org.springframework.jdbc.core.JdbcTemplate$1ExecuteStatementCallback.doInStatement(JdbcTemplate.java:421)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:396)
... 52 more
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT `order_item`.id as id FROM `order_item` INNER JOIN product ON order_item.product_id = product.id INNER JOIN product_form ON product_form.product_id = product.id INNER JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN payment ON payment.id = order_item.payment_id WHERE 1 = 1 and order_item.status = 3.0 and event_date.event_id = 4436 and event_date.id > 0 and product.id > 0 GROUP BY order_item.id HAVING 1 = 1
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: select SQL_CACHE part1.id,part1.event_date,part1.ticket_type,part1.ticket_no,part1.order_id,part1.created_on,part1.checked_in,part1.checked_in_by , COALESCE(part1.entry1,part2.entry2),COALESCE(part2.entry2,part1.entry1) from ( SELECT `order_item`.id as id,(case when DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') != DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') then CONCAT(DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i'),' - ',DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i')) else DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') end) as event_date,`product`.`name` as ticket_type,`order_item`.id as ticket_no,`order_item`.order_id as order_id,DATE_FORMAT(`order_item`.created,'%d/%m/%Y %H:%i') as created_on,DATE_FORMAT(order_item_checkin.time,'%d/%m/%Y %H:%i') as checked_in,user.name as checked_in_by,GROUP_CONCAT(DISTINCT(case when submission_entry1.text='' then concat(question1.var,': ') else CONCAT(question1.var, ':', submission_entry1.text) end) order By `submission_entry1`.`question_id` SEPARATOR 0x1D) as entry1 FROM `order_item` INNER JOIN product ON order_item.product_id = product.id INNER JOIN product_form ON product_form.product_id = product.id INNER JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN payment ON payment.id = order_item.payment_id LEFT JOIN submission_entry as submission_entry1 ON order_item.form_submission_id = submission_entry1.form_submission_id LEFT JOIN question as question1 ON question1.id = submission_entry1.question_id LEFT JOIN order_item_checkin ON `order_item_checkin`.order_item_id = `order_item`.id LEFT JOIN user ON user.id = order_item_checkin.by WHERE 1 = 1 and order_item.status = 3.0 and event_date.event_id = 4436 and event_date.id > 0 and product.id > 0 GROUP BY order_item.id HAVING 1 = 1 ORDER BY id DESC ) part1 inner join ( SELECT `order_item`.id as id,(case when DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') != DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') then CONCAT(DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i'),' - ',DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i')) else DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') end) as event_date,`product`.`name` as ticket_type,`order_item`.order_id as order_id,GROUP_CONCAT(DISTINCT(case when submission_entry2.text='' then concat(question2.var,': ') else CONCAT(question2.var, ':', submission_entry2.text) end) order By `submission_entry2`.`question_id` SEPARATOR 0x1D) as entry2 FROM `order_item` INNER JOIN product ON order_item.product_id = product.id INNER JOIN product_form ON product_form.product_id = product.id INNER JOIN event_date_product ON event_date_product.id = order_item.event_date_product_id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN payment ON payment.id = order_item.payment_id LEFT JOIN submission_entry as submission_entry2 ON submission_entry2.form_submission_id = payment.form_submission_id LEFT JOIN question as question2 ON question2.id = submission_entry2.question_id LEFT JOIN order_item_checkin ON `order_item_checkin`.order_item_id = `order_item`.id LEFT JOIN user ON user.id = order_item_checkin.by WHERE 1 = 1 and order_item.status = 3.0 and event_date.event_id = 4436 and event_date.id > 0 and product.id > 0 GROUP BY order_item.id HAVING 1 = 1 ORDER BY id DESC ) part2 on part1.id = part2.id LIMIT 0,10
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `product`.`id`,`product`.`name` as ticket_type,count(`order_item`.`id`) as attendees FROM `order_item` INNER JOIN product ON product.id = order_item.product_id INNER JOIN event_date_product ON event_date_product.product_id = product.id INNER JOIN event_date ON event_date_product.event_date_id = event_date.id INNER JOIN event ON event_date.event_id = event.id WHERE 1 = :token1 and order_item.status = :token2 and event.id = :token3 and event_date.id > :token4 AND product.product_category_id = 1 HAVING 1 = :token5 ) original_query
Feb 28, 2017 9:37:19 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT COUNT(*) as total_rows FROM (SELECT `event_date`.`id`,(case when DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') != DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') then CONCAT(DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i'),' - ',DATE_FORMAT(CONVERT_TZ(`event_date`.`end_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i')) else DATE_FORMAT(CONVERT_TZ(`event_date`.`start_date`,'+0:00','-9:00'),'%d/%m/%Y %H:%i') end) as event_date,count(`order_item`.`id`) as attendees FROM `event_date` INNER JOIN event_date_product ON event_date_product.event_date_id = event_date.id LEFT JOIN order_item ON order_item.event_date_product_id = event_date_product.id WHERE 1 = :token1 and order_item.status = :token2 and event_date.event_id = :token3 and event_date_product.product_id > :token4 HAVING 1 = :token5 ) original_query
Feb 28, 2017 9:37:46 AM com.aws.service.s3.S3Service downloadFile
INFO: DOWNLOAD DONE :S3: event_image_1486635584527.jpg FROM: images END FOLDER
Feb 28, 2017 9:37:46 AM com.sajilni.service.util.ImageUtil saveImageAsFile
INFO: PATH TO COPY saveImageAsFile /home/ubuntu/src/files/images//dashboard-live-events-thumbnail_100x80//event_image_1486635584527.jpg into images/dashboard-live-events-thumbnail_100x80
Feb 28, 2017 9:37:46 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: event_image_1486635584527.jpg FROM: images/dashboard-live-events-thumbnail_100x80 END FOLDER
Feb 28, 2017 9:37:56 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 28, 2017 9:42:06 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method RTYcVaA00R_ticket_1488274926630.html into trash
Feb 28, 2017 9:42:06 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: RTYcVaA00R_ticket_1488274926630.html FROM: trash END FOLDER
Feb 28, 2017 9:42:06 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: RTYcVaA00R_ticket_1488274926630.html TO: trash END FOLDER
Feb 28, 2017 9:42:06 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method v8XRWbgUPY_ticket_1488274926809.html into trash
Feb 28, 2017 9:42:06 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: v8XRWbgUPY_ticket_1488274926809.html FROM: trash END FOLDER
Feb 28, 2017 9:42:06 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: v8XRWbgUPY_ticket_1488274926809.html TO: trash END FOLDER
Feb 28, 2017 9:42:07 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 28, 2017 9:42:07 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488274926842.pdf FROM: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:42:07 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488274926842.pdf TO: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:45:54 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [java-sdk-http-connection-reaper] but has failed to stop it. This is very likely to create a memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@640824a7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@e5ee40f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3a7a0a34]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@2cca46a1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9c26283]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@70c59128]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1a040eae]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6405bc01]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7e490c78]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@22d99e48]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@189285c3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@51bec764]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@67a22be7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9e7d285]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@557f2e7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@227590ce]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@54fe6a74]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@63baf994]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@59c0efce]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@573df7d8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@70b79a81]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@44f5bb5a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@1a159295]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@222e2538]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@6e81c06e]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@747898f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@317022c8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@62a4c63b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@246e8b1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@39f60287]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@9200113]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@4d719b12]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@78c7f16d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@71ac36c8]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@780d8977]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@3965346f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.loader.WebappClassLoaderBase checkThreadLocalMapForLeaks
SEVERE: The web application [] created a ThreadLocal with key of type [net.jawr.web.context.ThreadLocalJawrContext$1] (value [net.jawr.web.context.ThreadLocalJawrContext$1@488bd5b7]) and a value of type [net.jawr.web.context.JawrContext] (value [net.jawr.web.context.JawrContext@7eeee6b7]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Feb 28, 2017 9:45:54 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/ROOT.war
Feb 28, 2017 9:45:55 AM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
INFO: validateJarFile(/var/lib/tomcat7/webapps/ROOT/WEB-INF/lib/javax.servlet-3.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
Feb 28, 2017 9:46:01 AM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Feb 28, 2017 9:46:15 AM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/ROOT.war has finished in 20,860 ms
Feb 28, 2017 9:54:03 AM com.jrupal.database.QueryBuilder runQuery
SEVERE: SELECT invitation.email as email,'' as `email_status`,'' as `opened`,'' as `clicked`,`email_outbox`.remote_id,IFNULL( `user_smtp`.`smtp_key`, 'Y4ZUMoKGFHxpDHoCJO3tjw') AS `smtp_key`,invitation.invitation_status_id as status FROM `invitation` INNER JOIN email_outbox ON invitation.outbox_id = email_outbox.id LEFT JOIN `user_smtp` ON user_smtp.user_id = email_outbox.owner_id INNER JOIN invitation_list ON invitation_list.id = invitation.invitation_list_id INNER JOIN event ON event.id = invitation_list.event_id WHERE event.id = 4428
Feb 28, 2017 9:54:18 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method F9Cj2zZN79_ticket_1488275658772.html into trash
Feb 28, 2017 9:54:20 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: F9Cj2zZN79_ticket_1488275658772.html FROM: trash END FOLDER
Feb 28, 2017 9:54:20 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: F9Cj2zZN79_ticket_1488275658772.html TO: trash END FOLDER
Feb 28, 2017 9:54:20 AM com.sajilni.service.util.FileUtil createFile
INFO: PATH TO COPY createFile method S9oe86wtT6_ticket_1488275660460.html into trash
Feb 28, 2017 9:54:20 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: S9oe86wtT6_ticket_1488275660460.html FROM: trash END FOLDER
Feb 28, 2017 9:54:20 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: S9oe86wtT6_ticket_1488275660460.html TO: trash END FOLDER
Feb 28, 2017 9:54:21 AM com.sajilni.service.util.PdfUtil htmlToPdf
INFO: PATH TO COPY htmlToPdf method tickets.pdf into trash/html_to_pdf
Feb 28, 2017 9:54:21 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: tickets_1488275660573.pdf FROM: trash/html_to_pdf END FOLDER
Feb 28, 2017 9:54:21 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: tickets_1488275660573.pdf TO: trash/html_to_pdf END FOLDER
Feb 28, 2017 10:01:08 AM com.sajilni.service.util.FileUtil saveFileTo
INFO: PATH TO COPY saveToFile shareefpdftest.pdf into tmp
Feb 28, 2017 10:01:09 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1488276068949.pdf FROM: tmp END FOLDER
Feb 28, 2017 10:01:09 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1488276068949.pdf TO: tmp END FOLDER
Feb 28, 2017 10:01:09 AM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1488276068949.pdf into files
Feb 28, 2017 10:01:09 AM com.aws.service.s3.S3Service isExists
SEVERE: EXISTS NOT :S3: shareefpdftest_1488276068949.pdf FROM: files END FOLDER
Feb 28, 2017 10:01:09 AM com.aws.service.s3.S3Service uploadFile
INFO: UPLOAD DONE :S3: shareefpdftest_1488276068949.pdf TO: files END FOLDER
Feb 28, 2017 10:01:11 AM com.sajilni.service.util.FileUtil copyFileTo
INFO: PATH TO COPY copyFileTo method shareefpdftest_1488276068949.pdf into files
Feb 28, 2017 10:01:11 AM com.aws.service.s3.S3Service isExists
INFO: EXISTS FOUND DONE :S3: shareefpdftest_1488276068949.pdf FROM: files END FOLDER
Feb 28, 2017 10:58:35 AM org.apache.catalina.startup.HostConfig undeploy
INFO: Undeploying context []
Feb 28, 2017 10:58:35 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
SEVERE: The web application [] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Feb 28, 2017 10:58:35 AM org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
Feb 28, 2017 10:58:35 AM org.apache.catalina.loader.WebappClassLoaderBase cle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment