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

App not working after docker installation #23

Open
VirginieMournetas opened this issue Nov 30, 2021 · 1 comment
Open

App not working after docker installation #23

VirginieMournetas opened this issue Nov 30, 2021 · 1 comment

Comments

@VirginieMournetas
Copy link

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

@soumitag
Copy link
Owner

Hi Virginie,

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?

  1. The environment/OS where you are trying to run multiSLIDE
  2. Your docker version
  3. The exact steps (including the docker commands you used)
  4. The full docker log where you see: NETWORK [thread1] waiting for connections on port 27017
  5. 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.

Best,
Soumita

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

2 participants