我继承了一个我几乎没有经验的“技术”堆栈,并希望得到帮助来解决问题。使用 OpenVMS Web 服务集成工具包从 Web 浏览器调用 OpenVMS 服务我收到以下错误:
'com.hp.wsi.WsiConnectionException:错误:收发失败 EndPointLocate:%WSI-F-FAILED_IPC_INIT,初始化 IPC 上下文时意外失败'
开启 IPC 调试显示如下:
(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
连接成功显示:
(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"
我猜这是一个资源问题,但不知道需要改变什么。
非常感谢任何帮助。
TIA