Requests in Service Catalog are stuck in Submitted (Queued) status. Catalog requests are all tied to PAM functionality. When Catalog Request is created, a PAM process is kicked off which will result in the creation of an SDM Request.
Release : 17.x
Component : CA Service Catalog and PAM integration
First instance of an issue with Catalog connecting to ITPAM in the Catalog view.log
ERROR [ActiveMQ Session Task-5] [ITPAMWebserviceManager] Catalog connection to ITPAM failed.
org.apache.axis.AxisFault: An error occurred while running the SOAP action.
Earlier in the PAM c2o.log:
ERROR [com.optinuity.c2o.ldapmanagement.EeiamSearch] [9.200.83-8080-4] Error while attaching EEM application
[Authenticate Error: Unknown Error, Authenticate Error: Unknown Error, Identity Attempted: <username>]
ERROR [com.ca.pam.soap.ItpamSoapAction] [9.200.83-8080-4] unable to execute SoapRequest
java.lang.IllegalArgumentException: Self-causation not permitted
Issue is being caused by the PAM component being unable to authenticate on its EEM component the Service Account user "<username>"
Find out of the EEM component may have been compromised. Easiest way is to go to EEM itself via its URL https://<EEM-SERVER>:<port>/spin/eiam/eiam.csp and see if the given login userid, in this case "casmadmin" will work
Should also check if the backend LDAP was modified in any way. In one such instance of the above, the given user was moved or modified at the LDAP level.