Broker iib broken connection!BIP1034E
search cancel

Broker iib broken connection!BIP1034E

book

Article ID: 190442

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

After start IIB10 agent Investigator does not show the Agent node, inside the logs you can see:

[INFO] [IntroscopeAgent.iib-ia] /opt/brod/apmia/extensions/iib-ia-dd040260-20.3.0.15/BKIIBPRD01QMS1IIBP08.brokernot found. Please check that the file exists in properties folder and try again.
[ERROR] [IntroscopeAgent.iib-ia] Broker iib broken connection!BIP1034E: Properties file '/opt/brod/apmia/extensions/iib-ia-dd040260-20.3.0.15/BKIIBPRD01QMS1IIBP08.broker' could not be read. 

A utility was requested to read connection parameters from the properties file '/opt/brod/apmia/extensions/iib-ia-dd040260-20.3.0.15/BKIIBPRD01QMS1IIBP08.broker', but this file was not found, or contains invalid information. 

Reissue the command specifying a valid path and file name. If such a file is not available, Use the Integration Toolkit to generate one, or supply the connection parameters individually.
com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException: BIP1034E: Properties file '/opt/brod/apmia/extensions/iib-ia-dd040260-20.3.0.15/BKIIBPRD01QMS1IIBP08.broker' could not be read. 

A utility was requested to read connection parameters from the properties file '/opt/brod/apmia/extensions/iib-ia-dd040260-20.3.0.15/BKIIBPRD01QMS1IIBP08.broker', but this file was not found, or contains invalid information. 

Reissue the command specifying a valid path and file name. If such a file is not available, Use the Integration Toolkit to generate one, or supply the connection parameters individually.
 at com.ibm.broker.config.proxy.IntegrationNodeConnectionParameters.<init>(IntegrationNodeConnectionParameters.java:218)
 at com.ca.apm.agent.extension.iib.PropertiesReader.getIntNodeParams(PropertiesReader.java:162)
 at com.ca.apm.agent.extension.iib.PropertiesReader.getBrokerNameFromBrokerProxy(PropertiesReader.java:124)
 at com.ca.apm.agent.extension.iib.PropertiesReader.initializeQMProperties(PropertiesReader.java:212)
 at com.ca.apm.agent.extension.iib.PropertiesReader.readMQBrokerListProperties(PropertiesReader.java:305)
 at com.ca.apm.agent.extension.iib.PropertiesReader.readBrokerProperties(PropertiesReader.java:284)
 at com.ca.apm.agent.extension.iib.PropertiesReader.initializeObjects(PropertiesReader.java:182)
 at com.ca.apm.agent.extension.iib.Invoker.IAgentService_startService(Invoker.java:66)
 at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startService(ServiceAdministrator.java:587)
 at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startServiceSafe(ServiceAdministrator.java:601)
 at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.IExecutableItem_execute(ServiceAdministrator.java:465)
 at com.wily.util.task.AsynchExecutionQueue$WrapperItem.IExecutableItem_execute(AsynchExecutionQueue.java:414)
 at com.wily.util.task.AsynchExecutionQueue.doTask(AsynchExecutionQueue.java:205)
 at com.wily.util.task.ATask$CoreTask.run(ATask.java:132)
 at java.lang.Thread.run(Thread.java:748)

Environment

CA Application Performance Management IIB 10 SaaS Agent.

Cause

This is due to the missing required file "QueueManagerName.broker" that exists inside the Integration Bus installation path and must be copied to the agent path "apmia/extensions/iib-<xxx>/"

Resolution

1) Open your Integration Bus installation folder.
2) Search for the file named "QueueManagerName.broker" corresponding to the queue manager that you want to monitor, in our article example:

BKIIBPRD01QMS1IIBP08.broker

3) Copy corresponding files to the Agent path:

"apmia/extensions/iib-<xxx>/"


4) Restart the application being monitored.