文件锁导致无法启动:出现“Unable to obtain file lock”或“Could not get the server file lock”,删除域根目录下的edit.lok、config.lok,以及servers//tmp/*.lok、servers//data/ldap/ldapfiles/EmbeddedLDAP.lok,并清理servers//data/store/下的.DAT文件后再启。
内存不足与GC异常:出现“There is insufficient memory for the Java Runtime Environment to continue”或OutOfMemoryError,优先检查系统ulimit -u/-n、物理内存与交换分区;必要时调大JVM堆(如**-Xms/-Xmx**)并优化应用内存使用。
数据源与连接池:出现“No resources currently available in pool”,在控制台适当增大Initial/Maximum Capacity,并检查数据库连通性与网络延迟。