[英]Default Integration server in Node is not showing IIB 10?
我已經下載了“10.0.0.14-IIB-WIN64-DEVELOPER.exe”並在打開它后安裝它默認用戶節點顯示但默認集成服務器未顯示。 部署任何集成服務時,“找不到可用的整數化服務器”錯誤即將到來。 當我嘗試制作新的集成服務器時,出現以下錯誤。
Integration node rejected the request BIP1123E: The integration server already exists. The utility was asked to create integration server 'default2' on integration node 'TESTNODE_JA', but it already exists. Check that the names of the integration server and integration node are correct and reissue the command. or or No response from broker
Check that, 1. The integration node is running. 2. The TCP/IP port used by the integration node's web user interface is active. 3. The integration node name provided in the connection details matches the name of the integration node if the node is remote.
當我通過命令行啟動它時,出現了以下錯誤。
mqsicreateexecutiongroup.bat abc -e xyz BIP1124I:在集成節點“abc”上創建集成服務器“xyz”... BIP1047E:操作在等待響應時超時。 實用程序在指定的時間內未收到來自集成節點的預期響應。 即使未收到響應,操作也可能已成功完成。確保集成節點正在運行並且已向實用程序提供了正確的連接參數。 使用 -w 標志來增加等待響應的時間。
請幫助我,因為我是 IIB 的新手。
您應該檢查安裝的真實狀態 嘗試通過 IBM Integration Console 10.0.0.14 使用命令(您可以在 Windows 開始菜單中找到它),而不是 cmd.exe
輸入 mqsilist - 它應該顯示您所有的集成節點
C:\Program Files\IBM\IIB\10.0.0.15>mqsilist
BIP1325I: Integration node 'TESTNODE_abc' with administration URI 'http://localhost:4414' is running.
BIP8071I: Successful command completion.
如果您再次使用集成節點的名稱鍵入 mqsilist,您應該會獲得集成節點中所有集成服務器的列表
C:\Program Files\IBM\IIB\10.0.0.15>mqsilist TESTNODE_abc
-----------------------------------
BIP1286I: Integration server 'default' on integration node 'TESTNODE_abc' is running.
BIP8071I: Successful command completion.
可以使用第一個 mqsilist 中列出的 URL 上的 Web 管理界面。
如果您的輸出中沒有任何內容,您可以嘗試再次創建集成服務器並按照 IBM Infocenter 中的描述查看 Windows 事件查看器,可能有更多信息https://www.ibm.com/support/knowledgecenter/en/ SSMKHH_10.0.0/com.ibm.etools.mft.doc/an04090_.html
聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.