Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
2015-12-29 15:49:07,441 [main] INFO org.apache.catalina.core.AprLifecycleListener- 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
2015-12-29 15:49:08,192 [main] INFO org.apache.coyote.http11.Http11Protocol- Initializing ProtocolHandler ["http-bio-8080"]
2015-12-29 15:49:08,223 [main] INFO org.apache.coyote.http11.Http11Protocol- Initializing ProtocolHandler ["http-bio-8443"]
2015-12-29 15:49:09,269 [main] INFO org.apache.coyote.ajp.AjpProtocol- Initializing ProtocolHandler ["ajp-bio-8009"]
2015-12-29 15:49:09,280 [main] INFO org.apache.catalina.startup.Catalina- Initialization processed in 2765 ms
2015-12-29 15:59:02,444 [main] ERROR org.apache.catalina.startup.Catalina- Could not contact 127.0.0.1:8005. Tomcat may not be running.
2015-12-29 15:59:02,444 [main] ERROR org.apache.catalina.startup.Catalina- Catalina.stop:
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.<init>(Socket.java:434)
at java.net.Socket.<init>(Socket.java:211)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:498)
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:497)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:370)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:457)
rpm -qa --last | grep ' Dec '
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 1024 unlimited bytes
Max resident set 7012548608 unlimited bytes
Max processes 62855 62855 processes
Max open files 8192 8192 files
Max locked memory 65536 262144 bytes
Max address space 8310865920 unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 62855 62855 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
lsof | grep IPv | less
<Server port="8005" shutdown="SHUTDOWN">
2015-12-15 16:14:45,589 [main] INFO org.apache.catalina.core.StandardService- Starting service Catalina
2015-12-15 16:14:45,589 [main] INFO org.apache.catalina.core.StandardEngine- Starting Servlet Engine: Apache Tomcat/7.0.55
2015-12-15 16:14:45,792 [localhost-startStop-1] INFO org.apache.catalina.startup.HostConfig- Deploying web application archive /opt/netiq/idm/apps/tomcat/webapps/osp.war
# Set juli LogManager config file if it is present and an override has not been issued
if [ -z "$LOGGING_CONFIG" ]; then
if [ -r "$CATALINA_BASE"/conf/logging.properties ]; then
LOGGING_CONFIG="-Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties"
else
# Bugzilla 45585
LOGGING_CONFIG="-Dnop"
fi
fi
# Default global logging level.
# This specifies which kinds of events are logged across
# all loggers. For any given facility this global level
# can be overriden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
.level= INFO
# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = INFO
Dec 30, 2015 2:06:58 PM org.apache.catalina.startup.ClassLoaderFactory createClassLoader
FINE: Creating new class loader
Dec 30, 2015 2:06:58 PM org.apache.catalina.startup.ClassLoaderFactory createClassLoader
FINE: Including directory file:/opt/netiq/idm/apps/tomcat/lib/
Dec 30, 2015 2:06:59 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor registerMBean
FINER: ObjectName = JMImplementation:type=MBeanServerDelegate
Dec 30, 2015 2:06:59 PM org.apache.catalina.startup.Bootstrap init
FINE: Loading startup class
Dec 30, 2015 2:06:59 PM org.apache.catalina.startup.Bootstrap init
FINE: Setting startup class properties
Dec 30, 2015 2:06:59 PM org.apache.catalina.startup.Bootstrap load
FINE: Calling startup class public void org.apache.catalina.startup.Catalina.load(java.lang.String[])
2015-12-30 14:07:00,466 [main] INFO org.apache.catalina.core.AprLifecycleListener- 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 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository contains
FINER: name = Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.ActiveMQConnectionFactory,name="jms/ConnectionFactory"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor registerMBean
FINER: ObjectName = Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.ActiveMQConnectionFactory,name="jms/ConnectionFactory"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository addMBean
FINER: name = Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.ActiveMQConnectionFactory,name="jms/ConnectionFactory"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor addObject
FINER: Send create notification of object Catalina:class=org.apache.activemq.ActiveMQConnectionFactory,name="jms/ConnectionFactory",resourcetype=Global,type=Resource
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor sendNotification
FINER: JMX.mbean.registered Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.ActiveMQConnectionFactory,name="jms/ConnectionFactory"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository contains
FINER: name = Catalina:type=Resource,resourcetype=Global,class=org.apache.catalina.UserDatabase,name="UserDatabase"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor registerMBean
FINER: ObjectName = Catalina:type=Resource,resourcetype=Global,class=org.apache.catalina.UserDatabase,name="UserDatabase"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository addMBean
FINER: name = Catalina:type=Resource,resourcetype=Global,class=org.apache.catalina.UserDatabase,name="UserDatabase"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor addObject
FINER: Send create notification of object Catalina:class=org.apache.catalina.UserDatabase,name="UserDatabase",resourcetype=Global,type=Resource
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor sendNotification
FINER: JMX.mbean.registered Catalina:type=Resource,resourcetype=Global,class=org.apache.catalina.UserDatabase,name="UserDatabase"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository contains
FINER: name = Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.command.ActiveMQTopic,name="topic/IDMNotificationDurableTopic"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor registerMBean
FINER: ObjectName = Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.command.ActiveMQTopic,name="topic/IDMNotificationDurableTopic"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository addMBean
FINER: name = Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.command.ActiveMQTopic,name="topic/IDMNotificationDurableTopic"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor addObject
FINER: Send create notification of object Catalina:class=org.apache.activemq.command.ActiveMQTopic,name="topic/IDMNotificationDurableTopic",resourcetype=Global,type=Resource
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor sendNotification
FINER: JMX.mbean.registered Catalina:type=Resource,resourcetype=Global,class=org.apache.activemq.command.ActiveMQTopic,name="topic/IDMNotificationDurableTopic"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository contains
FINER: name = Catalina:type=Resource,resourcetype=Global,class=javax.sql.DataSource,name="shared/IDMUADataSource"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor registerMBean
FINER: ObjectName = Catalina:type=Resource,resourcetype=Global,class=javax.sql.DataSource,name="shared/IDMUADataSource"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository addMBean
FINER: name = Catalina:type=Resource,resourcetype=Global,class=javax.sql.DataSource,name="shared/IDMUADataSource"
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor addObject
FINER: Send create notification of object Catalina:class=javax.sql.DataSource,name="shared/IDMUADataSource",resourcetype=Global,type=Resource
Dec 30, 2015 2:07:01 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor sendNotification
FINER: JMX.mbean.registered Catalina:type=Resource,resourcetype=Global,class=javax.sql.DataSource,name="shared/IDMUADataSource"
Dec 30, 2015 2:07:01 PM com.sun.jmx.mbeanserver.Repository contains
FINER: name = Catalina:type=Connector,port=8080
2015-12-30 14:07:01,263 [main] INFO org.apache.coyote.http11.Http11Protocol- Initializing ProtocolHandler ["http-bio-8443"]
Dec 30, 2015 2:07:02 PM com.sun.jmx.interceptor.DefaultMBeanServerInterceptor sendNotification
FINER: JMX.mbean.registered Catalina:type=Mapper,port=8009
2015-12-30 14:07:02,060 [main] INFO org.apache.catalina.startup.Catalina- Initialization processed in 2484 ms