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
Error : ^[[31m*** RUN ABORTED ***^[[0m ^[[31m com.spotify.docker.client.DockerRequestException: Request error: POST unix://localhost:80/containers/4a5991818985a054385a63161635865875a2ff4bc4c5375d01b4de3820017356/start: 500^[[0m
RCA :
On power, docker creates a container from the downloaded image, but is not able to start it. If tried to start the container manually ,it fails with the error below: Error response from daemon: Cannot start container 2ceed7781b43e1468cf1fb60ce0bfc5787604013e90ee2369a67a768c831fd03: [9] System error: exec format error
The docker container is created from 'mysql:5.7.9' image which is downloaded and is for the amd64 architecture.
The text was updated successfully, but these errors were encountered:
Workaround:
Since the mysql image being downloaded is for the x86 platform, the scalatest is skipped by adding the following lines to pom.xml:
+ <configuration>
+ <!-- Ignore MySQLIntegrationSuite.scala from Docker Integration since it downloads mysql image for the x86 platform -->
+ <wildcardSuites>!MySQLIntegrationSuite</wildcardSuites>
+ </configuration>
Error :
^[[31m*** RUN ABORTED ***^[[0m ^[[31m com.spotify.docker.client.DockerRequestException: Request error: POST unix://localhost:80/containers/4a5991818985a054385a63161635865875a2ff4bc4c5375d01b4de3820017356/start: 500^[[0m
RCA :
On power, docker creates a container from the downloaded image, but is not able to start it. If tried to start the container manually ,it fails with the error below:
Error response from daemon: Cannot start container 2ceed7781b43e1468cf1fb60ce0bfc5787604013e90ee2369a67a768c831fd03: [9] System error: exec format error
The text was updated successfully, but these errors were encountered: