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.2:

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 boot.xml file at <install_dir>\Orch-5_2\EAServer\SysMgmt, where <install_dir> is the directory in which you have installed Unwired Orchestrator.

  2. Edit the boot.xml file as follows:

    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 StopSybAgent.bat file at <install_dir>\Orch-5_2\EAServer\SysMgmt\bin.

  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,” which is in the Sybase WorkSpace Server Administration collection.