com.arcadedb.console.ConsoleException: Database appears locked by server #1227
-
Hi, I'm new to using arcadedb. I started up a docker container and created a database. I connected to it using the browser console and then using a terminal. In the terminal, after running "connect database test", I get this error: ERROR: I created a new database in the web console and tried switching to that in case that was locking it, but I still get the error in the terminal. In case it helps, I ran "lslocks" and get this: java 1 POSIX WRITE 0 0 0 /home/arcadedb/databases/test/database.lck Also in case it helps, I get these warnings when opening the console in a terminal: I couldn't find anything in the documentation or in this discussion group. Is there something I should be doing to be able to connect to it in the command line console? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Indeed, this behavior is not yet documented. I added an issue to the docs repo: ArcadeData/arcadedb-docs#190 , I will add a note about this to the docs next week. AFAIK, when the server is running and opened a database (by default it opens all), the console is locked out. About the second issue: when I ran into this once, @lvca suggested to append:
which help for me. |
Beta Was this translation helpful? Give feedback.
Indeed, this behavior is not yet documented. I added an issue to the docs repo: ArcadeData/arcadedb-docs#190 , I will add a note about this to the docs next week.
AFAIK, when the server is running and opened a database (by default it opens all), the console is locked out.
About the second issue: when I ran into this once, @lvca suggested to append:
which help for me.