geoCML / geocml-base-deployment

Source code for a base geoCML deployment
https://geocml.com
GNU General Public License v2.0
1 stars 5 forks source link

geoCML Desktop not connecting on port 80 or 10000 #97

Closed capsulecorplab closed 4 days ago

capsulecorplab commented 1 month ago

Describe the bug Cannot access geoCML Desktop via localhost on either port 80 or 10000

To Reproduce Steps to reproduce the behavior:

  1. clone geocml-base-deployment
  2. cd into geocml-base-deployment
  3. run docker-compose pull
  4. run docker-compose up
  5. visit https://localhost:80 or https://localhost:10000 in a web browser

Expected behavior Should be able to connect to geoCML Desktop

Screenshots Screenshot from 2024-10-11 14-13-47 Screenshot from 2024-10-11 14-13-53 Screenshot from 2024-10-11 14-14-04 Screenshot from 2024-10-11 14-20-09 Screenshot from 2024-10-11 14-20-17 Screenshot from 2024-10-11 14-20-36 Screenshot from 2024-10-11 14-20-43

Desktop (please complete the following information):

Additional context Tested as of a08ff206906bd352d2c1a5fb0355b2de449ee277

TristanDamron commented 1 month ago

@capsulecorplab Sorry, I'm just now seeing this after a short vacation.

How many system resources are you allocating in Docker? It looks like Python doesn't have the resources to start geocml-desktop or gTS.

TristanDamron commented 1 month ago

@capsulecorplab Also, when you're running a geoCML instance locally, don't use https (:

capsulecorplab commented 1 month ago

@capsulecorplab Sorry, I'm just now seeing this after a short vacation.

How many system resources are you allocating in Docker? It looks like Python doesn't have the resources to start geocml-desktop or gTS.

Screenshot from 2024-10-27 13-47-18

capsulecorplab commented 1 month ago

@capsulecorplab Also, when you're running a geoCML instance locally, don't use https (:

Tried both, same issue :/

TristanDamron commented 1 month ago

Okay, one last thing to try: could you delete the containers you pulled, then build them locally with docker compose build?

capsulecorplab commented 1 month ago

Encountered a build error Screenshot from 2024-10-27 14-02-04

TristanDamron commented 1 month ago

Strange... Let me see if I can't get a Linux Mint VM up and running, I might be able to reproduce it in that environment

TristanDamron commented 3 weeks ago

I'm still not able to reproduce this... Could you try with geoCML v0.2.0 instead of v0.3.0-INDEV? https://github.com/geoCML/geocml-base-deployment/releases/tag/v0.2.0

capsulecorplab commented 2 weeks ago

Tried building off v0.2.0, but encountered a similar build error Screenshot from 2024-11-13 23-41-49

TristanDamron commented 2 weeks ago

Re: https://github.com/readthedocs/readthedocs.org/issues/9171#issuecomment-1122222194

Seems like a bug with your Docker version. Please update to the latest Docker.

TristanDamron commented 5 days ago

@capsulecorplab Hey there, got any updates on this issue?

capsulecorplab commented 4 days ago

Hey! Sorry for the delay. Updating Docker Engine to version 27.3.1 seemed to get me to the Xpra client page~ Screenshot from 2024-11-24 01-31-51