You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed your instructions to setup a multislide instance on my remote server using docker commands.
I can see multislide homepage at http://localhost:8080/multislide/#/.
However, I cannot open any demo file or create a new project.
When I check docker logs, I get: NETWORK [thread1] waiting for connections on port 27017
It looks like there is maybe an issue with mongoDB - any suggestion to solve this problem?
Thank you
Virginie
The text was updated successfully, but these errors were encountered:
Thanks for testing out multiSLIDE and sorry for the late response.
I tested the code at my end and I am not able to recreate this issue. Can you please share the following information?
The environment/OS where you are trying to run multiSLIDE
Your docker version
The exact steps (including the docker commands you used)
The full docker log where you see: NETWORK [thread1] waiting for connections on port 27017
multiSLIDE's log file (see instructions below on how to extract this)
I don't see the following line in my docker logs, NETWORK [thread1] waiting for connections on port 27017
but this message in general is not an error from MongoDB. It rather shows that MongoDB has started fine and is waiting for connections.
Extracting multiSLIDE's log file
To extract multiSLIDE's internal log file you can use the following command: docker cp multiSLIDE_instance:/usr/local/multiSLIDE/logs/multi-slide.log multi-slide.log
This will extract the multi-slide.log file to your local filesystem. In the above command multiSLIDE_instance is the name of the docker container.
Hi,
I have followed your instructions to setup a multislide instance on my remote server using docker commands.
I can see multislide homepage at http://localhost:8080/multislide/#/.
However, I cannot open any demo file or create a new project.
When I check docker logs, I get:
NETWORK [thread1] waiting for connections on port 27017
It looks like there is maybe an issue with mongoDB - any suggestion to solve this problem?
Thank you
Virginie
The text was updated successfully, but these errors were encountered: