How to resolve the error: "Port [8888] is already bound to other process".

How to resolve the error: "Port [8888] is already bound to other process".

book

Article ID: KB0093882

calendar_today

Updated On:

Products Versions
TIBCO API Exchange -
Not Applicable -

Description

Description:
This error is usually seen when multiple asg-engines are started on the same machine.

Issue/Introduction

How to resolve the error: "Port [8888] is already bound to other process".

Resolution

Port 8888 is used by the "/DefaultImplementation/Channels/North_HTTPChannel" channel. The property "be.channel.deactivate" was renamed to enable all the channels and this results in unused channels to be activated.

The resolution is to enable only the required channels, in asg_core.cdd file, instead of renaming the property "be.channel.deactivate". Refer to the documentation or KB#41447 for the proper steps to enable only the required channels.

Additional Information

KB41447