EY-Data-Science-Program / 2021-Better-Working-World-Data-Challenge

This github repository has been created for participants in the Better Working World Data Challenge. It contains code and documentation used to set up and manage an analysis environment for completing the Challenge. Please use the Discussions tab for any questions, or to have friendly discussions with other participants in the challenge!
MIT License
9 stars 5 forks source link

Azure VM: "Paste the Public IP address in your browser" not working #32

Open marix1120 opened 3 years ago

marix1120 commented 3 years ago

I have the same problem as AlexandreSajus where I cannot access the data science environment following steps. When I paste the public IP, it comes up as

image

I have set my location as Australia East.

Thanks!

EY-glowglowglow commented 3 years ago

For issues related to deployment, please check out this page - https://github.com/EY-Data-Science-Program/2021-Better-Working-World-Data-Challenge/wiki/4a.-Troubleshooting:-FAQ

qypeng12 commented 3 years ago

Hi, I followed the troubleshooting instructions and still not able to access the jupyter notebook via public IP. My odc_jupyter_1 status shows "Restarting" (see attached screenshot below) while we expect the status to be "Up" from the instructions. I've manually install Open Data Cube, but still have trouble reaching the site using public IP. Could you kindly inform me of any possible solutions/walkarounds to address this? Thanks a lot!

image

qypeng12 commented 3 years ago

Hi, I followed the troubleshooting instructions and still not able to access the jupyter notebook via public IP. My odc_jupyter_1 status shows "Restarting" (see attached screenshot below) while we expect the status to be "Up" from the instructions. I've manually install Open Data Cube, but still have trouble reaching the site using public IP. Could you kindly inform me of any possible solutions/walkarounds to address this? Thanks a lot!

image

Never mind, problem solved. In case anyone may need it, using "sudo docker-compose up -d" rather than "sudo docker-compose -d up" makes it work for me. Also added ":8888" as port number in the browser.

aliya-zee commented 3 years ago

I have the same issue, but haven't been able to resolve it using the sudo docker-compose up -d command above. Running that command shows that everything is up to date. Screenshot 2021-05-23 221334

I have also followed manually install ODC and had identical issues. Screenshot 2021-05-23 221410

@EY-glowglowglow - is there anything else I should try to get this working?

EY-glowglowglow commented 3 years ago

@codeindulgence @alexgleith any ideas on the issue above?

codeindulgence commented 3 years ago

Hi @aliya-zee,

Make sure to check out the Troubleshooting FAQ.

Also have a look at this Unable to connect to public IP address through VM discussion thread.

It is known that the value for your secret password entered during the Azure deployment can cause problems if it contains special characters or is entirely numerical.

Thanks!