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

[BUG] Janus not starting #56

Closed
smfai200 opened this issue Jul 16, 2023 · 5 comments
Closed

[BUG] Janus not starting #56

smfai200 opened this issue Jul 16, 2023 · 5 comments
Assignees

Comments

@smfai200
Copy link

osintbuddy-janus-1 | exec /usr/local/bin/docker-entrypoint.sh: no such file or directory

@jerlendds
Copy link
Owner

Without more details or logs this cannot be debugged or looked into.

@smfai200 Please provide details and some context or this will be closed. For anyone else browsing this, there is a known issue that was introduced recently that causes the UI to fail to start if you're not in a production .env like so: ENVIRONMENT=production

@jerlendds jerlendds changed the title [BUG] JANUS NOT STARTING DURING DOCKER COMPOSE [BUG] Janus not starting Jul 16, 2023
@smfai200
Copy link
Author

Hi, Sorry for that. When i run the docker compose up, all processes start without any issue but the Janus Container doesn't start which causes the application to breakdown and the logs just show
osintbuddy-janus-1 | exec /usr/local/bin/docker-entrypoint.sh: no such file or directory

Although i confirmed from the terminal that the file does exists and is copied

@jerlendds
Copy link
Owner

What is your operating system and can you show me the complete logs from the application when JanusGraph fails to start?

You can also try modifying the janus/janusgraph.Dockerfile file on line 70 to look like:

ENTRYPOINT [ "/usr/local/bin/docker-entrypoint.sh" ]

@smfai200
Copy link
Author

The issue is resolved with the updated .env

@jerlendds
Copy link
Owner

jerlendds commented Jul 16, 2023

Thanks for reporting back!

edit: I have learned this can also be caused by docker not having enough memory, if someone runs into this please try increasing the memory available to docker before filing an issue https://stackoverflow.com/a/67900629/16166722

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

No branches or pull requests

2 participants