weblogic 集群 體驗
在機器上面裝了一個vmWare 虛擬軟件,用虛擬軟件,虛擬 了一個 linux CentOs 系統,
在windows Xp 下面 ,作 adm service ,linux CentOS 作 node Service ,在windows操作界面下面,建立weblogic群集環境 ,
剛開始很順利 但是在 啟動集群節點的時候,報
Could not create a socket to the NodeManager running on host 'localhost:5555' to execute command 'online PIA', reason: Connection refused. Ensure that the NodeManager on host 'localhost' is configured to listen on port '5555' and that it is actively listening"
看到5555節點,以為是 虛擬linux CentOs 的5555節點,事實上,確實也是5555,節點,沒啟動
后來,通過啟動多一個cmd,就能啟動了
下面是網絡上面,給的一個解決方案,先在
weblogic81\server\bin 下面先啟動startNodeManager.cmd or sh腳本
再啟動該ser_projects\domains 下面的startWeblogic.cmd or sh
Solution 1:
To make a managed server start, we need to start the node manager on that machine. You can find the script to start the server in WLS_HOME\server\bin\startNodeManager.cmd or sh.
The order in which we need to start the servers are
1.Start the node manager
2.Start the Admin server
3.Start the specific managed server we need to start.