SpectroSERVER not listening on port 14002
search cancel

SpectroSERVER not listening on port 14002

book

Article ID: 117098

calendar_today

Updated On:

Products

Spectrum

Issue/Introduction

The SpectroSERVER is up and running but not listening on port 14002 which is preventing OneClick from connecting. When the "netstat -an | grep 14002" command is run, the results do not show as listening similar to the following:

netstat -an | grep 14002
tcp6       0      0 :::14002                :::*                    LISTEN

Environment

Spectrum 10.x running on any support OS

Cause

Invalid or missing orb_args statement in the $SPECROOT/SS/.vnmrc file or the $SPECROOT/SS/.vnmrc file is missing.

Resolution

1. Check the $SPECROOT/SS directory for the .vnmrc file. If missing and a .vnmrc.bak file is present, copy the .vnmrc.bak file to .vnmrc and restart the SpectroSERVER process.

2. Check the orb_args parameter in the $SPECROOT/SS/.vnmrc file. Update as needed and then restart the SpectrooSERVER process.

Linux 10.0, 10.1 and 10.2:
orb_args= -Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=14002   -Dvbroker.se.iiop_tp.scm.iiop_tp.dispatcher.threadStackSize=1048576 -ORBpropStorage ../.corbarc

Windows 10.0, 10.1 and 10.2:
orb_args=  -Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=14002 -ORBpropStorage ../.corbarc

Linux 10.3:
orb_args=   -Dvbroker.se.iiop_tp.scm.iiop_tp.dispatcher.threadStackSize=1048576 -Dvbroker.se.iiop_tp.scm.ssl.listener.port=14012 -Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=14002 -ORBpropStorage ../.corbarc

Windows 10.3:
orb_args=  -Dvbroker.se.iiop_tp.scm.ssl.listener.port=14012 -Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=14002 -ORBpropStorage ../.corbarc