root用户启动过weblogic后遗症

1 :<2012-2-13 上午08时48分17秒 CST> There are 1 nested errors:
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:303)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
<2012-2-13 上午08时48分17秒 CST>
<2012-2-13 上午08时48分17秒 CST>

<2012-2-13 上午08时48分17秒 CST>

错误原因:有人使用root用户启动过weblogic,导致weblogic内的文件权限变为root:root,

解决办法:懒得去找具体哪个文件被修改了,使用root用户把整个weblogic安装目录的权限修改,chown -R  weblogic:bea  wlserver

寻找具体的文件命令:find /home/oracle/Middleware/  -user root -exec ls {} \;

请使用浏览器的分享功能分享到微信等