Article Number | 000035837 |
Applies To | RSA Product Set: Identity Governance & Lifecycle RSA Product/Service Type: Workflows, User Interface RSA Version/Condition: 7.0.2 |
Issue | You might see the error message below while accessing a workflow in an RSA Identity Governance and Lifecycle cluster environment.
Could not connect to HTTP invoker remote service at [http"://localhost:8080/wpServices/ServerConfigService]; nested exception is java.net.ConnectException: Connection refused
 |
Cause | In a clustered environment, localhost is not bound so any communications relying on localhost and http do not resolve from the application server. This is a known issue and reported in the engineering ticket ACM-72065. |
Resolution | Upgrade to RSA Identity Governance & Lifecycle version 7.0.2 P05 to fix this issue. |
Workaround | While trying to edit workflows in a WebSphere cluster, if you receive an error that indicates that the URL cannot be resolved, you may need to modify the URL used to communicate with the workflow engine. Perform the following steps to make these changes:
- Using the File Browser, navigate to and open aveksaWFArchitect.ear.
- In aveksaWFArchitect.ear, under /APP-INF/lib/, open acmConfig.jar.
- In acmConfig.jar, open workpoint-client.properties.
- Modify the property values for serverContextPath and client.connect.URL as follows, replacing <fully-qualified-hostname> with the fully qualified hostname and the <port> with the RSA Identity Governance and Lifecycle server port.
- serverContextPath = http://<fully-qualified-hostname>:<port>/wpServices
- client.connect.URL = http://<fully-qualifiedhostname>:<port>/wpServices/xml
- Save the changes to workpoint-client.properties, and close the file.
- When asked to confirm whether you want to update the workpointclient.properties file, click Update.
- Close the acmConfig.jar window.
- When asked to confirm whether you want to update the file acmConfig.jar in the archive aveksaWFArchitect.ear, click Update.
- Redeploy aveksaWFArchitect.ear. For instructions on deploying an .ear file, see the WebSphere Installation chapter of the RSA Identity Governance & Lifecycle Installation Guide.
|