Let's say the following is in the HPEL or SystemOut log when attempting to start your WebSphere network deployment manager (dmgr), node, or application server.
[10/12/17 0:23:19:880 CDT] 0000002a SibMessage   E  [ptaSIB:Example.000-ptaSIB] CWSID0039E: HAManager-initiated activation has failed, messaging engine Example will be disabled. Reason Refer to earlier messages.
As the error implies, you will want to look at the prior events in the SystemOut.log, to determine what caused CWSID0039E. In this example, the connection to the SQL Server database named "db123" is what caused the problem to occur.
[10/12/17 0:23:11:079 CDT] 0000002a SibMessage   E  [ptaSIB:Example-ptaSIB] CWSIS1501E: The data source has produced an unexpected exception: com.ibm.websphere.ce.cm.StaleConnectionException: [DataDirect][SQLServer JDBC Driver][SQLServer]Cannot open database "db123" requested by the login. The login failed.DSRA0010E: SQL State = 08001, Error Code = 4,060
Since the cause of the problem was a failed connected to db123 in this example, test the connection to db123.
If the test connection fails, contact the DBA.
If the test connection is successful, restart the JVMs.
After the application servers have been restarted, check SystemOut.log again, and verify that there is now a successful connection to the messaging engine.
[10/12/17 5:37:50:830 CDT] 0000002d SibMessage   I  [ptaSIB:Example-ptaSIB] CWSIV0777I: A connection to messaging engine Example-ptaSIB for destination sibPTAMailQueue on bus ptaSIB has been successfully created.