Hi,
I'm using Internet of Things service on HCP account Custom Development IoT-challenge.
I've deployed the latest version of a Message Management Service and it stopped working.
Now it reports an error: Access to the requested resource is not authorized (HTTP 401).
But before updating it worked OK.
There are stacktraces available
Error in SAML2 configuration. JPaaS SAML2 Login module initialization failedjava.lang.IllegalStateException: Error while parsing configuration for tenant configuration of tenant ConfigurationCacheEntryId [tenantId=e6d44f67-9447-4af5-90b5-650fb4fa70a3, account=null, tenantAlias=null]
at com.sap.core.jpaas.security.saml2.service.cfg.SAML2JPaaSConfigurationReader.modifyConfigurationEntry(SAML2JPaaSConfigurationReader.java:269)
...
Caused by: java.lang.NullPointerException: while trying to invoke the method java.util.List.iterator() of a null object returned from com.sap.core.jpaas.security.saml2.service.cfg.json.TrustedProvidersConfiguration.getIdentityProviders()
at com.sap.core.jpaas.security.saml2.service.cfg.SAML2ConfigurationJPaaSImpl.addPasiveModeIdPsFromCfg(SAML2ConfigurationJPaaSImpl.java:219)
and another one
Error while parsing configuration for tenant configuration of tenant ConfigurationCacheEntryId [tenantId=e6d44f67-9447-4af5-90b5-650fb4fa70a3, account=null, tenantAlias=null]java.lang.NullPointerException: while trying to invoke the method java.util.List.iterator() of a null object returned from com.sap.core.jpaas.security.saml2.service.cfg.json.TrustedProvidersConfiguration.getIdentityProviders()
at com.sap.core.jpaas.security.saml2.service.cfg.SAML2ConfigurationJPaaSImpl.addPasiveModeIdPsFromCfg(SAML2ConfigurationJPaaSImpl.java:219)
at com.sap.core.jpaas.security.saml2.service.cfg.SAML2ConfigurationJPaaSImpl.initializeSAML2CfgFields(SAML2ConfigurationJPaaSImpl.java:213)
...
Full stacktrace in the attached file.
Could you please suggest a solution how this issue can be resolved?
Regards,
Yuriy Budenko