Hi,
I have already tried mender server 1.6.0 in one of the Ubuntu 14.04 PC and is working fine.
Now, I want to try the mender server 1.7.0 on the same PC.
I have cloned 1.7.0 sources but when running the "./up" command, I'm getting the below error!
integration-1.7.0$ ./up
Starting Mender demo environment..
Creating integration-170_mender-client_1_5a3adae9d8fd ... done
Creating integration-170_mender-gui_1_2ad595c1cee7 ... done
Creating integration-170_mender-elasticsearch_1_3f250264c074 ... done
Creating integration-170_mender-mongo_1_a2637ad3ace9 ... done
Creating integration-170_minio_1_d772d8542fcb ... done
Creating integration-170_mender-redis_1_2bb4ba933927 ... done
Creating integration-170_mender-device-auth_1_d0d078981e9a ... done
Creating integration-170_mender-useradm_1_421c9601d950 ... done
Creating integration-170_mender-inventory_1_d552b52ec942 ... done
Creating integration-170_mender-deployments_1_555e5a48100d ... done
Creating integration-170_mender-conductor_1_7145320a97bf ... error
Creating integration-170_storage-proxy_1_40b097215a3f ...
Creating integration-170_mender-api-gateway_1_b860b002da6f ...
ERROR: for integration-170_mender-conductor_1_7145320a97bf Cannot start service mender-conductor: b'driver failed programming external connectCreating integration-170_storage-proxy_1_40b097215a3f ... done
Creating integration-170_mender-api-gateway_1_b860b002da6f ... done
ERROR: for mender-conductor Cannot start service mender-conductor: b'driver failed programming external connectivity on endpoint integration-170_mender-conductor_1_9c57e790f576 (b488b2c861f1a4a727b5f3418e2b4eaa1f61154db912ef1c754855bc2e95443f): Bind for 0.0.0.0:8080 failed: port is already allocated'
ERROR: Encountered errors while bringing up the project.
Could anyone help me to figure out the root cause for this issue? Whether 1.6.0 and 1.7.0 are conflicting (I'm not intentionally running the 1.6.0 when trying the 1.7.0)?
Thank you in advance,
Ajith P V