IBM Support

An ADMC0016E error occurs when you use the SCA Samples installation scripts

Troubleshooting


Problem

The Service Component Architecture (SCA) Samples installation scripts are configured to work with the default SOAP port of []8880[] on the []localhost[] computer. If you run the installation scripts on a different port or host name, the scripts might not install the samples and the process might result in the following error message: []ADMC0016E: The system cannot create a SOAP connector to connect to host localhost at port 8880.[]

Resolving The Problem

To resolve the issues, set the correct SOAP port for the server:

  1. Use an editor to edit the app_server_root/Samples/SCA/common/manage-app.xml file.

  2. Modify the SOAP port setting for your environment. The default setting is as follows:
    <property name="connport" value="8880" />

  3. Run the installation script again.

Additionally, you can set the server host name in this file to install to a remote server. Modify the localhost default setting to specify the remote server. The default setting is as follows:

<property name="connhost" value="localhost" />

[{"Product":{"code":"SSEQTP","label":"WebSphere Application Server"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Samples","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.0.0.7","Edition":"Feature Pack for SCA","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SS7K4U","label":"WebSphere Application Server for z\/OS"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Samples","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"7.0.0.7","Edition":"Feature Pack for SCA","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
06 June 2019

UID

swg21410763