-
Notifications
You must be signed in to change notification settings - Fork 8
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
The dspace does not work #9
Comments
I cannot reproduce this.
and it just worked. What is your output of |
I have the same issue, running docker-compose up -d brings up the postgres and dspace containers but eventually the dspace container shuts down. Running docker ps -a shows it with a status of Exited (137) I've ran some commands to see if it was a memory issue as I was using a small instance on AWS, I'm not convinced its a memory issue though. Can someone look through the logs below and tell me if I am missing something on it? journalctl -k | grep -i -e memory -e oom inspecting the container shows: |
I am very confused with this proyect because I followed all steps but the application does not work in http://localhost:8080/jspui or http://localhost:8080.
When I do an "docker ps" the console shows that postgres container is running but not the dspace container.
The text was updated successfully, but these errors were encountered: