-
Notifications
You must be signed in to change notification settings - Fork 180
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
Building SMBJ: integrationTest FAILED: Status 500: Ports are not available + duplicated code question #812
Comments
FYI, after the speculative change, with failed wait for the ephemeral listening port, the container log started with:
and after figuring out how to get preserved /var/log/samba.log:
|
Next speculative change was to follow NullYing/alpine-samba@d11329e i.e. changing command to:
and then getting:
which looks to be on correct way (integration tests effectively covering features). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to run integrationTest on Windows 10, JDK 11, getting:
IMHO on Windows, the 445 is by default bound to serve the hidden admin shares.
if I speculatively change SambaContainer.java:
then getting:
Seeing SambaContainer.java, I also wonder why:
duplicates content of Dockerfile.
The text was updated successfully, but these errors were encountered: