Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command Line #78

Open
avogabo opened this issue Mar 9, 2023 · 0 comments
Open

Command Line #78

avogabo opened this issue Mar 9, 2023 · 0 comments

Comments

@avogabo
Copy link

avogabo commented Mar 9, 2023

docker exec -ti sh
tinyMediaManager movie -u -n -r

returns:
sh: tinyMediaManager: not found

with /config/tinyMediaManager movie -u -n -r

returns:

023-03-09 22:44:12,379 ERROR [headless] org.tinymediamanager.TinyMediaManager:412 - IllegalStateException
java.lang.IllegalStateException: The file is locked: nio:data/movies.db [1.4.200/7]
at org.h2.mvstore.DataUtils.newIllegalStateException(DataUtils.java:950)
at org.h2.mvstore.FileStore.open(FileStore.java:172)
at org.h2.mvstore.MVStore.(MVStore.java:381)
at org.h2.mvstore.MVStore$Builder.open(MVStore.java:3579)
at org.tinymediamanager.core.movie.MovieModuleManager.loadDatabase(MovieModuleManager.java:309)
at org.tinymediamanager.core.movie.MovieModuleManager.openDatabaseAndLoadMovies(MovieModuleManager.java:184)
at org.tinymediamanager.core.movie.MovieModuleManager.startUp(MovieModuleManager.java:155)
at org.tinymediamanager.core.TmmModuleManager.enableModule(TmmModuleManager.java:70)
at org.tinymediamanager.TinyMediaManager$1.run(TinyMediaManager.java:267)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant