CA Identity Manager: Environment will not boot up with https acceptor connector enabled
search cancel

CA Identity Manager: Environment will not boot up with https acceptor connector enabled

book

Article ID: 100487

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal

Issue/Introduction

CA Identity Manager boots up and the following error occurs: 

WARN [com.workpoint.server.pojo.ForceActionUpdatePvtBean] Attempt to queue a message to preload user code and web service libraries failed.: javax.jms.JMSException: Failed to create session factory 

This messages is followed by many messaging queue errors. 

In your standalone xml for your application server you have configured the following connector: 

<http-connector name="http-connector" socket-binding="https">
                        <param key="http-upgrade-endpoint" value="http-acceptor"/>
                    </http-connector> 
 <socket-binding name="https" port="${jboss.https.port:8443}"/> 

Environment

Release:
Component: IDMGR

Resolution

HTTPS acceptor connectors and not a tested or supported configuration of Identity Manager. This configuration will cause unknown behavior that is not supported by CA. 

If you would like to see this configuration certified, you may open up an enhancement request on our communities. 

To prevent these problems from occurring in your environment, do not use an https acceptor connector and instead use http.