Server Management - Systems Insight Manager
1751973 Members
5638 Online
108784 Solutions
New Discussion юеВ

HP Sim wont start (problems starting on port 280, 50000, 50001, 50002)

 
Boris Aelen
New Member

HP Sim wont start (problems starting on port 280, 50000, 50001, 50002)

From the /var/opt/mx/logs/mxdomainmgr.0.log file when I start my HPSIM:

10 Sep 14:39:49,096 INFO [TomcatDeployer] deploy, ctxPath=/mxhelp, warUrl=file:/opt/hpwebadmin/webapps/mxhelp/
10 Sep 14:39:49,210 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@b6f62530 { url=file:/opt/hpwebadmin/webapps/sgmgr/ }
deployer: null
status: Starting
state: START_SUBDEPLOYMENTS
watch: file:/opt/hpwebadmin/webapps/sgmgr/
altDD: null
lastDeployed: 1284122388304
lastModified: 1282655030000
mbeans:


10 Sep 14:39:49,494 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-280
10 Sep 14:39:49,582 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-50000
10 Sep 14:39:49,628 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-50001
10 Sep 14:39:49,638 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-50002
10 Sep 14:39:49,711 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 1m:52s:569ms
10 Sep 14:39:54,475 INFO [HPSIM_DEBUG] [Panic Logger-0] (Thread-47) Got Jboss ready message but web server is not running after pause, will exit
10 Sep 14:39:54,476 INFO [HPSIM_DEBUG] [Panic Logger-0] (Thread-47) Check for all web server ports being available, for example port 280, 50000, 50001 and 50002
10 Sep 14:39:54,495 INFO [STDOUT] HP Systems Insight Manager shutting down: Could not open all web server ports, check for port conflicts, eg port 280, 50000, 50001, or 50002
10 Sep 14:39:54,504 INFO [STDOUT] JVM SHUTDOWNHOOK: Shutting down HP Systems Insight Manager...

I have no idea where to search now, can anyone please point me in the right direction?

PS. Obviously I've checked with netstat if there wasn't anything running on those ports before I started HPSIM
3 REPLIES 3
BPE
Esteemed Contributor

Re: HP Sim wont start (problems starting on port 280, 50000, 50001, 50002)

If you have lsof on your system you can check if an other process is blocking some HP SIM ports.

There is a white paper called Managing HP servers through firewalls with
Insight Software 6.0 White Paper
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02112422/c02112422.pdf
You will find all other HP SIM ports in table 3.

DJ Saltarelli
New Member

Re: HP Sim wont start (problems starting on port 280, 50000, 50001, 50002)

You have moved your database and modified the database.props and database.admin or other database connection parameters have changed (hostname, instancename or port). JBoss has a config file that is pointing to the old database connection parameters. Unfortunately, this is not documented in any of the existing How to move your HP SIM database docs on HP.com.

Fix the database connection-url parameters in the following JBoss deploy file so they are the same as those in database.admin and database.props and you will be good to go. (Worked for me.)

\Program Files\HP\Systems Insight Manager\jboss\server\hpsim\deploy\hpsim-ds.xml

Example connection-url string from my file (names changed, of course):

jdbc:jtds:sqlserver://MYSQLHOSTNAME:1433/Insight_v50_0_142826869;loginTimeout=20;domain=MY_NT_DOMAIN;instance=MYSQLINSTANCENAME

/djs/
ilsnitsar
New Member

Re: HP Sim wont start (problems starting on port 280, 50000, 50001, 50002)

2 DJ Saltarelli

Thank you! This solution works for me. Now everything work great!