Error Message: Unable to create listener (Address already in use)
"Unable to create listener" errors are returned when some other service is utilizing the Broker's UDP or TCP ports; this may be a previously started instance of the Broker, or any other process. If you receive "Unable to create listener" errors, take the following action:
- Access the Multi-Tier server components installation.
- Use
(Unix) or the Task Manager (Windows) to search for a running Broker process. If you find one, terminate it. You cannot run two Broker instances on one machine.ps -ef | grep oplrqb | grep -v grep
- If no Brokers are running, run
from DOS or a UNIX terminal to check whether another service is using UDP Portnetstat -a | grep 60001 60001
. If so, try to reassign that service, or start the Broker before the other service.
- If UDP port
60001
is free, use
to check the status of the Broker'snetstat -a | grep <port-number> Listen
and
TCP ports. These ports both default toPortLow 5000
. However, you may want to verify your settings. Take the following action:
- Use a text editor to open your
oplrqb.ini
file. You will find this file in the/bin
sub-directory of your Multi-Tier server components installation.
- Locate the
[Protocol TCP]
section.
- Note the values set for
andPortLow Listen
.
- Search for these port numbers in your
netstat
output.
- Use a text editor to open your
Related Documentation
- Firewall Considerations for Multi-Tier "Enterprise" Edition Data Access Drivers
- Configuring Server-side Firewalls for Multi-Tier Connectivity
- Error Message: Unable to contact the OpenLink License Manager
- OpenLink License Manager Networking Considerations
- Configure Multi-Tier Request Broker for Use on Machines with Multiple Network Cards
Referenced by...