
|
If you were logged in you would be able to see more operations.
|
|
A Sesame server currently refuses to start up if it's system repository has been locked. While this is OK when some process is actively used, it is quite annoying when a lock has been left as a result of e.g. a program crash. Sesame should check whether the lock is still valid and revoke the lock when this is not the case.
|
|
Use java.nio.channels.FileLock to check if a directory lock is valid before failing in revision 8047.
|
|