You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/03/11 03:32:48 UTC

[GitHub] [incubator-superset] FU100 opened a new issue #9276: ConnectionRefusedError

FU100 opened a new issue #9276: ConnectionRefusedError
URL: https://github.com/apache/incubator-superset/issues/9276
 
 
   1.
   git clone https://github.com/apache/incubator-superset/
   cd incubator-superset
   # you can run this command everytime you need to start superset now:
   docker-compose up
   
   2.
   ######################################################################
   superset-init_1    | 
   superset-init_1    | 
   superset-init_1    | Init Step 3/4 [Starting] -- Loading examples
   superset-init_1    | 
   superset-init_1    | 
   superset-init_1    | ######################################################################
   superset-init_1    | 
   superset-init_1    | INFO:root:logging was configured successfully
   superset-init_1    | DEBUG:asyncio:Using selector: EpollSelector
   superset-init_1    | INFO:root:Database.get_sqla_engine(). Masked URL: postgresql://superset:XXXXXXXXXX@db:5432/superset
   superset-init_1    | Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   superset-init_1    | Loading examples metadata and related data into examples
   superset-init_1    | Creating default CSS templates
   superset-init_1    | Loading energy related dataset
   superset-init_1    | Traceback (most recent call last):
   superset-init_1    |   File "/usr/local/lib/python3.6/urllib/request.py", line 1318, in do_open
   superset-init_1    |     encode_chunked=req.has_header('Transfer-encoding'))
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 1254, in request
   superset-init_1    |     self._send_request(method, url, body, headers, encode_chunked)
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 1300, in _send_request
   superset-init_1    |     self.endheaders(body, encode_chunked=encode_chunked)
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 1249, in endheaders
   superset-init_1    |     self._send_output(message_body, encode_chunked=encode_chunked)
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 1036, in _send_output
   superset-init_1    |     self.send(msg)
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 974, in send
   superset-init_1    |     self.connect()
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 1407, in connect
   superset-init_1    |     super().connect()
   superset-init_1    |   File "/usr/local/lib/python3.6/http/client.py", line 946, in connect
   superset-init_1    |     (self.host,self.port), self.timeout, self.source_address)
   superset-init_1    |   File "/usr/local/lib/python3.6/socket.py", line 724, in create_connection
   superset-init_1    |     raise err
   superset-init_1    |   File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
   superset-init_1    |     sock.connect(sa)
   superset-init_1    | ConnectionRefusedError: [Errno 111] Connection refused
   
   3. how to fix this error?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] cricket007 commented on issue #9276: ConnectionRefusedError

Posted by GitBox <gi...@apache.org>.
cricket007 commented on issue #9276: ConnectionRefusedError
URL: https://github.com/apache/incubator-superset/issues/9276#issuecomment-597458751
 
 
   Add environment variable `SUPERSET_LOAD_EXAMPLES=no`
   
   Ref. https://github.com/apache/incubator-superset/blob/master/docker/docker-init.sh#L51

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] mistercrunch commented on issue #9276: ConnectionRefusedError

Posted by GitBox <gi...@apache.org>.
mistercrunch commented on issue #9276: ConnectionRefusedError
URL: https://github.com/apache/incubator-superset/issues/9276#issuecomment-597433607
 
 
   Does the box not have internet access?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] FU100 commented on issue #9276: ConnectionRefusedError

Posted by GitBox <gi...@apache.org>.
FU100 commented on issue #9276: ConnectionRefusedError
URL: https://github.com/apache/incubator-superset/issues/9276#issuecomment-597523004
 
 
   Thanks, now superset is up.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] FU100 closed issue #9276: ConnectionRefusedError

Posted by GitBox <gi...@apache.org>.
FU100 closed issue #9276: ConnectionRefusedError
URL: https://github.com/apache/incubator-superset/issues/9276
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-superset] vellengs commented on issue #9276: ConnectionRefusedError

Posted by GitBox <gi...@apache.org>.
vellengs commented on issue #9276: ConnectionRefusedError
URL: https://github.com/apache/incubator-superset/issues/9276#issuecomment-612627960
 
 
   Should  set SUPERSET_LOAD_EXAMPLES=no ? but it isn't documented !

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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