Resolving problems when starting an integration node
Use the advice given here to help you to resolve common problems that can arise when you start an integration node.
About this task
When you start an integration node by using the mqsistart command, the mqsicvp command is run automatically to check that the environment is set up correctly (for example, the installed level of Java™ is supported). On Linux® and UNIX, the mqsicvp command also verifies that the ODBC environment (if specified) is configured correctly. For more information, see mqsicvp command.
For advice about specific problems that can occur when you start an integration node, see the following sections.
- The integration node fails to start because there is not enough space in the Java TMPDIR directory or access permissions for the Java TMPDIR directory are inadequate
- Error message BIP2228 is issued when you try to start a second integration node on Linux or UNIX
- MQIsdp client connection is refused by the integration node
- When you start the integration node through the DataFlowEngine, it cycles continually
- The Java installation is at an incorrect level
- Error message BIP8875 is issued when you start an integration node
- Warning messages BIP8288-BIP8297 are shown in the syslog when you start an integration node
- Error messages AMQ7626 and BIP8048 are displayed when you try to start an integration node
- Error messages BIP8048 and BIP8059 are displayed when you try to start an integration node
The integration node fails to start because there is not enough space in the Java TMPDIR directory or access permissions for the Java TMPDIR directory are inadequate
Procedure
Error message BIP2228 is issued when you try to start a second integration node on Linux or UNIX
Procedure
MQIsdp client connection is refused by the integration node
Procedure
- Scenario: When a new MQIsdp client tries to connect to the integration node, its connection is refused.
- Explanation: MQIsdp Client ID fields must be unique. If a client sends a CONN packet that contains the same Client ID as a currently connected client, the behavior is undefined.
- Solution: Ensure that Client IDs are unique.
When you start the integration node through the DataFlowEngine, it cycles continually
Procedure
The Java installation is at an incorrect level
Procedure
Error message BIP8875 is issued when you start an integration node
Procedure
Warning messages BIP8288-BIP8297 are shown in the syslog when you start an integration node
Procedure
Error messages AMQ7626 and BIP8048 are displayed when you try to start an integration node
Procedure
- Explanation: You see these messages when using an integration node on a queue manager that is configured for global coordination with Oracle.
- Solution: Start the queue manager manually with the -si flag before starting the integration node.
Error messages BIP8048 and BIP8059 are displayed when you try to start an integration node
Procedure
- Explanation: You see these messages when starting an integration node that does not have an associated queue manager, or the queue manager is not started.
- Solution: If you do not have a queue manager associated with the integration node, create it. Start the queue manager by using the strmqm command, and then start the integration node.