To resolve port conflicts for Adaptive Server Anywhere (ASA), change the default port number for the Monitor daemon, JMS messaging, Alert Management System, the BAM dashboard, and the Unwired Orchestrator connection cache.
To resolve an ASA port conflict:
Open the following files using a text or XML editor:
Server Files
Feature | Sybase Developer Edition Servers | Unwired Orchestrator Production Edition Server |
---|---|---|
BAM Dashboard | <installation directory>\WorkSpace\DevRuntimes\EAServer\ Repository\WebApplication\RTConsole\Dashboard.xml | <installation directory>\Orch-5_1\EAServer\ Repository\WebApplication\RTConsole\Dashboard.xml |
JMS Message Transport | <installation directory>\WorkSpace\DevRuntimes\UO\asa\ startUO51Runtime_asa.bat | <installation directory>\Orch-5_1\asa\ startUO51Runtime_asa.bat |
Monitor daemon | <installation directory>\WorkSpace\DevRuntimes\UO|asa\jisql.bat | <installation directory>\Orch-5_1\asa\jisql.bat |
Monitor database | <installation directory>\WorkSpace\DevRuntimes\UO|bin\ nnsyreg.dat | <installation directory>\Orch-5_1\bin\ nnsyreg.dat |
Unwired Orchestrator | <installation directory>\WorkSpace\DevRuntimes|UO\asa\ installUO51Runtime_service.bat | <installation directory>\Orch-5_1|asa\ installUO51Runtime_service.bat |
Unwired Orchestrator Connection Cache | <installation directory>\WorkSpace\DevRuntimes\EAServer\ Repository\ConnCache\UOCache.props | <installation directory>\Orch-5_1\EAServer\ Repository\ConnCache\UOCache.props |
Add the port attribute to the RMI Registry element as in the following example:
<mbean name=”sybase.system.naming:Type=RMIRegistry”
code=”mxrj.tools.naming.NamingService”>
<attribute name=”Port”>1099</attribute>
Search for instances of port number 1099 in these files and change the default port number to a new, unused ASA port number.
All port numbers for ASA must be consistent across these files.
Save and close the file.
Close and relaunch Sybase WorkSpace.
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com