Skip to content

Instantly share code, notes, and snippets.

@tobowers
Created February 18, 2016 21:00
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 tobowers/03407cf0c6d37124cd15 to your computer and use it in GitHub Desktop.
Save tobowers/03407cf0c6d37124cd15 to your computer and use it in GitHub Desktop.
catalina.out
[root@vagrant /]# cat /var/log/tomcat6/catalina.out
Dec 16, 2015 22:12:43 +0000 [5287 1] com.newrelic INFO: Agent is using Logback
Dec 16, 2015 22:12:43 +0000 [5287 1] com.newrelic ERROR: Unable to start New Relic agent: com.newrelic.agent.config.ConfigurationException: Failed to find the configuration file
com.newrelic.agent.config.ConfigurationException: Failed to find the configuration file
at com.newrelic.agent.config.ConfigServiceFactory.getConfigFile(ConfigServiceFactory.java:57) ~[newrelic.jar:3.5.0]
at com.newrelic.agent.config.ConfigServiceFactory.createConfigService(ConfigServiceFactory.java:28) ~[newrelic.jar:3.5.0]
at com.newrelic.agent.service.ServiceManagerImpl.<init>(ServiceManagerImpl.java:99) ~[newrelic.jar:3.5.0]
at com.newrelic.agent.Agent.premain(Agent.java:195) ~[newrelic.jar:3.5.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91]
at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91]
at com.newrelic.bootstrap.BootstrapAgent.premain(BootstrapAgent.java:117) [newrelic.jar:3.5.0]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_91]
at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_91]
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382) [na:1.7.0_91]
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397) [na:1.7.0_91]
Unable to start New Relic agent: com.newrelic.agent.config.ConfigurationException: Failed to find the configuration file
com.newrelic.agent.config.ConfigurationException: Failed to find the configuration file
at com.newrelic.agent.config.ConfigServiceFactory.getConfigFile(ConfigServiceFactory.java:57)
at com.newrelic.agent.config.ConfigServiceFactory.createConfigService(ConfigServiceFactory.java:28)
at com.newrelic.agent.service.ServiceManagerImpl.<init>(ServiceManagerImpl.java:99)
at com.newrelic.agent.Agent.premain(Agent.java:195)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.newrelic.bootstrap.BootstrapAgent.premain(BootstrapAgent.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:382)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:397)
Dec 16, 2015 10:12:44 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Dec 16, 2015 10:12:44 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Dec 16, 2015 10:12:44 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
Dec 16, 2015 10:12:44 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1121 ms
Dec 16, 2015 10:12:44 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 16, 2015 10:12:44 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Dec 16, 2015 10:12:44 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor solr.xml
Dec 16, 2015 10:12:44 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /usr/share/tomcat6/webapps/solr.war inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.solr.client.solrj.impl.HttpClientUtil).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Dec 16, 2015 10:12:54 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
Dec 16, 2015 10:12:54 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
Dec 16, 2015 10:12:54 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory newrelic
Dec 16, 2015 10:12:54 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Dec 16, 2015 10:12:54 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sample
Dec 16, 2015 10:12:54 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Dec 16, 2015 10:12:54 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
Dec 16, 2015 10:12:54 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Dec 16, 2015 10:12:54 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/28 config=null
Dec 16, 2015 10:12:54 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 9821 ms
Dec 16, 2015 22:13:07 +0000 [6541 1] com.newrelic INFO: Agent is using Logback
Dec 16, 2015 22:13:07 +0000 [6541 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
Dec 16, 2015 10:13:17 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Dec 16, 2015 10:13:17 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8443
Dec 16, 2015 10:13:18 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Dec 16, 2015 10:13:37 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Dec 16, 2015 10:13:37 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8443
Dec 16, 2015 22:14:18 +0000 [6760 1] com.newrelic INFO: Agent is using Logback
Dec 16, 2015 22:14:18 +0000 [6760 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
Dec 16, 2015 10:14:31 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Dec 16, 2015 10:14:32 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Dec 16, 2015 10:14:33 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
Dec 16, 2015 10:14:33 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3056 ms
Dec 16, 2015 10:14:33 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 16, 2015 10:14:33 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Dec 16, 2015 10:14:33 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Dec 16, 2015 10:14:35 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor solr.xml
Dec 16, 2015 10:14:35 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /usr/share/tomcat6/webapps/solr.war inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.solr.client.solrj.impl.HttpClientUtil).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Dec 16, 2015 10:14:49 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Dec 16, 2015 10:14:49 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory newrelic
Dec 16, 2015 10:14:49 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Dec 16, 2015 10:14:49 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sample
Dec 16, 2015 10:14:49 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Dec 16, 2015 10:14:49 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
Dec 16, 2015 10:14:49 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Dec 16, 2015 10:14:49 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/27 config=null
Dec 16, 2015 10:14:49 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 16216 ms
Feb 18, 2016 17:35:29 +0000 [845 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:35:29 +0000 [845 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
Feb 18, 2016 5:35:43 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Feb 18, 2016 5:35:44 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 18, 2016 5:35:45 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
Feb 18, 2016 5:35:45 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2194 ms
Feb 18, 2016 5:35:45 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 18, 2016 5:35:45 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Feb 18, 2016 5:35:45 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Feb 18, 2016 5:35:46 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor solr.xml
Feb 18, 2016 5:35:46 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /usr/share/tomcat6/webapps/solr.war inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.solr.client.solrj.impl.HttpClientUtil).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Feb 18, 2016 5:35:55 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Feb 18, 2016 5:35:55 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory newrelic
Feb 18, 2016 5:35:55 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sample
Feb 18, 2016 5:35:55 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Feb 18, 2016 5:35:55 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 18, 2016 5:35:55 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
Feb 18, 2016 5:35:55 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 18, 2016 5:35:55 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/59 config=null
Feb 18, 2016 5:35:55 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 10460 ms
Feb 18, 2016 17:40:19 +0000 [4513 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:40:19 +0000 [4513 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Feb 18, 2016 5:40:27 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Feb 18, 2016 5:40:27 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8443
Feb 18, 2016 5:40:28 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 18, 2016 5:40:29 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value [org.apache.solr.schema.DateField$ThreadLocalDateFormat@42175d90]) and a value of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
Feb 18, 2016 5:40:30 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Feb 18, 2016 5:40:30 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8443
Feb 18, 2016 17:42:39 +0000 [4705 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:42:39 +0000 [4705 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Feb 18, 2016 5:42:48 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Feb 18, 2016 5:42:49 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 18, 2016 5:42:49 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
Feb 18, 2016 5:42:49 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2175 ms
Feb 18, 2016 5:42:49 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 18, 2016 5:42:49 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Feb 18, 2016 5:42:49 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Feb 18, 2016 5:42:50 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor solr.xml
Feb 18, 2016 5:42:50 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /usr/share/tomcat6/webapps/solr.war inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.solr.client.solrj.impl.HttpClientUtil).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Feb 18, 2016 5:42:59 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Feb 18, 2016 5:42:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory newrelic
Feb 18, 2016 5:42:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sample
Feb 18, 2016 5:43:00 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Feb 18, 2016 5:43:00 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 18, 2016 5:43:00 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
Feb 18, 2016 5:43:00 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 18, 2016 5:43:00 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/68 config=null
Feb 18, 2016 5:43:00 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 10668 ms
Feb 18, 2016 17:43:18 +0000 [4811 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:43:18 +0000 [4811 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:46:19 +0000 [5153 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:46:19 +0000 [5153 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:47:06 +0000 [6912 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:47:06 +0000 [6912 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:47:14 +0000 [7399 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:47:14 +0000 [7399 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:47:23 +0000 [8110 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:47:23 +0000 [8110 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:48:32 +0000 [13737 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:48:32 +0000 [13737 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:49:32 +0000 [13851 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:49:32 +0000 [13851 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:50:33 +0000 [13965 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:50:33 +0000 [13965 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:51:33 +0000 [14074 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:51:33 +0000 [14074 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:52:33 +0000 [14188 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:52:34 +0000 [14188 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:53:34 +0000 [14300 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:53:35 +0000 [14300 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:54:35 +0000 [14409 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:54:35 +0000 [14409 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:55:35 +0000 [14517 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:55:36 +0000 [14517 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:56:36 +0000 [14626 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:56:36 +0000 [14626 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 17:57:36 +0000 [14734 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 17:57:36 +0000 [14734 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:02:41 +0000 [21526 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:02:41 +0000 [21526 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:07:55 +0000 [2020 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:07:56 +0000 [2020 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:13:08 +0000 [31267 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:13:08 +0000 [31267 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:16:56 +0000 [30424 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:16:57 +0000 [30424 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:19:35 +0000 [9325 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:19:36 +0000 [9325 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:22:40 +0000 [11958 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:22:40 +0000 [11958 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:25:43 +0000 [31664 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:25:43 +0000 [31664 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:27:32 +0000 [12985 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:27:33 +0000 [12985 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:29:34 +0000 [32480 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:29:34 +0000 [32480 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:30:45 +0000 [4103 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:30:46 +0000 [4103 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:32:17 +0000 [4512 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:32:17 +0000 [4512 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:32:56 +0000 [7931 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:32:57 +0000 [7931 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 10000; nested exception is:
java.net.BindException: Address already in use
Feb 18, 2016 18:33:52 +0000 [11584 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:33:53 +0000 [11584 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Feb 18, 2016 6:34:01 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Feb 18, 2016 6:34:01 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8443
Feb 18, 2016 18:34:02 +0000 [11665 1] com.newrelic INFO: Agent is using Logback
Feb 18, 2016 18:34:02 +0000 [11665 1] com.newrelic INFO: Loading configuration file "/var/lib/tomcat6/webapps/newrelic/./newrelic.yml"
Feb 18, 2016 6:34:02 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Feb 18, 2016 6:34:03 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value [org.apache.solr.schema.DateField$ThreadLocalDateFormat@7a03d6a5]) and a value of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
Feb 18, 2016 6:34:03 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: A web application created a ThreadLocal with key of type [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value [org.apache.solr.schema.DateField$ThreadLocalDateFormat@7a03d6a5]) and a value of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but failed to remove it when the web application was stopped. To prevent a memory leak, the ThreadLocal has been forcibly removed.
Feb 18, 2016 6:34:05 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Feb 18, 2016 6:34:05 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8443
New Relic Agent is already running! Check if more than one -javaagent switch is used on the command line
Feb 18, 2016 6:34:25 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Feb 18, 2016 6:34:27 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Feb 18, 2016 6:34:28 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443
Feb 18, 2016 6:34:28 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 5054 ms
Feb 18, 2016 6:34:29 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Feb 18, 2016 6:34:29 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.24
Feb 18, 2016 6:34:29 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Feb 18, 2016 6:34:31 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor solr.xml
Feb 18, 2016 6:34:31 PM org.apache.catalina.startup.HostConfig deployDescriptor
WARNING: A docBase /usr/share/tomcat6/webapps/solr.war inside the host appBase has been specified, and will be ignored
log4j:WARN No appenders could be found for logger (org.apache.solr.client.solrj.impl.HttpClientUtil).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Feb 18, 2016 6:34:48 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Feb 18, 2016 6:34:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory newrelic
Feb 18, 2016 6:34:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory sample
Feb 18, 2016 6:34:48 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Feb 18, 2016 6:34:48 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 18, 2016 6:34:48 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
Feb 18, 2016 6:34:49 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 18, 2016 6:34:49 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/52 config=null
Feb 18, 2016 6:34:49 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 20766 ms
[root@vagrant /]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment