You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/11/02 06:50:16 UTC

[GitHub] [apisix-docker] liujunzheng opened a new issue #243: 启动报错

liujunzheng opened a new issue #243:
URL: https://github.com/apache/apisix-docker/issues/243


   1,
   ```bash
   git clone git@github.com:apache/apisix-docker
   ```
   
   2,
   ```bash
   cd apisix-docker/example
   ```
   
   3, Error
   ```
   ➜  example git:(master) docker-compose -p apisix-docker up
   Traceback (most recent call last):
     File "site-packages/urllib3/connectionpool.py", line 677, in urlopen
     File "site-packages/urllib3/connectionpool.py", line 392, in _make_request
     File "http/client.py", line 1252, in request
     File "http/client.py", line 1298, in _send_request
     File "http/client.py", line 1247, in endheaders
     File "http/client.py", line 1026, in _send_output
     File "http/client.py", line 966, in send
     File "site-packages/docker/transport/unixconn.py", line 43, in connect
   FileNotFoundError: [Errno 2] No such file or directory
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "site-packages/requests/adapters.py", line 449, in send
     File "site-packages/urllib3/connectionpool.py", line 727, in urlopen
     File "site-packages/urllib3/util/retry.py", line 403, in increment
     File "site-packages/urllib3/packages/six.py", line 734, in reraise
     File "site-packages/urllib3/connectionpool.py", line 677, in urlopen
     File "site-packages/urllib3/connectionpool.py", line 392, in _make_request
     File "http/client.py", line 1252, in request
     File "http/client.py", line 1298, in _send_request
     File "http/client.py", line 1247, in endheaders
     File "http/client.py", line 1026, in _send_output
     File "http/client.py", line 966, in send
     File "site-packages/docker/transport/unixconn.py", line 43, in connect
   urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "site-packages/docker/api/client.py", line 205, in _retrieve_server_version
     File "site-packages/docker/api/daemon.py", line 181, in version
     File "site-packages/docker/utils/decorators.py", line 46, in inner
     File "site-packages/docker/api/client.py", line 228, in _get
     File "site-packages/requests/sessions.py", line 543, in get
     File "site-packages/requests/sessions.py", line 530, in request
     File "site-packages/requests/sessions.py", line 643, in send
     File "site-packages/requests/adapters.py", line 498, in send
   requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "docker-compose", line 3, in <module>
     File "compose/cli/main.py", line 67, in main
     File "compose/cli/main.py", line 123, in perform_command
     File "compose/cli/command.py", line 69, in project_from_options
     File "compose/cli/command.py", line 132, in get_project
     File "compose/cli/docker_client.py", line 43, in get_client
     File "compose/cli/docker_client.py", line 170, in docker_client
     File "site-packages/docker/api/client.py", line 188, in __init__
     File "site-packages/docker/api/client.py", line 213, in _retrieve_server_version
   docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))
   [43589] Failed to execute script docker-compose
   ```
   
   以上根据文档操作。
   
   请问还需要别的修改吗?
   


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] liujunzheng closed issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
liujunzheng closed issue #243:
URL: https://github.com/apache/apisix-docker/issues/243


   


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] liujunzheng commented on issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
liujunzheng commented on issue #243:
URL: https://github.com/apache/apisix-docker/issues/243#issuecomment-957175325


   sorry , thank !!!


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] liujunzheng closed issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
liujunzheng closed issue #243:
URL: https://github.com/apache/apisix-docker/issues/243


   


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] liujunzheng commented on issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
liujunzheng commented on issue #243:
URL: https://github.com/apache/apisix-docker/issues/243#issuecomment-957175325


   sorry , thank !!!


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] gxthrj commented on issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #243:
URL: https://github.com/apache/apisix-docker/issues/243#issuecomment-957151038


   `docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))`
   
   This error has nothing to do with the `apisix-docker`, it is because the docker server is not started on your machine.


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] gxthrj commented on issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #243:
URL: https://github.com/apache/apisix-docker/issues/243#issuecomment-957151038


   `docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))`
   
   This error has nothing to do with the `apisix-docker`, it is because the docker server is not started on your machine.


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] liujunzheng commented on issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
liujunzheng commented on issue #243:
URL: https://github.com/apache/apisix-docker/issues/243#issuecomment-957175325


   sorry , thank !!!


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] gxthrj commented on issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #243:
URL: https://github.com/apache/apisix-docker/issues/243#issuecomment-957151038


   `docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))`
   
   This error has nothing to do with the `apisix-docker`, it is because the docker server is not started on your machine.


-- 
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@apisix.apache.org

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



[GitHub] [apisix-docker] liujunzheng closed issue #243: 启动报错

Posted by GitBox <gi...@apache.org>.
liujunzheng closed issue #243:
URL: https://github.com/apache/apisix-docker/issues/243


   


-- 
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@apisix.apache.org

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