关于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,就好了。
本文介绍了在使用Oracle WebLogic Server部署应用时遇到的问题及异常情况,特别是在部署过程中出现的处理器占用率过高和ArrayIndexOutOfBoundsException异常。文章详细记录了错误信息,并提供了解决方案:通过删除或重命名特定目录来解决此问题。
435

被折叠的 条评论
为什么被折叠?



