Another instance of Derby may have already booted the database

This error occurs when an application tries to connect to an embedded Derby database, but another application is already connected to the database.

To resolve this error, shut down the other application that has a handle on the Derby embedded database and try reconnecting.

If multiple applications needs to access the Derby database, the Derby Network Server can be used.