-
Notifications
You must be signed in to change notification settings - Fork 1
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
Container ot-es is Unhealthy #6
Comments
Thanks for reporting @shaileshchaudhary11 , would you mind providing the configuration profile you're using, so we can reproduce the issue on our side and investigate what may be happening? |
It could be a permissions issue with the |
Profile : config.2406-gcs I tried by giving permission: chmod 777 -R deployment |
Hi @mbdebian, any updates on above issue, have you try to run it? |
You're right @shaileshchaudhary11 the permission change solves a different issue. I just tried cleaning my env and running the standalone with the same profile as you but it worked. I ran it in a Ubuntu 22.04.5 LTS which is the same version as yours. Could you please share console output to see if there's potential issues? |
Hii @remo87 Can you please tell me what commands did you run in sequence in the terminal? Also, Is there any other even a slight change in any file of the project that you made? |
sure thing! 8281 2024-09-30 09:22:39 make platform_down
8283 2024-09-30 09:23:00 sudo make clean
8285 2024-09-30 09:23:52 make set_profile profile=2406-gcs
8286 2024-09-30 09:24:09 make platform_up I was testing with a different profile so I had different data and versions in my local environment. To test your configuration I ran I did not changed the profile |
I forgot to mention that after the previous steps I also performed the |
@shaileshchaudhary11 we've done a fix that might help you if you pull the latest version |
This has now been addressed, please, let us know in case you face any more issues. |
Thank you, now I am able to run the Open Target platform at my local
machine using standalone-deployment-platform. I have a doubt there is Open
Target Genetics platform, is there any repository to run this platform also
on my local machine .
…On Thu, Oct 3, 2024 at 8:08 PM remo87 ***@***.***> wrote:
@shaileshchaudhary11 <https://github.com/shaileshchaudhary11> we've done
a fix that might help you if you pull the latest version
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQJVHUI2P3LT3LXFS2MLGTZZVJHTAVCNFSM6AAAAABO62YYF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJRGU4TIMRQGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
@shaileshchaudhary11 , I noticed that you are using the configuration profile This is also related to what's happening to @kenibrewer in #8 . And, actually, the file not found exception he mentions would make total sense. Please, allow me to verify this hypothesis and I'll let you know soon. Thanks! |
I have reproduce this environment in Google Cloud, as we don't have yet an allocation in AWS, specs:
I've run this using the profile No JDK is needed, as everything is run via docker images. When installing Docker, the regular user has been added to the docker group, so no root permission is needed for running the containers. The changes can be found in branch @kenibrewer, would you mind trying this branch, with profile '2406' in your EC2 instance? Thank you guys! |
Thanks @mbdebian . Your theory about the requester pays bucket seems solid to me. I'll test out the changes and let you know. |
Hi @mbdebian This fixed the problem for me, and I was able to get a working deployment. Thanks so much! |
Hi,
I am encountering an issue with the ot-es container in my setup. When I attempt to run the application, the container is marked as unhealthy, and I receive the following error:
make: *** [Makefile:123: platform_up] Error 1
I've tried restarting the container and checking the logs for any clues, but I am unable to resolve the issue. I am attaching
ot-es.log
log file for further details below.
Here are the details of my setup:
Docker version 27.3.1, build ce12230
Operating System: Ubuntu 22.04.5 LTS
Profile: config.2406-gcs
OpenJDK version 11.0.24
I am following blog ( https://blog.opentargets.org/standalone-deployment-tool/ )
for setting up open target.
Could any one please assist me in troubleshooting this issue? Any help would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: