Could not get the server file lock. Ensure that another server is not running in the same directory. Retrying for another 60 seconds
WebLogic启动报Could not get the server file lock_第1张图片

解决办法1
①在对应域的路径servers/AdminServer/下删除tmp文件夹

②在对应域的路径servers/AdminServer/data/ldap/ldapfiles下删除文件EmbeddedLDAP.lok文件

③在对应域的路径servers/AdminServer/data/store/default下删除文件_WLS_ADMINSERVER000000.DAT文件

④在对应域的路径servers/AdminServer/data/store/diagnostics下删除文件WLS_DIAGNOSTICS000000.DAT文件
WebLogic启动报Could not get the server file lock_第2张图片
WebLogic启动报Could not get the server file lock_第3张图片
WebLogic启动报Could not get the server file lock_第4张图片
WebLogic启动报Could not get the server file lock_第5张图片

解决办法2
之所以会出现这个报错是因为上次没有正确关闭
可以运行stopWeblogic命令关闭后再重试开启即可
WebLogic启动报Could not get the server file lock_第6张图片