cancel
Showing results for 
Search instead for 
Did you mean: 

BAR / jbpSA startup error on solaris 10

puga
Level 2

if you're getting error on login attempt in jbpSA, and log file contains something like:

Connecting to vnetd service over PBX port = 1556
ServerInterface:Logon:Exception encountered null
ServerInterface:Logon - Initial host:null, Current host:xxx, PBX port:1556
Can not connect to the NB-Java authentication service on xxx on port 1556.  Exception:
vrts.common.server.CantConnectToAuthServViaVNETDException

probably your solaris is missed VRTSpbx (package) service installation or/and your PBX service isn't working.

You can check that service works with:

bash-3.2# /opt/VRTSpbx/bin/vxpbx_exchanged
Usage: /opt/VRTSpbx/bin/vxpbx_exchanged { start | stop | restart | try-restart | reload | force-reload | status }

svcs -a | grep vxpbx

and if it's missing, import/enable it :

svccfg import /opt/VRTSpbx/lib/vxpbx.xml
svcadm enable svc:/system/vxpbx:default