我尝试从Netbeans中启动Oracle Weblogic Server,我收到错误:
**Stopping Weblogic Server...
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Connecting to t3://localhost:7001 with userid weblogic ...
This Exception occurred at Wed Oct 23 15:51:17 CEST 2013.
javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: User: weblogic, failed to be authenticated.]
Problem invoking WLST - Traceback (innermost last):
File "/home/nasimjon/Downloads/wls12120/user_projects/domains/mydomain/shutdown.py", line 3, in ?
File "<iostream>", line 19, in connect
File "<iostream>", line 520, in raiseWLSTException
WLSTException: Error occurred while performing connect : User: weblogic, failed to be authenticated.
Use dumpStack() to view the full stacktrace :
Done
Stopping Derby Server...
**
Oracle Weblogic server stop field:
任何人都可以在网上找到解决方案吗?如果是,只需输入链接。
答案 0 :(得分:0)
WLST无法出于某种原因对weblogic服务器进行身份验证。您是否更改了身份验证的工作方式?或者从安全领域中删除weblogic用户?您可能需要检查调用什么来关闭weblogic(通常是调用脚本stopWeblogic.sh / .cmd),并且原始脚本是否仍然有效?如果stopWeblogic工作,问题出在NetBeans调用它自己的脚本,如果没有,那么你可能已经改变了weblogic中的内容。