CR #429756
Description: The following Java Remote Method Protocol (JRMP) exception may appear in a DOS window when you try to start or stop Unwired Orchestrator 5.1:
javax.naming.notfoundexception
This exception results from a difference in default port numbers between the SybAgent port used by Unwired Orchestrator and the Sybase IQ Agent port, which is 1099.
Workaround: To resolve this issue, do one of the following:
Start the Sybase IQ Agent on a port number different from the default 1099 using the DASIQPORT parameter:
-DASIQPORT=<portnum>
Here, <portnum> is the desired port number. For more information, see the Sybase IQ System Administration Guide.
Start SybAgent on a different port number. To do this, you must change your SybAgent port configuration.
Changing the SybAgent port configuration
Open the following file:
<Sybase WorkSpace installation directory>\DevRuntimes\UO\ install_data\eas\sysmgmt\boot.xml
Edit the boot.xml file:
Insert the following attribute on line 55:
<attribute name="Port">xxxx</attribute>
Where xxxx is the port value you want to use.
Replace the port number in line 78 to the same port you used in line 55, for example:
<param type="java.lang.Object">rmi://banglor:xxxx </param>
Open the following file:
<installation directory>\DevRuntimes\EAServer\SysMgmt\bin\ StopSybAgent.bat
Edit the StopSybAgent.bat file. Replace the port number on line 24 with the port number you used in the boot.xml file.
For more information on managing ports, see the topic Managing Ports in the Sybase WorkSpace Server Administration collection on the Sybase WorkSpace online bookshelf.