Problem Note 16397: Address already in use: JVM_Bind message may occur when attempting to
start the SAS Services Application (remote services)
When attempting to start the SAS Services Application, also known as
Remote Services, the following error may occur:
[WARN ] sas.services.deployment.RM Configuration -
Unable to locate RMI registry <hostname>:5099
java.rmi.server.ExportException: Port already in use: 5099;
nested exception is
java.net.BindException: Address already in use: JVM_Bind
This error will occur when port 5099 is already in use by another
application.
To see if port 5099 is in use, issue the following command:
netstat -n -a | find "5099"
For UNIX issue:
netstat -n -a | grep 5099
The SAS Remote Services uses port 5099 by default for the
SERVICES_RMI_PORT value. However, the SAS Analytics Platform is
configured with port 5099 as the RMI registry port. Enterprise Miner
and Forecast Studio are among the products that will use the AP server.
Non-SAS applications my also use port 5099.
To correct the problem, change the configuration such that only one
application uses port 5099.
Operating System and Release Information
SAS System | SAS Information Delivery Portal | Microsoft Windows 2000 Datacenter Server | 2.0 | | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 2.0 | | 9.1 TS1M3 | |
Microsoft Windows 2000 Server | 2.0 | | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 2.0 | | 9.1 TS1M3 | |
Microsoft Windows XP Professional | 2.0 | | 9.1 TS1M3 | |
64-bit Enabled HP-UX | 2.0 | | 9.1 TS1M3 | |
64-bit Enabled Solaris | 2.0 | | 9.1 TS1M3 | |
Microsoft Windows 2000 Advanced Server | 2.0 | | 9.1 TS1M3 | |
64-bit Enabled AIX | 2.0 | | 9.1 TS1M3 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Topic: | System Administration ==> Servers ==> Portal
|
Date Modified: | 2005-11-01 15:35:33 |
Date Created: | 2005-11-01 15:35:33 |