簡體   English   中英

Weblogic無法訪問管理控制台

[英]Weblogic can't access admin console

我剛剛在領域部分下添加了一個新的身份驗證提供程序。 這個新的提供程序是一個自定義LDAP服務器,該服務器目前不在線,因此無法訪問。 問題是,如果我嘗試訪問weblogic控制台,則會出現500個內部服務器錯誤。

頁面中顯示的消息:

Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

The best thing to do is start at the Home page or try the browser back button.

例外:

Root cause of ServletException.
java.net.UnknownHostException: authservice.dd.aa.int
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:589)
    at org.company.authservice.util.httpclient.protocol.bouncycastle.StandardNamesTlsSocket.connect(StandardNamesTlsSocket.java:269)
    at org.company.authservice.util.httpclient.protocol.Java5SSLSocketWrapper.connect(Java5SSLSocketWrapper.java:64)
    Truncated. see log file for complete stacktrace

如何再次訪問控制台?

在手動編輯config.xml之前,請務必進行備份

您可以停止AdminServer 然后編輯config.xml並刪除添加的新authentication provider的設置。

在xml中查找以下塊:

<sec:authentication-provider xsi:type="wls:ldap-authenticatorType">
    ...
</sec:authentication-provider>

刪除它並重新啟動AdminServer

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM