IBM Support

PI81815: IN WEBSPHERE V8.5.5, MESSAGING ENGINE TAKES UNUSUALLY LONG TIME TO START AFTER FAILOVER AND THROWS CWSID0032W WARNING MESSAGES

Fixes are available

9.0.0.5: WebSphere Application Server traditional V9.0 Fix Pack 5
8.0.0.14: WebSphere Application Server V8.0 Fix Pack 14
9.0.0.6: WebSphere Application Server traditional V9.0 Fix Pack 6
8.5.5.13: WebSphere Application Server V8.5.5 Fix Pack 13
9.0.0.7: WebSphere Application Server traditional V9.0 Fix Pack 7
8.0.0.15: WebSphere Application Server V8.0 Fix Pack 15
9.0.0.8: WebSphere Application Server traditional V9.0 Fix Pack 8
8.5.5.14: WebSphere Application Server V8.5.5 Fix Pack 14
9.0.0.9: WebSphere Application Server traditional V9.0 Fix Pack 9
9.0.0.10: WebSphere Application Server traditional V9.0 Fix Pack 10
8.5.5.15: WebSphere Application Server V8.5.5 Fix Pack 15
9.0.0.11: WebSphere Application Server traditional V9.0 Fix Pack 11
9.0.5.0: WebSphere Application Server traditional Version 9.0.5 Refresh Pack
9.0.5.1: WebSphere Application Server traditional Version 9.0.5 Fix Pack 1
9.0.5.2: WebSphere Application Server traditional Version 9.0.5 Fix Pack 2
8.5.5.17: WebSphere Application Server V8.5.5 Fix Pack 17
9.0.5.3: WebSphere Application Server traditional Version 9.0.5 Fix Pack 3
9.0.5.4: WebSphere Application Server traditional Version 9.0.5 Fix Pack 4
9.0.5.5: WebSphere Application Server traditional Version 9.0.5 Fix Pack 5
WebSphere Application Server traditional 9.0.5.6
9.0.5.7: WebSphere Application Server traditional Version 9.0.5 Fix Pack 7
9.0.5.8: WebSphere Application Server traditional Version 9.0.5.8
8.5.5.20: WebSphere Application Server V8.5.5.20
8.5.5.18: WebSphere Application Server V8.5.5 Fix Pack 18
8.5.5.19: WebSphere Application Server V8.5.5 Fix Pack 19
9.0.5.9: WebSphere Application Server traditional Version 9.0.5.9
9.0.5.10: WebSphere Application Server traditional Version 9.0.5.10
8.5.5.16: WebSphere Application Server V8.5.5 Fix Pack 16
8.5.5.21: WebSphere Application Server V8.5.5.21
9.0.5.11: WebSphere Application Server traditional Version 9.0.5.11

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • In WebSphere Application Server v8.5.5, when a JVM hosting the
    messaging engine is terminated, the messaging engine failsover
    to the next JVM in the messaging cluster but it takes a very
    long time to get started and the following exception is logged
    in the SystemOut.log:
    CWSID0032W: An inconsistency in the WCCM document
    sib-engines.xml was detected, for the message point XXX
    FFDC
    Exception:com.ibm.ws.sib.admin.SIBExceptionDestinationNotFound
    SourceId:com.ibm.ws.sib.admin.impl.JsLocalizer.loadLocalizations
    ProbeId:1
    Reporter:com.ibm.ws.sib.admin.impl.JsLocalizer@58d8a46a
    com.ibm.ws.sib.admin.SIBExceptionDestinationNotFound:
    AA412CB23DEDD67EF97844F9
     at com.ibm.ws.sib.admin.impl.JsDestinationCache.getSIB
     DestinationByUuid(JsDestinationCache.java:605)
     at com.ibm.ws.sib.admin.impl.BaseMessagingEngineImpl.
     getSIBDestinationByUuid(BaseMessagingEngineImpl.java:1618)
     at com.ibm.ws.sib.admin.impl.JsLocalizer.loadLocalizations
     (JsLocalizer.java:500)
     at com.ibm.ws.sib.admin.impl.BaseMessagingEngineImpl.load
     Localizations(BaseMessagingEngineImpl.java:2157)
     at com.ibm.ws.sib.processor.impl.MessageProcessor.start
     Internal(MessageProcessor.java:1613)
     at com.ibm.ws.sib.processor.impl.MessageProcessor.start
     (MessageProcessor.java:1357)
     at com.ibm.ws.sib.admin.impl.JsMessagingEngineImpl.start
     (JsMessagingEngineImpl.java:638)
     at com.ibm.ws.sib.admin.impl.HAManagerMessagingEngineImpl.
     conditionalStart(HAManagerMessagingEngineImpl.java:2338)
     at com.ibm.ws.sib.admin.impl.HAManagerMessagingEngineImpl.
     activate(HAManagerMessagingEngineImpl.java:1334)
     at com.ibm.ws.sib.admin.impl.JsActivationThread.run
     (JsActivationThread.java:94)
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:  All users of IBM WebSphere Application      *
    *                  Server                                      *
    ****************************************************************
    * PROBLEM DESCRIPTION: Configuration change processing fails   *
    *                      leading to CWSID0032W warnings in the   *
    *                      SystemOut.log on message engine         *
    *                      restart.                                *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Changes in application server suvch as deleting SIB
    destination points cause change processing events to be sent
    through the system.
    There was an incorrect assumption in the
    code as to the order in which such an update event would be
    processed between the list of destination points and the list
    of localizations possibly associated with those destinations
    points.
    This incorrect assumption led to this change
    processing ending prematurely, which subsequently leads to
    CWSID0032W warning messages appearing in the SystemOut.log
    once the messaging engine is stopped and restarted, due to the
    mismatch in these two lists at this point:
    -----
    CWSID0032W: An inconsistency in the WCCM document
    sib-engines.xml was detected, for the message point XXX
    FFDC
    Exception:com.ibm.ws.sib.admin.SIBExceptionDestinationNotFound
    SourceId:com.ibm.ws.sib.admin.impl.JsLocalizer.loadLocalizations
    ProbeId:1
    Reporter:com.ibm.ws.sib.admin.impl.JsLocalizer@58d8a46a
    com.ibm.ws.sib.admin.SIBExceptionDestinationNotFound
    at com.ibm.ws.sib.admin.impl.JsDestinationCache.getSIB
    DestinationByUuid(JsDestinationCache.java:605)
    at com.ibm.ws.sib.admin.impl.BaseMessagingEngineImpl.
    getSIBDestinationByUuid(BaseMessagingEngineImpl.java:1618)
    at com.ibm.ws.sib.admin.impl.JsLocalizer.loadLocalizations
    (JsLocalizer.java:500)
    -----
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    PI81815

  • Reported component name

    WEBS APP SERV N

  • Reported component ID

    5724H8800

  • Reported release

    850

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-05-18

  • Closed date

    2017-08-16

  • Last modified date

    2017-08-16

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    WEBS APP SERV N

  • Fixed component ID

    5724H8800

Applicable component levels

  • R800 PSY

       UP

  • R850 PSY

       UP

  • R900 PSY

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
04 May 2022