Troubleshooting JINI Server Start-up Issues

Learn how to troubleshoot JINI Server start-up issues.

Problem: JINI server is unable to start-up.

Solution:

  1. Verify whether the JINI server has been started.
    • Execute:

      ps -ef | grep "ua/thirdparty"

      ps -ef | grep rmid

    • To start the server, use OpsConsole/ua/bin/startJini.
    • To stop the server use OpsConsole/ua/bin/stopJini.
  2. Ensure that the JINI server port 4160 is not being used by another process.
    • Due to a UAF limitation, the JINI server must have access to port 4160.
Related tasks
Starting the Operations Console