You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @webdaford, I'd say you probably don't have Docker's daemon listening on that port. This means you need to start it using '-H -H tcp://127.0.0.1:4243'. If you're running on Ubuntu I think you can edit the upstart config.
Got the error below when building. I found this: kpelykh/docker-java#38
So it looks like this has been seen before.
Any ideas?
Ubuntu 14.04 64-bit
OpenJDK 7
Maven 3.1.1
[INFO] 1 * Client out-bound request
1 > GET http://127.0.0.1:4243/v1.11/version
1 > Accept: application/json
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.316s
[INFO] Finished at: Thu May 29 15:51:36 EDT 2014
[INFO] Final Memory: 15M/303M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.alexecollins.docker:docker-maven-plugin:1.0.0:package (default-cli) on project hyracks-server: org.apache.http.conn.HttpHostConnectException: Connection to http://127.0.0.1:4243 refused: Connection refused -> [Help 1]
[ERROR]
The text was updated successfully, but these errors were encountered: