Apache Derby DB Error Code XSDB8 – WARNING: Derby (instance ) is attempting to boot the

In this blog post, let’s learn about the error message “XSDB8- WARNING: Derby (instance ) is attempting to boot the “ in Apache Derby Database and the description of the error.

Error Message

XSDB8- WARNING: Derby (instance ) is attempting to boot the

Error Details

WARNING: Derby (instance ) is attempting to boot the database even though Derby (instance ) may still be active. Only one instance of Derby should boot a database at a time. Severe and non-recoverable corruption can result if 2 instances of Derby boot on the same database at the same time. The db2j.database.forceDatabaseLock=true property has been set, so the database will not boot until the db.lck is no longer present. Normally this file is removed when the first instance of Derby to boot on the database exits, but it may be left behind in some shutdowns. It will be necessary to remove the file by hand in that case. It is important to verify that no other VM is accessing the database before deleting the db.lck file by hand.

Leave Your Comment