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

Run e2etestcase for windows docker problem for help #2876

Closed
guanboo opened this issue Sep 24, 2022 · 5 comments
Closed

Run e2etestcase for windows docker problem for help #2876

guanboo opened this issue Sep 24, 2022 · 5 comments

Comments

@guanboo
Copy link

guanboo commented Sep 24, 2022

This is my Environment message:

image

I run(dev) FakeSourceToConsoleIT.testFakeSourceToConsoleSink() error .
logs:

org.apache.seatunnel.e2e.flink.v2.fake.FakeSourceToConsoleIT,testFakeSourceToConsoleSink
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/workgit/mav-lib/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/workgit/mav-lib/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
15:41:37.413 [docker-java-stream--1007472360] ERROR com.github.dockerjava.api.async.ResultCallbackTemplate - Error during callback
com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"received unexpected HTTP status: 500 Server Error"}

	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.execute(DefaultInvocationBuilder.java:247) ~[testcontainers-1.16.3.jar:?]
	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:269) ~[testcontainers-1.16.3.jar:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]

java.util.concurrent.CompletionException: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"received unexpected HTTP status: 500 Server Error"}
@msftgitsklsd
Copy link

You could try this mirror "https://bz8ea7hh.mirror.aliyuncs.com", I got the same error msg, already sloved after changed this config

@guanboo
Copy link
Author

guanboo commented Sep 26, 2022

hi bro thx, but this url(https://bz8ea7hh.mirror.aliyuncs.com) can not visit

@ashulin
Copy link
Member

ashulin commented Oct 1, 2022

hi, @guanboo
I can't reproduce your problem in my windows10 environment.
image

looks like your network problem, maybe you can add (Although I didn't add this)

"registry-mirrors": [
        "http://hub-mirror.c.163.com",
        "https://docker.mirrors.ustc.edu.cn",
        "https://registry.docker-cn.com"
    ]

to docker deskop/settings/Docker Engine.

like this:
image

@github-actions
Copy link

github-actions bot commented Nov 7, 2022

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Nov 7, 2022
@github-actions
Copy link

This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.

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

4 participants