You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "jyoti-075 (via GitHub)" <gi...@apache.org> on 2023/04/16 17:26:31 UTC

[GitHub] [superset] jyoti-075 opened a new issue, #23703: During setup with docker, containers failing and 404 for static resources

jyoti-075 opened a new issue, #23703:
URL: https://github.com/apache/superset/issues/23703

   Hi ,
   
   I am setting up superset in development mode, below were the steps followed for setup using docker 
   
   https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/
   
   My system is Mac OS with version 12.5
   
   I have cloned the superset repo and tried to bring up using docker compose up command
   
   Post that i see 2 issues: 
   
   1. I am able to login to http://localhost:8088/superset/welcome/ but for static loading.gif i am getting a 404 
   
   Screenshot for reference : 
   ![Screenshot 2023-04-16 at 10 44 15 PM](https://user-images.githubusercontent.com/102945869/232329185-e1f66086-30c0-41ea-9c6c-1661d1089e46.png)
   
   2. Out of 9 containers, 3 of my containers health check keeps failing 
   
   ![Screenshot 2023-04-16 at 10 45 17 PM](https://user-images.githubusercontent.com/102945869/232329249-529d0ad0-9dcd-4f57-93f2-b9d2f122863c.png)
   
   Attaching the container logs which are exited 
   
   [superset_init.docx](https://github.com/apache/superset/files/11242983/superset_init.docx)
   [superset_websocket.docx](https://github.com/apache/superset/files/11242984/superset_websocket.docx)
   [superset_worker.docx](https://github.com/apache/superset/files/11242985/superset_worker.docx)
   
   Can someone please help in correcting the setup


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] ForecastHealth commented on issue #23703: During setup with docker, containers failing and 404 for static resources

Posted by "ForecastHealth (via GitHub)" <gi...@apache.org>.
ForecastHealth commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1732697312

   I'm having the exact same issue, building on Ubuntu 20.04


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] craigers521 commented on issue #23703: During setup with docker, containers failing and 404 for static resources

Posted by "craigers521 (via GitHub)" <gi...@apache.org>.
craigers521 commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1526313623

   > i'm having this same issue
   
   I moved the stack over to a linux and used the non-dev compose file and working now.  no worries. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] During setup with docker, containers failing and 404 for static resources [superset]

Posted by "lllong33 (via GitHub)" <gi...@apache.org>.
lllong33 commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1870723029

   @williamyuan86 @jyoti-075  FYI
   `sudo docker-compose -f docker-compose-non-dev.yml up -d` # success
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] During setup with docker, containers failing and 404 for static resources [superset]

Posted by "williamyuan86 (via GitHub)" <gi...@apache.org>.
williamyuan86 commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1862594329

   which version works? I run docker-compose on 3.1.0rc3, but this issue still exists. It seems some paths not mapping in the docker-compose.yml, Does anyone know how to change it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] During setup with docker, containers failing and 404 for static resources [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #23703: During setup with docker, containers failing and 404 for static resources 
URL: https://github.com/apache/superset/issues/23703


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] During setup with docker, containers failing and 404 for static resources [superset]

Posted by "alberttwong (via GitHub)" <gi...@apache.org>.
alberttwong commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1841329407

   related. https://github.com/apache/superset/issues/26170


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] During setup with docker, containers failing and 404 for static resources [superset]

Posted by "alberttwong (via GitHub)" <gi...@apache.org>.
alberttwong commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1841360821

   don t' use the docker compose, use the single image and it works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] craigers521 commented on issue #23703: During setup with docker, containers failing and 404 for static resources

Posted by "craigers521 (via GitHub)" <gi...@apache.org>.
craigers521 commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-1526174807

   i'm having this same issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] During setup with docker, containers failing and 404 for static resources [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas commented on issue #23703:
URL: https://github.com/apache/superset/issues/23703#issuecomment-2090884285

   I think this is all largely resolved, and docker runs better/faster than ever, with improved documentation. I think this is closeable now, but let me know if you disagree, and we can reopen.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org