【发布时间】:2014-08-01 03:38:02
【问题描述】:
我一直在关注这个博客来设置一些 SSL 连接。 One-Way SSL with JAX-WS using JDeveloper 11gR1 and WLS 10.3.1
提到的步骤之一是从 weblogic console 启用 管理端口。我这样做并更改了 Admin 端口。但是,保存所有内容后,conclose 已关闭,我无法运行应用程序表单 Jdeveloper。
错误信息是:
User 'principals=[weblogic, Administrators]' has administration role. All tasks by adminstrators must go through an Administration Port.
**** Authentication error while connecting to application server IntegratedWebLogicServer. Please check settings.
**** Failed to complete start-up of application server IntegratedWebLogicServer.
[Server Instance IntegratedWebLogicServer is shutting down. All applications currently running will be terminated and undeployed.]
[Forcing termination of IntegratedWebLogicServer]
taskkill /F /PID 7480
Process exited.
此博客:SOA OIM integration and WebLogic administration port 讨论这个问题,但假设我可以访问 weblogic 控制台。但它不会发生在我身上。
我正在使用 Jdeveloper 11.1.1.7 和 weblogic 10.3
【问题讨论】:
标签: java oracle web-services ssl weblogic