OrientDB corruption state in Nexus Repository version 3.2.0-01

后端 未结 6 1193
你的背包
你的背包 2020-12-28 17:41

We are using Nexus Repository version 3.2.0-01 and started getting the following error in nexus.log. OrientDB has got corrupted. Nexus is no longer starting.

6条回答
  •  天涯浪人
    2020-12-28 17:49

    The database write ahead logs are corrupt.

    Make a backup of $install-dir/sonatype-work/nexus3/db/component, and then remove files with extension .wal from that directory. Then try the startup again

    if the issue still persist, try clearing all .wal files under the "DB" directory, will resolve the issue,

    I did tried this method and it worked like charm.

    regards vinay

提交回复
热议问题