sendPeersProposal – Promise is rejected: Error: 2 UNKNOWN: error executing chaincode: premature execution – chaincode (bcins:v2) is being launched Before solving these issues, please use ./clean.sh first to clean your docker containers. Join Peer Issue Symptoms: Stuck inJoining peers to the default channel. Timeout: error: [Peer.js]: sendProposal – timed out after:45000 (node:21) UnhandledPromiseRejectionWarning: TypeError: Cannot…
How to Install Docker on Ubuntu 16.04
Prerequisites Uninstall older versions of Dockers, named “docker” or “docker-engine” along with associated dependencies. If your system does not have a docker package, skip the below step. $ sudo apt-get -y remove docker docker-engine Contents such as images, volumes, and networks under /var/lib/docker/ are preserved. Install the below packages only on Ubuntu 14.04 to make use of aufs storage driver, make sure…
Magento 1.9 Base Url, Skin Url, Media Url etc
Below URL Access list Get URLs in CMS pages or static blocks Base URL: {{base url=”}} Store URL: {{store url=’test.html’}} also only store URL {{store url=””}} Media URL: only get media URL {{media url=”}} if you get some folder path {{media url=’imagefolder/imagename.jpg’}} Skin URL: {skin url=’images/imagename.jpg’}} only get skin URL {skin url=”}} Get URLs in…
