Can't stop and start again
Closed this issue · 2 comments
jamesamcl commented
After stopping the docker image, restarting it results in the following:
Thu Oct 18 2018
10:21:24 OpenLink Virtuoso Universal Server
10:21:24 Version 07.20.3217-pthreads for Linux as of Aug 22 2018
10:21:24 uses parts of OpenSSL, PCRE, Html Tidy
10:21:26 Database version 3126
10:21:26 SQL Optimizer enabled (max 1000 layouts)
10:21:27 Compiler unit is timed at 0.000140 msec
10:21:28 Roll forward started
10:21:28 3 transactions, 185 bytes replayed (100 %)
10:21:28 Roll forward complete
10:21:28 Checkpoint started
10:21:28 Checkpoint finished, log reused
10:21:29 HTTP/WebDAV server online at 8890
10:21:29 Server online at 1111 (pid 1)
chmod: cannot access '/clean-logs.sh': No such file or directory
because the startup script is looking for /clean-logs.sh
which it already moved the first time.
nvdk commented
hi @udp, startup should continue even though this error is printed. So don't worry about it too much.
I'll clean the code up a bit so we don't try the chmod and mv commands if the file is no longer there.
nvdk commented
closing stale issue