Ixp stopped working post upgrade of Idash tool, both running on same node.
search cancel

Ixp stopped working post upgrade of Idash tool, both running on same node.

book

Article ID: 221183

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

Ixp stopped working post upgrade of Idash to latest version, both applications running on same node. both the tools were up and running before the upgrade.

 

Environment

Release : 11.3.6

Component :

Resolution

The catalina.out logs showed the following error

"java.net.BindException: Address already in use"

This means that another application has bound to one of the ports specified in your apache-tomcat/conf/server.xml Connectors, preventing Tomcat from binding the port.

Identified that port 8181 was configured for both idash and ixp. They were using different tomcat on the same server.

Once we stopped the iDash the iXP loaded fine.

For a permanent solution use different ports for the two different tomcat instances