Closed Vishnupriya-M closed 5 years ago
This is a problem with Docker. What is your docker version? You can check with the following commands:
~$ docker -v
Docker version 18.09.2, build 6247962
Note that you must have Docker v17.06.2-ce or greater.
~$ docker -v Docker version 18.09.2, build 6247962 I've the same version, but still showing the error. What can I do? Thank you.
I think this is the problem
Error: Package with name and version already exists. Please change the name and/or the version of the project in your package.json file.
Please go ahead and update the version number in your package.json
and then try again.
@Vishnupriya-M is the problem fixed?
Closing bc no activity.
Hello, On step 4 i had a problem.When i tried to start fabric run time (local) it shown the error: "Failed to execute command "/bin/sh" with arguments "start.sh" return code 1".
[18/3/2019 9:01:46 PM] [IMPORTANT] Log files can be found by running the
Developer: Open Logs Folder
command from the palette[18/3/2019 9:01:46 PM] [INFO] Starting IBM Blockchain Platform Extension [18/3/2019 9:01:46 PM] [INFO] Ensuring local runtime exists in runtime manager [18/3/2019 9:01:46 PM] [INFO] Registering commands [18/3/2019 9:01:46 PM] [INFO] IBM Blockchain Platform Extension activated [18/3/2019 9:01:52 PM] [INFO] packageSmartContract [18/3/2019 9:01:58 PM] [ERROR] Error: Package with name and version already exists. Please change the name and/or the version of the project in your package.json file. [18/3/2019 9:03:18 PM] [INFO] startFabricRuntime [18/3/2019 9:03:18 PM] [INFO] # don't rewrite paths for Windows Git Bash users [18/3/2019 9:03:18 PM] [INFO] export MSYS_NO_PATHCONV=1 [18/3/2019 9:03:18 PM] [INFO] docker-compose -f docker-compose.yml up -d ca.example.com orderer.example.com peer0.org1.example.com couchdb logs [18/3/2019 9:03:18 PM] [INFO] Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running? [18/3/2019 9:03:18 PM] [INFO] If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. [18/3/2019 9:03:52 PM] [INFO] startFabricRuntime [18/3/2019 9:03:52 PM] [INFO] # don't rewrite paths for Windows Git Bash users [18/3/2019 9:03:52 PM] [INFO] export MSYS_NO_PATHCONV=1 [18/3/2019 9:03:52 PM] [INFO] docker-compose -f docker-compose.yml up -d ca.example.com orderer.example.com peer0.org1.example.com couchdb logs [18/3/2019 9:03:52 PM] [INFO] Couldn't connect to Docker daemon at http+docker://localunixsocket - is it running? [18/3/2019 9:03:52 PM] [INFO] If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.