Java exception when starting or stopping Unwired Orchestrator

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:

StepsChanging the SybAgent port configuration

  1. Open the following file:

    <Sybase WorkSpace installation directory>\DevRuntimes\UO\ install_data\eas\sysmgmt\boot.xml

  2. Edit the boot.xml file:

    1. Insert the following attribute on line 55:

      <attribute name="Port">xxxx</attribute>
      

      Where xxxx is the port value you want to use.

    2. 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>
      
  3. Open the following file:

    <installation directory>\DevRuntimes\EAServer\SysMgmt\bin\ StopSybAgent.bat

  4. 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.