-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Unnable to start container - checkExposedPort - NullPointerException #513
Comments
Hi @VladoDemcak, can you please share a bit more of your code? Do you use |
I think this might be happening during the 'pre-flight checks' (where it's checking if the Docker environment looks healthy, after the disk space and mountable file checks). Can you confirm that @VladoDemcak ? Also it'd be useful to know which version of Testcontainers we're using so that we can line up the line numbers in the stack trace! |
@rnorth
|
… robustness (fixes #513). Fix erroneous changelog entry for 1.5.0 release
Hi,
this is not very common issue (sometime happens, but not very often). Testcontainers java client is failing due NullPointerException while container initialization in checkExposedPort method. See error below:
The text was updated successfully, but these errors were encountered: