gpt4 book ai didi

java - Oracle weblogic 服务器停止失败

转载 作者:行者123 更新时间:2023-11-29 05:36:25 25 4
gpt4 key购买 nike

当我在 net beans 中调试我的应用程序时,oracle weblogic 服务器在控制台中显示以下异常。

Connecting to t3://localhost:7001 with userid weblogic ...
This Exception occurred at Wed Oct 16 16:56:01 IST 2013.
javax.naming.AuthenticationException
Problem invoking WLST - Traceback (innermost last):
File "D:\Weblogic\Middleware_1\base_domain\shutdown.py", line 3, in ?
File "<iostream>", line 22, in connect
File "<iostream>", line 648, in raiseWLSTException
WLSTException: Error occured while performing connect :
User: weblogic, failed to be authenticated.
Use dumpStack() to view the full stacktrace

我的应用程序使用 oracle weblogic server,结果将发布到 orale Bi publisher

我的关机.py:

wlsUserID = java.lang.System.getenv('wlsUserID') wlsPassword = java.lang.System.getenv('wlsPassword') connect(username=wlsUserID, password=wlsPassword, url='t3://localhost:7001', adminServerName='AdminServer') shutdown('AdminServer','Server', ignoreSessions='true') exit()

最佳答案

我认为当您尝试关闭时您的 WebLogic AdminServer 已被锁定。能否删除AdminServer目录下的.lok文件或检查WebLogic控制台的Lock & Edit功能?

编辑:如果无法删除.lok 文件并且您想停止WebLogic,您可以使用nmkill。命令。我不知道你使用什么类型的操作系统。我总是在 Unix 中使用 kill -9 命令来停止 WebLogic。要启动 WebLogic 服务器,您首先需要启动 NodeManager,然后是 AdminServer。这是 nmStart命令。

关于java - Oracle weblogic 服务器停止失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19402797/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com