ZMSHUB and or ZMSSTART terminate RC=0001
search cancel

ZMSHUB and or ZMSSTART terminate RC=0001

book

Article ID: 369551

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

After upgrading to z/OS 3.1 RSU2403, the Message Service tasks will not stay active. They terminate immediately after startup.

Observed the following error in ZMSHUB task:

io.dropwizard.configuration.ConfigurationParsingException: /xxx/CCS/CCSUSS_dpl/cfgb/instance/messageService/config/config.yml has an
error:
  * Failed to parse configuration at: logging; Cannot construct instance of `com.ca.messagingservice.logging.ExtendedLoggingFactory`
, problem: Can't find resource for bundle java.util.PropertyResourceBundle, key version
 at .Source: UNKNOWN; byte offset: #UNKNOWN. (through reference chain: com.ca.messagingservice.configuration.MessagingServiceApplica
tionConfiguration."logging".)
.at io.dropwizard.configuration.ConfigurationParsingException$Builder.build(ConfigurationParsingException.java:277)

And the following in ZMSSTART:

io.dropwizard.configuration.ConfigurationParsingException: /xxx/CCS/CCSUSS_dpl/cfgb/instance/messageService/config/config.yml has an
error:
  * Failed to parse configuration at: logging; Cannot construct instance of `com.ca.messagingservice.logging.ExtendedLoggingFactory`
, problem: Can't find resource for bundle java.util.PropertyResourceBundle, key version
 at .Source: UNKNOWN; byte offset: #UNKNOWN. (through reference chain: com.ca.messagingservice.configuration.MessagingServiceApplica
tionConfiguration."logging".)
.at io.dropwizard.configuration.ConfigurationParsingException$Builder.build(ConfigurationParsingException.java:277)

Environment

Common Components and Services for z/OS 15.0

JAVA 8 SR8 FP20 / FP21

Cause

IBM JAVA introduced change at SR8 FP20 build level.

Resolution

Fallback to earlier JAVA8 build level

or

Apply Common Services Message Service PTF LU13226

or

Upgrade to JAVA 8 SR8 FP25