General troubleshooting with the IBM z/OS Connect Server image
How to analyze and resolve problems that might occur with the IBM z/OS Connect Server image.
zosConnect-3.0 Applies to zosConnect-3.0.
Containers Applies to z/OS Connect container deployments.
NPE while invoking the API request
When you start a z/OS Connect Server, the API
requests may fail with a
NullPointerException if
enableImplicitBeanArchives is set to false. Check the server
configuration and ensure enableImplicitBeanArchives is set to the default value
of true.
<cdi12 enableImplicitBeanArchives="true"/>CWWKF0001E: A feature definition could not be found for zosconnect:monitoring-1.0
using the IBM z/OS Connect monitoring feature
The following message is logged when starting an IBM z/OS Connect Server (containerized) with the
zosconnect:Monitoring-1.0 feature enabled.
CWWKF0001E: A feature definition could not be found for zosconnect:monitoring-1.0
This message indicates that the zosconnect:Monitoring-1.0 feature is not
supported by containerized z/OS Connect Servers.
Remove the feature from the server.xml configuration file.
For more information about monitoring z/OS Connect, see Monitoring with z/OS Connect.