I have inherited a 'technology' stack that I have very little experience of and am hoping for help to resolve an issue. Using the OpenVMS Web Service Integration Toolkit to call OpenVMS service from a web browser I am receiving the following error:
'com.hp.wsi.WsiConnectionException: ERROR: Transceive failure EndPointLocate: %WSI-F-FAILED_IPC_INIT, Unexpected failure while initializing IPC context'
Switching on IPC debugging shows the following:
(wsi$$protocol_init) Initialized (once only), OK
(wsi$$protocol_list_new) OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_THREADS=1, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_STACKSIZE=2000000, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_INIT_F=0x00080328, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_TRANSCEIVE_F=0x00080348, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_DISCONNECT_F=0x00080368, OK
(wsi$$error_set) iError=0x0001004a (65610) (IPC,ERROR,9)
(wsi$$error_set) osError=0x0000045c (1116)
(wsi$$error_set) "I/O failure: SYS$ICC_OPEN_ASSOC() failed"
(_icc_init_assoc_locked) sys$icc_open_assoc(ICC$PID_00003E97_WSI) failed, st=1116
A successful connection shows:
(wsi$$protocol_init) Initialized (once only), OK
(wsi$$protocol_list_new) OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_THREADS=1, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_STACKSIZE=2000000, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_INIT_F=0x00080328, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_TRANSCEIVE_F=0x00080348, OK
(_set_srv_context) pctx=0x00f617f8, WSI$_SRV_DISCONNECT_F=0x00080368, OK
(_icc_init_assoc_locked) sys$icc_open_assoc(ICC$PID_000071BF_WSI), assoc=0x00010001, OK
(wsi$$protocol_binding_compose_d) ProtSeq="wsi_icc"
(wsi$$protocol_binding_compose_d) NetAddr="SVF"
(wsi$$protocol_binding_compose_d) EndPoint="ICC$PID_000071BF_WSI"
I am guessing this is a resourcing issue but have no idea what needs to be changed.
Any help very much appreciated.
TIA