Server Management - Systems Insight Manager
1826618 Members
3276 Online
109695 Solutions
New Discussion

HP SIM 5.0 server hangs every morning

 
Mikael Rönnbäck
Super Advisor

HP SIM 5.0 server hangs every morning

Any idea where I should start searching on this ? We have a SIM 5.0 server, it has run perfectly for 2 weeks, since we set it up (new clean installation), then we created a custom query (listing all servers where server role = value xyz) and let the users start using it.

Since then the server has hung every morning, SIM is not responding, there is no error in Windows eventlogs, and a restart of the service will not help, only a complete restart of the Windows server so far seems to work, after which it will again run happily for another day until the next hang.

Seems a bit unstable to me, but since it does not seem to log any problems I have a hard time finding out what to even look for ?
13 REPLIES 13
Aravindh Rajaram
Honored Contributor

Re: HP SIM 5.0 server hangs every morning

Check if you have any data collection task or discovery task scheduled to run every day. Also how many devices do you manage? What is the H/W config of your CMS? Is the database running on the same server that is hosting HPSIM? If you do manage some huge number of devices then may be you can do some tuning.
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

Yes, well, let's see here... :-)

I have one SIM 4.1 server, running local SQL server, SIM and MS-RIS, on a dedicated DL 380 G4, it has never had any problems and uptime is as long as there are no MS security patches. CPU usage is heavy, usually over 70%

But it was old and we wanted discovery of newer devices, and redundancy in SIM, so we set up a new DL385 dedicated to SIM, and placed the database on a SQL server cluster.
CPU usage is low, usually below 5%, but performance is terrible, usually 4 minutes to list a query.

Since the case we have with HP on this seemed to take a while to track down, we set up an extra DL385 with SIM only, and the database on a SQL cluster. Same here, no CPU usage and performance was acceptable and uptime stable until we created one custom query and had more than one user on it. There are no additional tasks except for the default ones, however the automatic discovery runs every 3rd day (as it takes 3 days to traverse all our subnets), on the other hand we do this on all the SIM servers, so this is nothing new really.

The SIM 4.1 installation finds and manages approx. 2000 servers, the SIM 4.2 installation finds and manages some 2000 servers and 2000 additional "unknown" devices (this is since we need to discovery system types like VMWare etc) and the SIM 5.0 installation finds and manages approx. 2000 servers and 5000 devices. But again, it had all those devices already before the problem started.

Could it be related to custom queries or the number of users, during testing it worked fine but we had only 2-3 users on, now there are approx. 30 I would guess, but no more than 50.

Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

Err. I see I missed some version numbers, the SIM 4.2 runs on a DL385 and the SIM 5.0 runs on another DL385, (both with 4 GB RAM).

All Windows 2003, SP1 only on SIM 5.0
Aravindh Rajaram
Honored Contributor

Re: HP SIM 5.0 server hangs every morning

Ok. The key is multiple user sessions...which in your case is 30-50. Firstly I would say plz check if any of the users have created any tasks that may potentially get into pending state for a long time. And for the query load time, since you have so many users, it would be a nice idea to generate queries/collections that always result 300 devices max. May be you can split the whole lot into different queries. Say server list 1 (ip range x-y) server list 2 (ip range x1-y1).
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

No, no special user queries or tasks should exist.

Yes, well it may sound like a good idea to control the number of devices in the queries, however we use them only to separate office locations, and it's kind of hard to control the number of servers being installed just because of SIM not being able to cope with that.

Anyway, I still do not see the problem since we are using practically no CPU at all, so even if the queries are large or the users are many, why do we not like in SIM 4.1 use more CPU in that case ?
At the moment we're just idling away a DL385 on 2% usage, with 4 minutes responsetime, to me it feels like we could set this up on my old leftover ProSignia considering the low resource usage ;-)
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

Ok, I have now thrown out everyone, and am the only user on the server, and still the same performance, so it does not seem related to the number of users after all ?
Aravindh Rajaram
Honored Contributor

Re: HP SIM 5.0 server hangs every morning

Please see in the logs directory if you have any unusual logs since the day of hanging...anf if yes, plz send it.
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

I restarted SIM and looked through all the newly modified logs but cannot see anything that directly looks like an error, however I cannot say that I am quite sure what to look for here.
Aravindh Rajaram
Honored Contributor

Re: HP SIM 5.0 server hangs every morning

Go to the /logs directory and sort the files in the decreasing order of their size. You normally would have

mxdomainmgr.xxxx.out
DomainManager.xxxx.out.log
mxinventory.xxxx.out
mxdtf.xxxx.out

Neglect those with 0 KB and 1 KB. Look into the other files see if you have some errors/exceptions. This may throw some light.
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

I have two files where some errors seem to happen, I will attach them here, I have edited out the names of the actual servers and replaced them with x'es.
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

Here's the other file
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

Could this section I found from todays crasch be more relevant ?

17:16:27,027 ERROR [PoolTcpEndpoint] Remote Host /143.97.6.110 SocketException: Connection reset
17:24:57,508 ERROR [HttpMethodBase] I/O failure reading response body
java.io.IOException: Bad chunk size:

Login
<meta http-equiv="Content-Type" content="text/html<BR /> at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:288)<BR /> at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:205)<BR /> at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:160)<BR /> at java.io.FilterInputStream.read(Unknown Source)<BR /> at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:110)<BR /> at java.io.FilterInputStream.read(Unknown Source)<BR /> at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:129)<BR /> at org.apache.commons.httpclient.HttpMethodBase.getResponseBody(HttpMethodBase.java:735)<BR /> at org.apache.commons.httpclient.HttpMethodBase.getResponseBodyAsString(HttpMethodBase.java:787)<BR /> at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:173)<BR /> at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)<BR />21:59:10,822 ERROR [HttpMethodBase] I/O failure reading response body<BR />java.io.IOException: Bad chunk size: <html><BR /><head><BR /><title>Login</title><BR /><meta http-equiv=" content-type="" /> at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:288)
at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:205)
at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:160)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:110)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:129)
at org.apache.commons.httpclient.HttpMethodBase.getResponseBody(HttpMethodBase.java:735)
at org.apache.commons.httpclient.HttpMethodBase.getResponseBodyAsString(HttpMethodBase.java:787)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:173)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
23:40:37,451 ERROR [HttpMethodBase] Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
java.lang.UnsupportedOperationException: Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
at org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(HttpAuthenticator.java:145)
at org.apache.commons.httpclient.HttpMethodBase.processAuthenticationResponse(HttpMethodBase.java:2548)
at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:986)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1122)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:646)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:498)
at com.hp.mx.httpclient.MxHttpClientManager.executeMethod(MxHttpClientManager.java:136)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:171)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
23:40:37,498 ERROR [HttpMethodBase] Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
java.lang.UnsupportedOperationException: Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
at org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(HttpAuthenticator.java:145)
at org.apache.commons.httpclient.HttpMethodBase.processAuthenticationResponse(HttpMethodBase.java:2548)
at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:986)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1122)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:646)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:498)
at com.hp.mx.httpclient.MxHttpClientManager.executeMethod(MxHttpClientManager.java:136)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:171)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
00:48:14,232 ERROR [HttpMethodBase] Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
java.lang.UnsupportedOperationException: Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
at org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(HttpAuthenticator.java:145)
at org.apache.commons.httpclient.HttpMethodBase.processAuthenticationResponse(HttpMethodBase.java:2548)
at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:986)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1122)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:646)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:498)
at com.hp.mx.httpclient.MxHttpClientManager.executeMethod(MxHttpClientManager.java:136)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:171)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
00:48:14,294 ERROR [HttpMethodBase] Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
java.lang.UnsupportedOperationException: Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}
at org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(HttpAuthenticator.java:145)
at org.apache.commons.httpclient.HttpMethodBase.processAuthenticationResponse(HttpMethodBase.java:2548)
at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:986)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1122)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:646)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:498)
at com.hp.mx.httpclient.MxHttpClientManager.executeMethod(MxHttpClientManager.java:136)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:171)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
03:09:38,119 ERROR [HttpMethodBase] I/O failure reading response body
java.io.IOException: Bad chunk size:

Login
<meta http-equiv="Content-Type" content="text/html<BR /> at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:288)<BR /> at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:205)<BR /> at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:160)<BR /> at java.io.FilterInputStream.read(Unknown Source)<BR /> at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:110)<BR /> at java.io.FilterInputStream.read(Unknown Source)<BR /> at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:129)<BR /> at org.apache.commons.httpclient.HttpMethodBase.getResponseBody(HttpMethodBase.java:735)<BR /> at org.apache.commons.httpclient.HttpMethodBase.getResponseBodyAsString(HttpMethodBase.java:787)<BR /> at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:173)<BR /> at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)<BR />03:46:36,620 ERROR [HttpMethodBase] Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}<BR />java.lang.UnsupportedOperationException: Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}<BR /> at org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(HttpAuthenticator.java:145)<BR /> at org.apache.commons.httpclient.HttpMethodBase.processAuthenticationResponse(HttpMethodBase.java:2548)<BR /> at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:986)<BR /> at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1122)<BR /> at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:646)<BR /> at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:498)<BR /> at com.hp.mx.httpclient.MxHttpClientManager.executeMethod(MxHttpClientManager.java:136)<BR /> at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:171)<BR /> at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)<BR />03:46:36,730 ERROR [HttpMethodBase] Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}<BR />java.lang.UnsupportedOperationException: Authentication scheme(s) not supported: {negotiate=Negotiate, kerberos=Kerberos}<BR /> at org.apache.commons.httpclient.auth.HttpAuthenticator.selectAuthScheme(HttpAuthenticator.java:145)<BR /> at org.apache.commons.httpclient.HttpMethodBase.processAuthenticationResponse(HttpMethodBase.java:2548)<BR /> at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethodBase.java:986)<BR /> at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1122)<BR /> at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:646)<BR /> at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:498)<BR /> at com.hp.mx.httpclient.MxHttpClientManager.executeMethod(MxHttpClientManager.java:136)<BR /> at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:171)<BR /> at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)<BR />05:17:42,236 ERROR [HttpMethodBase] I/O failure reading response body<BR />java.io.IOException: Bad chunk size: <HTML><BR /> at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:288)<BR /> at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:205)<BR /> at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:160)<BR /> at java.io.FilterInputStream.read(Unknown Source)<BR /> at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:110)<BR /> at java.io.FilterInputStream.read(Unknown Source)<BR /> at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:129)<BR /> at org.apache.commons.httpclient.HttpMethodBase.getResponseBody(HttpMethodBase.java:735)<BR /> at org.apache.commons.httpclient.HttpMethodBase.getResponseBodyAsString(HttpMethodBase.java:787)<BR /> at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:173)<BR /> at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)<BR />05:56:05,127 ERROR [HttpMethodBase] I/O failure reading response body<BR />java.io.IOException: Bad chunk size: <html><BR /><head><BR /><title>Login</title><BR /><meta http-equiv=" content-type="" /> at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:288)
at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:205)
at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:160)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:110)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:129)
at org.apache.commons.httpclient.HttpMethodBase.getResponseBody(HttpMethodBase.java:735)
at org.apache.commons.httpclient.HttpMethodBase.getResponseBodyAsString(HttpMethodBase.java:787)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:173)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
06:10:52,184 ERROR [HttpMethodBase] I/O failure reading response body
java.io.IOException: Bad chunk size:
at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:288)
at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:205)
at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:160)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:110)
at java.io.FilterInputStream.read(Unknown Source)
at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:129)
at org.apache.commons.httpclient.HttpMethodBase.getResponseBody(HttpMethodBase.java:735)
at org.apache.commons.httpclient.HttpMethodBase.getResponseBodyAsString(HttpMethodBase.java:787)
at com.hp.mx.core.tools.identification.HttpPortScannerThread.run(HttpPortScannerThread.java:173)
at com.hp.mx.core.utilities.CachedThread.run(CachedThread.java:241)
09:09:57,625 ERROR [PoolTcpEndpoint] Remote Host /143.97.46.167 SocketException: Software caused connection abort: recv failed
09:51:52,468 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
09:51:52,468 INFO [TomcatDeployer] undeploy, ctxPath=/mxhelp, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/hpwebadmin/webapps/mxhelp/
09:51:52,640 INFO [TomcatDeployer] undeploy, ctxPath=/, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/hpwebadmin/webapps/ROOT/
09:52:21,046 INFO [StandardWrapper] Waiting for 11 instance(s) to be deallocated
09:52:22,109 INFO [StandardWrapper] Waiting for 11 instance(s) to be deallocated
09:52:23,171 INFO [StandardWrapper] Waiting for 11 instance(s) to be deallocated
09:52:23,265 INFO [TomcatDeployer] undeploy, ctxPath=/mxtaglibs, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8028mxtaglibs.war/
09:52:23,281 INFO [TomcatDeployer] undeploy, ctxPath=/mxpropertypages, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8027mxpropertypages.war/
09:52:23,281 INFO [TomcatDeployer] undeploy, ctxPath=/mxhtml, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8026mxhtml.war/
09:52:23,421 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8028mxtaglibs.war/ restart will delete it
09:52:24,124 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8027mxpropertypages.war/ restart will delete it
09:52:25,437 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8026mxhtml.war/ restart will delete it
09:52:25,453 INFO [EJBDeployer] Undeploying: file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8025simcli-provider.ear-contents/simcli-provider.jar
09:52:26,124 INFO [EjbModule] Undeployed: SimcliExecutor
09:52:26,124 INFO [EjbModule] Undeployed: SimcliCompiler
09:52:26,249 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/simcli-provider.ear
09:52:26,249 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8025simcli-provider.ear restart will delete it
09:52:26,421 INFO [EJBDeployer] Undeploying: file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8024clif-server.ear-contents/clif-server.jar
09:52:26,453 INFO [EjbModule] Undeployed: SessionAccessor
09:52:26,453 INFO [EjbModule] Undeployed: ClifService
09:52:26,453 INFO [EjbModule] Undeployed: EnvAdapter
09:52:26,484 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/clif-server.ear
09:52:26,515 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8024clif-server.ear restart will delete it
09:52:26,562 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8023mxsoap5_0.wsr restart will delete it
09:52:26,593 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8022mxsoap4_2.wsr restart will delete it
09:52:26,624 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8021mxsoap4_1.wsr restart will delete it
09:52:26,640 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8020mxsoap4_0.wsr restart will delete it
09:52:26,640 INFO [TomcatDeployer] undeploy, ctxPath=/web-console, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/management/web-console.war/
09:52:26,671 INFO [TomcatDeployer] undeploy, ctxPath=/jmx-console, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/jmx-console.war/
09:52:26,687 INFO [EJBDeployer] Undeploying: file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/mxsoapejb5_0.jar
09:52:26,890 INFO [EjbModule] Undeployed: SoapBean
09:52:26,890 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8019mxsoapejb5_0.jar restart will delete it
09:52:26,890 INFO [TxConnectionManager] Unbound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=TxCM,name=JmsXA from JNDI name 'java:/JmsXA'
09:52:28,015 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8010jms-ra.rar restart will delete it
09:52:28,015 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8009jboss-local-jdbc.rar restart will delete it
09:52:28,015 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8008jfreechart.jar restart will delete it
09:52:28,015 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8007jcommon.jar restart will delete it
09:52:28,015 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8006console-mgr-classes.jar restart will delete it
09:52:28,031 INFO [TomcatDeployer] undeploy, ctxPath=/jbossmq-httpil, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
09:52:28,046 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-280
09:52:28,046 ERROR [PoolTcpEndpoint] Remote Host /143.97.197.157 SocketException: Connection reset
09:52:28,046 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0%2F0.0.0.0-50000
09:52:28,046 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0%2F0.0.0.0-50001
09:52:28,046 INFO [Http11Protocol] Pausing Coyote HTTP/1.1 on http-0.0.0.0%2F0.0.0.0-50002
09:52:28,218 ERROR [PoolTcpEndpoint] Remote Host /143.97.197.157 SocketException: Connection reset
09:52:28,296 ERROR [PoolTcpEndpoint] Remote Host /143.97.197.157 SocketException: Connection reset
09:52:29,062 INFO [StandardService] Stopping service jboss.web
09:52:29,062 INFO [StandardHost] Create Host deployer for direct deployment ( non-jmx )
09:52:29,140 INFO [StandardHostDeployer] Removing web application at context path /mxsoap
09:52:29,156 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-280
09:52:29,156 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0%2F0.0.0.0-50000
09:52:29,156 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0%2F0.0.0.0-50001
09:52:29,156 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0%2F0.0.0.0-50002
09:52:29,156 INFO [TomcatDeployer] undeploy, ctxPath=/mxsoap, warUrl=file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/deploy/jboss-net.sar/jboss-net.war/
09:52:29,234 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8005tomcat50-service.jar restart will delete it
09:52:29,249 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8004tomcat-util.jar restart will delete it
09:52:29,249 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8003tomcat-jk2.jar restart will delete it
09:52:29,281 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8002tomcat-http11.jar restart will delete it
09:52:29,281 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8001tomcat-coyote.jar restart will delete it
09:52:29,281 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp8000servlets-webdav.jar restart will delete it
09:52:29,281 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7999servlets-invoker.jar restart will delete it
09:52:29,281 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7998servlets-default.jar restart will delete it
09:52:29,281 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7997servlets-common.jar restart will delete it
09:52:29,296 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7996servlets-cgi.jar restart will delete it
09:52:29,296 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7995servlet-api.jar restart will delete it
09:52:29,296 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7994naming-resources.jar restart will delete it
09:52:29,296 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7993naming-common.jar restart will delete it
09:52:29,312 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7992jsp-api.jar restart will delete it
09:52:29,327 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7991jasper-runtime.jar restart will delete it
09:52:29,343 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7990jasper-compiler.jar restart will delete it
09:52:29,343 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7989jakarta-regexp-1.3.jar restart will delete it
09:52:29,359 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7988commons-modeler.jar restart will delete it
09:52:29,374 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7987commons-logging.jar restart will delete it
09:52:29,374 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7986commons-el.jar restart will delete it
09:52:29,390 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7985commons-digester.jar restart will delete it
09:52:29,390 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7984commons-collections.jar restart will delete it
09:52:29,390 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7983commons-beanutils.jar restart will delete it
09:52:29,406 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7982catalina.jar restart will delete it
09:52:29,406 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7981catalina-optional.jar restart will delete it
09:52:29,406 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7980catalina-manager.jar restart will delete it
09:52:29,421 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7979ant.jar restart will delete it
09:52:29,484 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7978wsdl4j.jar restart will delete it
09:52:29,484 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7977jboss-net.jar restart will delete it
09:52:29,499 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7976commons-logging.jar restart will delete it
09:52:29,499 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7975commons-discovery.jar restart will delete it
09:52:29,499 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7974axis-ws4ee.jar restart will delete it
09:52:29,515 WARN [DeploymentInfo] Could not delete file:/C:/Program Files/HP/Systems Insight Manager/jboss/server/hpsim/tmp/deploy/tmp7973jboss-jca.sar restart will delete it
Shutting down
Shutdown complete
Halting VM
GOT PDU Error
***** Error on SNMP Decode header
Mikael Rönnbäck
Super Advisor

Re: HP SIM 5.0 server hangs every morning

Oh well, after deleting a few thousand "unknown" devices SIM at least no longer seems to crasch, it still uses 3% of my CPU and still disconnects users once a day, but it shows progress in that it's able keep itself alive...