java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:273) at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
報以上錯,查看后縫隙,說是因為用root啟動過weblogic服務,文件權限不一致了。
解決辦法:
在Weblogic用戶目錄下的weblogic路徑下,執行下面的命令:
[~weblogic]# chown -R weblogic:weblogic weblogic/
(weblogic/ 文件路徑)
