Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hnsCall failed in Win32: An adapter was not found. (0x803b0006) #39367

Closed
93Kamuran opened this issue Jun 15, 2019 · 2 comments
Closed

hnsCall failed in Win32: An adapter was not found. (0x803b0006) #39367

93Kamuran opened this issue Jun 15, 2019 · 2 comments

Comments

@93Kamuran
Copy link

Hi
I'm working on docker swarm mode with 3 nodes whiches 2 windows server 2019 and 1 Ubuntu 18.04.

when ı deploy my stack from docker-file my services shutting down suddenly. Protrainer and stefanscherer/traefik-windows services are shutting down. These services work only manager node. When ı look logs ı see that ''hnsCall failed in Win32: An adapter was not found. '' I already created an overlay network before deploying the stack. Here is my docker-compose file

version: '3.7'
networks:
traefik-net:
external:
name: "traefik-net"
backend:
services:
'traefik':
image: stefanscherer/traefik-windows
command: --docker.endpoint=npipe:////./pipe/docker_engine --logLevel=DEBUG
ports:
- "8080:8080"
- "443:443"
- "80:80"
isolation: process
networks:
- "traefik-net"
volumes:
- .:C:/etc/traefik
- C:\Users\Administrator.docker:C:/etc/ssl:ro

deploy:
  placement:
    constraints:
     - node.hostname == WIN-xx            

'portainer':
image: portainer/portainer
networks:
- "traefik-net"
volumes:
- ./portainerdata:C:/data
- c:/test:C:/certs
deploy:
replicas: 1
placement:
constraints:
- node.hostname == WIN-xx
labels:
- "traefik.backend=portainer"
- "traefik.frontend.entryPoints=https"
- "traefik.frontend.rule=Host:portainer.xx.com"

how can ı fix this? please help me.

@olljanat
Copy link
Contributor

Duplicate with #39191
Closing...

@olljanat
Copy link
Contributor

Derek close

@derek derek bot closed this as completed Jun 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants