René's URL Explorer Experiment


Title: docker for mac compatibility · Issue #537 · docker-java/docker-java · GitHub

Open Graph Title: docker for mac compatibility · Issue #537 · docker-java/docker-java

X Title: docker for mac compatibility · Issue #537 · docker-java/docker-java

Description: Hello, I am beta testing docker 4 mac and when I disable docker-machine my test suite fails with java.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-macosx-1.8-x86_64.dylib, libjunixsocket-macosx-1...

Open Graph Description: Hello, I am beta testing docker 4 mac and when I disable docker-machine my test suite fails with java.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-macosx-1...

X Description: Hello, I am beta testing docker 4 mac and when I disable docker-machine my test suite fails with java.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-macosx-1...

Opengraph URL: https://github.com/docker-java/docker-java/issues/537

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"docker for mac compatibility ","articleBody":"Hello, \n\nI am beta testing docker 4 mac  and when I disable docker-machine my test suite fails with \n\n```\njava.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-macosx-1.8-x86_64.dylib, libjunixsocket-macosx-1.5-x86_64.dylib]\n    at org.newsclub.net.unix.NativeUnixSocket.load(NativeUnixSocket.java:81)\n    at org.newsclub.net.unix.NativeUnixSocket.\u003cclinit\u003e(NativeUnixSocket.java:112)\n    at org.newsclub.net.unix.AFUNIXSocket.\u003cinit\u003e(AFUNIXSocket.java:36)\n    at org.newsclub.net.unix.AFUNIXSocket.newInstance(AFUNIXSocket.java:50)\n    at org.testcontainers.shaded.com.github.dockerjava.jaxrs.ApacheUnixSocket.\u003cinit\u003e(ApacheUnixSocket.java:53)\n    at org.testcontainers.shaded.com.github.dockerjava.jaxrs.UnixConnectionSocketFactory.createSocket(UnixConnectionSocketFactory.java:65)\n```\n\nThe latest version of test containers (1.0.3 at the time of this writing) uses docker-java 2.2.0 (https://github.com/testcontainers/testcontainers-java/blob/2e227e29eded31c0b2d45a5351cc108994327394/core/pom.xml#L20) so I assume it is safe to say that docker-java 2.2.0 is not compatible with docker 4 mac. (I tried adding the dylib to my classpath and got further errors, also the compiled dylib seems hard to find and it feels very cumbersome to have to add it to the classpath manually). \n\nI want to create a bug report to org.testcontainers asking them to upgrade docker-java to a docker4mac compatible version so I checked out the repository and tried to build master using only docker4mac. \nI first got an error in com.github.dockerjava.client.DockerClientTest which seems to be the integration test. The error was that $HOME/.docker/certs did not exist. After creating that directory, I get the following output :\n\n```\nbeforeTest(com.github.dockerjava.client.DockerClientTest)  Time elapsed: 2.359 sec  \u003c\u003c\u003c FAILURE!\njavax.ws.rs.ProcessingException: org.apache.http.conn.UnsupportedSchemeException: https protocol is not supported\n    at com.github.dockerjava.client.DockerClientTest.beforeTest(DockerClientTest.java:32)\nCaused by: org.apache.http.conn.UnsupportedSchemeException: https protocol is not supported\n    at com.github.dockerjava.client.DockerClientTest.beforeTest(DockerClientTest.java:32)\n\n\nResults :\n\nFailed tests:\ncom.github.dockerjava.client.DockerClientTest.beforeTest(com.github.dockerjava.client.DockerClientTest)\n  Run 1: DockerClientTest.beforeTest:32-\u003eAbstractDockerClientTest.beforeTest:60 » Processing\n  Run 2: PASS\n  Run 3: PASS\n  Run 4: PASS\n  Run 5: PASS\n  Run 6: PASS\n  Run 7: PASS\n  Run 8: PASS\n  Run 9: PASS\n  Run 10: PASS\n  Run 11: PASS\n  Run 12: PASS\n  Run 13: PASS\n  Run 14: PASS\n  Run 15: PASS\n  Run 16: PASS\n  Run 17: PASS\n  Run 18: PASS\n  Run 19: PASS\n  Run 20: PASS\n  Run 21: PASS\n  Run 22: PASS\n  Run 23: PASS\n  Run 24: PASS\n  Run 25: PASS\n  Run 26: PASS\n  Run 27: PASS\n  Run 28: PASS\n  Run 29: PASS\n  Run 30: PASS\n  Run 31: PASS\n  Run 32: PASS\n  Run 33: PASS\n  Run 34: PASS\n  Run 35: PASS\n  Run 36: PASS\n  Run 37: PASS\n  Run 38: PASS\n  Run 39: PASS\n  Run 40: PASS\n  Run 41: PASS\n  Run 42: PASS\n  Run 43: PASS\n  Run 44: PASS\n  Run 45: PASS\n  Run 46: PASS\n  Run 47: PASS\n  Run 48: PASS\n  Run 49: PASS\n  Run 50: PASS\n  Run 51: PASS\n  Run 52: PASS\n  Run 53: PASS\n  Run 54: PASS\n  Run 55: PASS\n  Run 56: PASS\n  Run 57: PASS\n  Run 58: PASS\n  Run 59: PASS\n  Run 60: PASS\n  Run 61: PASS\n  Run 62: PASS\n  Run 63: PASS\n  Run 64: PASS\n  Run 65: PASS\n  Run 66: PASS\n  Run 67: PASS\n  Run 68: PASS\n  Run 69: PASS\n  Run 70: PASS\n  Run 71: PASS\n  Run 72: PASS\n  Run 73: PASS\n  Run 74: PASS\n  Run 75: PASS\n  Run 76: PASS\n  Run 77: PASS\n  Run 78: PASS\n  Run 79: PASS\n  Run 80: PASS\n  Run 81: PASS\n  Run 82: PASS\n  Run 83: PASS\n  Run 84: PASS\n  Run 85: PASS\n  Run 86: PASS\n  Run 87: PASS\n  Run 88: PASS\n  Run 89: PASS\n\n\nTests run: 462, Failures: 1, Errors: 0, Skipped: 458\n```\n\nAnd I am unsure what to conclude, the test failure seems to suggest that the lastest master is not docker4mac compatible either but a single failed test seems surprising ...\n\nCan you help me troubleshoot or maybe you already know if master is compatible with docker4mac ...\n\nThanks for your help\njean\n","author":{"url":"https://github.com/jeantil","@type":"Person","name":"jeantil"},"datePublished":"2016-04-06T11:41:24.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":160},"url":"https://github.com/537/docker-java/issues/537"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c220c006-2fc4-7ba5-025e-bfd59a64f559
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB268:1D504F:1162D24:164D58C:697471B2
html-safe-noncee12717685c276203cdc44e1fcb71836ba79620d84882ef735b5d19735e891df0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMjY4OjFENTA0RjoxMTYyRDI0OjE2NEQ1OEM6Njk3NDcxQjIiLCJ2aXNpdG9yX2lkIjoiMTEyMTI5ODE2NzcyNTA2MDM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace144a2811b724aa1b0e72dc15671215053bc3075001c711b71584375e7529fd7
hovercard-subject-tagissue:146286525
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/docker-java/docker-java/537/issue_layout
twitter:imagehttps://opengraph.githubassets.com/30894cb49cce59379532639befcb90c3234e87f60f32e65f838ce7cce8b241f3/docker-java/docker-java/issues/537
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/30894cb49cce59379532639befcb90c3234e87f60f32e65f838ce7cce8b241f3/docker-java/docker-java/issues/537
og:image:altHello, I am beta testing docker 4 mac and when I disable docker-machine my test suite fails with java.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-macosx-1...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamejeantil
hostnamegithub.com
expected-hostnamegithub.com
Nonee0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c
turbo-cache-controlno-preview
go-importgithub.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git
octolytics-dimension-user_id7772003
octolytics-dimension-user_logindocker-java
octolytics-dimension-repository_id20415251
octolytics-dimension-repository_nwodocker-java/docker-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20415251
octolytics-dimension-repository_network_root_nwodocker-java/docker-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release56fe7e2e8de6e57740bca50402351ea656f7a4bf
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/issues/537#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fissues%2F537
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fissues%2F537
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=docker-java%2Fdocker-java
Reloadhttps://github.com/docker-java/docker-java/issues/537
Reloadhttps://github.com/docker-java/docker-java/issues/537
Reloadhttps://github.com/docker-java/docker-java/issues/537
docker-java https://github.com/docker-java
docker-javahttps://github.com/docker-java/docker-java
Notifications https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Fork 1.1k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Star 3.2k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Code https://github.com/docker-java/docker-java
Issues 37 https://github.com/docker-java/docker-java/issues
Pull requests 49 https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects 0 https://github.com/docker-java/docker-java/projects
Security 0 https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Code https://github.com/docker-java/docker-java
Issues https://github.com/docker-java/docker-java/issues
Pull requests https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
New issuehttps://github.com/login?return_to=https://github.com/docker-java/docker-java/issues/537
New issuehttps://github.com/login?return_to=https://github.com/docker-java/docker-java/issues/537
docker for mac compatibility https://github.com/docker-java/docker-java/issues/537#top
os/machttps://github.com/docker-java/docker-java/issues?q=state%3Aopen%20label%3A%22os%2Fmac%22
https://github.com/jeantil
https://github.com/jeantil
jeantilhttps://github.com/jeantil
on Apr 6, 2016https://github.com/docker-java/docker-java/issues/537#issue-146286525
https://github.com/testcontainers/testcontainers-java/blob/2e227e29eded31c0b2d45a5351cc108994327394/core/pom.xml#L20https://github.com/testcontainers/testcontainers-java/blob/2e227e29eded31c0b2d45a5351cc108994327394/core/pom.xml#L20
os/machttps://github.com/docker-java/docker-java/issues?q=state%3Aopen%20label%3A%22os%2Fmac%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.