KB Article #172348

b2bxintegrator://localhost:8876 Name: <none> com.cyclonecommerce.tradingengine.transport.UnableToConnectException: Failed to connect: Connection refused: connect

Problem

-- Integrator Error "te.log":

Error b2bxintegrator://localhost:8876 Name: <none>

 

Resolution

 

The port 8876 is default the port of Integratorb2bxgi (can be found in the services file), which is used for the Integration Delivery

  1. Check if this port is used by another application :
  • Start B2Bi (Interchange/Integrator) and check if the port is listening
  • netstat -a -n |grep 8876 tcp        0      0 0.0.0.0:8876            0.0.0.0:*               LISTEN
  • netstat -a -n |grep 8876 If the netstat command still returns a result, it means that it is used by another application. In that case, refer to http://www-01.ibm.com/support/docview.wss?uid=swg21264632 to run the appropriate commands to find out which application is holding the port
  • Stop B2Bi (Interchange/Integrator) execute the same command netstat -a -n |grep 8876
  1. If the port is not used by another application, try the following :   

On the IHM of b2bi -> Integration delivery

  • Delete the Integration Delivery and recreate it
  • Click on “Test” to verify that it works well