Cybersecurity
DevOps Cloud
IT Operations Cloud
This article mentions the steps to solve an issue when API call is used to create a new LDAP configuration.
Operation Orchestration
In Operation Orchestration (OO) it fails when the API call is used to create a new LDAP configuration (POST /authns/ldap-config).
In the server.log from OO central the following error is seen:
[https-xxx-xxx-8443-exec-1] (xxx.java:187) ERROR - JSON parse error: Cannot deserialize value of type `com.hp.oo.security.authn.bl.xxx` from Array value (token `JsonToken.START_ARRAY`); nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `com.hp.oo.security.authn.bl.xxx` from Array value (token `JsonToken.START_ARRAY`)
at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 1]
[https-jsse-nio-8443-exec-1] (xxx.java:187) ERROR - JSON parse error: Cannot deserialize value of type `com.hp.oo.security.authn.bl.xxx` from Array value (token `JsonToken.START_ARRAY`); nested exception is com.fasterxml.jackson.databind.exc.MismatchedInput
Read the complete knowledge article for resolution