嗨我連接到weblogic服務器時遇到問題。我用來連接到它的命令如下:WLSTException:執行連接時發生錯誤:獲取初始上下文時出錯。沒有服務器運行
java -Dweblogic.security.SSL.ignoreHostnameVerification=true -
Djava.security.egd=file:/dev/./urandom -DUseSunHttpHandler=true -
Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -
Dsun.jnu.encoding=ISO-8859-1 -Dfile.encoding=ISO-8859-1 weblogic.WLST
<path>/weblogic_configuration_domain_update.py <path>/weblogic-
domain.properties
它提供了以下錯誤:
javax.naming.CommunicationException [Root exception is
java.net.ConnectException: t3://<IP>:<port>: Destination
unreachable; nested exception is: java.net.ConnectException: Connection
refused; No available router to destination]
Problem invoking WLST - Traceback (innermost last):
File "/<path>/weblogic_configuration_domain_update.py", line 134, in ?
File "<iostream>", line 22, in connect
File "<iostream>", line 648, in raiseWLSTException
WLSTException: Error occured while performing connect : Error getting the
initial context. There is no server running at t3://<IP>:<port>
請讓我知道有沒有辦法來解決這個問題。先謝謝你。
你能分享你的phyton代碼嗎?該錯誤表示weblogic管理的實例沒有運行。你確定管理控制檯已啓動並正在運行嗎? –