Server Management - Systems Insight Manager
1824000 Members
4115 Online
109667 Solutions
New Discussion

HP SIM Not starting

 
Jayaprakash Subramanian
Frequent Advisor

HP SIM Not starting

Hello All,

I have a set of machines on the network and there is a CMS to manage those systems. The problem here is when the CMS is rebooted, the HP SIM didn't come up and throws the following error.

INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id:cms1 "/opt/mx/lbin/mxdtf"

The mxdtf log says that -

# tail -f /var/opt/mx/logs/mxdtf.0.log
Exception in thread "main" java.lang.NullPointerException
at com.hp.mx.dtf.MxDTFImpl.main(MxDTFImpl.java:202)
ERROR: mxdtf received an exception from Java Virtual Machine.

------------------------------------------

I have checked the mxdomainmgr log and this says -


MBeans waiting for other MBeans:
ObjectName: com.hp.mx:service=MxStartup
state: FAILED
I Depend On: com.hp.mx:service=MxInit
jboss.mq:service=InvocationLayer,type=JVM

Depends On Me: jboss.web:service=WebServer
javax.management.RuntimeMBeanException: java.lang.IllegalArgumentException: Unable to check if the cipher suites and protocols to enable are supported
ObjectName: jboss.web:service=WebServer
state: CREATED
I Depend On: jboss.security:service=JaasSecurityManager
jboss:service=TransactionManager
com.hp.mx:service=MxStartup

Depends On Me: jboss.mq:service=InvocationLayer,type=HTTP

ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
state: CREATED
I Depend On: jboss.mq:service=Invoker
jboss.web:service=WebServer

Depends On Me:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: com.hp.mx:service=MxStartup
state: FAILED
I Depend On: com.hp.mx:service=MxInit
jboss.mq:service=InvocationLayer,type=JVM

Depends On Me: jboss.web:service=WebServer
javax.management.RuntimeMBeanException: java.lang.IllegalArgumentException: Unable to check if the cipher suites and protocols to enable are supported

16 Sep 2009 11:38:18,968 INFO [Server] JBoss (MX MicroKernel) [3.2.7 (build: CVSTag=JBoss_3_2_7 date=200501280217)] Started in 1m:4s:296ms

------------------------------------------

It seems that the problem is with Java and the mxdtf process is killed if started manually.

here the output of ps for mx -

# ps -ef | grep mx
root 1530 1 0 10:01:43 ? 0:18 /opt/hpservices/jre/opt/java1.4/jre/bin/IA64N/java -Xmx512m -DRunnerValuePairFile=/var/opt/runner/data/valuePairs -cp /opt/runn
root 5424 2184 0 10:58:59 console 0:00 tail -f /opt/mx/jboss/server/hpsim/log/boot.log
root 2169 1 0 10:02:06 ? 6:43 /opt/java1.5/bin/IA64N/java -Djava.library.path=/opt/mx/lib -Xmx512m -jar /opt/amgr/lib/amgrserver.jar
root 5033 1 0 10:45:23 ? 1:39 /opt/mx/lbin/mxdomainmgr
hpsmdb 5040 1651 0 10:45:55 ? 0:00 postgres: mxadmin insight_v1_0 127.0.0.1 idle
hpsmdb 6636 1651 0 11:37:44 ? 0:00 postgres: mxadmin insight_v1_0 127.0.0.1 idle
root 16173 2477 0 17:24:23 pts/1 0:00 grep mx
root 6621 1 0 11:37:11 ? 1:45 /opt/mx/lbin/mxdomainmgr

------------------------------------------

If i run the "/opt/java1.5/bin/IA64N/java -Djava.library.path=/opt/mx/lib -Xmx512m -jar /opt/amgr/lib/amgrserver.jar" separately, then it shows the following error -

AM server 3.0.00.12
- Starting tomcat server
- Starting Servlet Engine: Apache Tomcat/5.5.17
- XML validation disabled
- Error initializing endpoint
java.io.IOException: Cannot recover key
at org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFactory.java:125)
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:98)
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:294)
at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:138)
at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
at org.apache.catalina.startup.Embedded.start(Embedded.java:826)
at com.hp.amgr.core.SoapServer.(SoapServer.java:146)
at com.hp.amgr.core.Controller.runServer(Controller.java:149)
at com.hp.amgr.core.Controller.run(Controller.java:116)
at com.hp.amgr.ui.cli.Cmdline.main(Cmdline.java:247)

------------------------------------------
I'm not able to find the root cause of this issue. If anyond find out the cause, then it will be more helpful. I have attached the logs for the reference.

Thanks in Advance,
Jayaprakash S