how can change derby to READ/WRITE mode

孤街浪徒 提交于 2019-12-05 15:49:45

The reason I got the SQL error was due to a lock file owned by root. I found it in the .artifactory/derby directory, it was called db.lck, and removing it got artifactory to start up just fine again.

We run artifactory under Tomcat, and the .artifactory directory was in the home directory of the user that started Tomcat.

I cleaned up disk but I didn't reboot my java process which connected to derby. I killed the process and restarted it, derby is in read/write mode.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!