Oracle Embedded LDAP Error

關於weblogic發佈應用的時候,報錯。

 

 just installed the Oracle Weblogic Server. The server start fines and I can get to the admin console and use it, but once I deploy the console I begin to get exceptions on the server and it pegs the processor at 100%.

 

####<Nov 4, 2010 3:01:51 PM GMT+08:00> <Critical> <EmbeddedLDAP> <hgqsfe02> <AdminServer> <VDE Replication Thread> <<anonymous>> <> <> <1288854111882> <BEA-000000> <Java.lang.ArrayIndexOutOfBoundsException
 at com.octetstring.vde.EntryChanges.readBytes(EntryChanges.java:279)
 at com.octetstring.vde.EntryChanges.<init>(EntryChanges.java:72)
 at com.octetstring.vde.replication.BackendChangeLog.getChange(BackendChangeLog.java:548)
 at com.octetstring.vde.replication.Replicator.run(Replicator.java:180)
 at com.octetstring.vde.replication.Replication.run(Replication.java:339)

解決方法:

 

Just have to delete (or rename) the domain/servers/server_name/data/ldap directory. Be careful to have read/write access to the new dir you create before restarting Admin server.

 

我把 /weblogic/testVSOP/testDOMAIN/servers/AdminServer/data 下的ldap 備份,再重起,重新生成新的ldap,就好了。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章