This section contains solutions to common problems that you might encounter when you configure a high availability cluster.
After installing and configuring the
B2B Data Exchange
server, the service does not start.
In the
startup.bat
or
startup.sh
file, change the value of the shutdown port to
28095
. The file is located in the following directory:
<
DX
InstallationDir>\
DataExchange
\bin
. If the cluster is installed on multiple hosts, change the value of the shutdown port on all the cluster hosts.
If the
B2B Data Exchange
JMS Broker service fails, pending messages are not released until the service starts again.
Restart the
B2B Data Exchange
JMS Broker service in all of the nodes in the cluster.
One of the services in the cluster failed.
Restart all of the
B2B Data Exchange
services on the node where the service failed.
After installing and configuring Managed File Transfer, the service does not start.
In the local_listener.xml file, change the HTTP or HTTPS listener port. For HTTP, change the default port from
5080
to the value
25080
. For HTTPS, change the default port from
5081
to the value
25081
. The file is located in the following directory:
<MFTInstallationDir>\hosts\local
The Dashboard does not appear but displays the error message "Dashboard is not available at this time."
Check that the problem is that an incorrect IP4 or IPv6 address is listed in the Dashboard whitelist, then change the IP address. Perform the following actions:
Open the
dx-console
log and search for the
HttpClient
error messages.
Copy the URL specified in the error message that points to
rdGetSecureKey.aspx
.
Open a web browser and paste the URL in the address bar, then go to the address. The page displays a detailed error message.
If the problem is an incorrect IP address, open the Dashboard settings file
_Settings.lgx
in a text editor.
Search for the attribute
AuthenticationClientAddresses
in the
Security
element.
Update the comma separated list of addresses for the attribute
AuthenticationClientAddresses
. Add both IP4 and IPv6 addresses of the machine hosting the Operation Console.
Restart the
B2B Data Exchange
Operation Console.
The Dashboard displays the error message "Cannot load the license for the Dashboard."
Request the Dashboard license file. Copy the file to the following directory:
<DXInstallationDir>/tomcat/webapps/dx-dashboard
The Dashboard displays the error message "Content was blocked because it was not signed by a valid security certificate."
Check that the URL defined for the Dashboard matches the URL used in the browser.
The Dashboard displays the error message "There was an error while processing your request."