Chaincode status Code: (500) UNKNOWN. Description: failed to invoke backing implementation of 'InstallChaincode': could not build chaincode - hyperledger-chaincode

Im trying to install hyperledger fabric on kubernetes and trying to install the chaincodes using go and i keep running into this error. Following this tutorial on youtube https://www.youtube.com/watch?v=namKDeJf5QI and im getting the code from this github repo https://github.com/kfsoftware/meetup-k8s-hlf
I tried using node and its still giving me the same error

Related

1 Click app / add-on kubernetes on DigitalOcean failed

I have an kubernetes cluster running on DigitalOcean with multiple applications. Recently I tried using the 1 click app but got an error without any explenation. It just says: Installation failed try again.
The app I tried to install is: Kubernetes monitoring stack.
I hope someone can tell me how to fix this or where to find more information about the error.

[VOLTTRON]: bootstrap.py failed to run virtual environment

I am unable to create a virtual environment to run VOLTTRON. Every time I run bootstrap.py, I get an error saying [SSL: CERTIFICATE_VERIFY_FAILED]. The screenshot is attached below.
Is this the issue with the VOLTTRON version or do I need additional dependencies to run the file?
There was a pull request that was just merged into master that fixes this issue on raspberry pis. The ssl context is only required with rabbitmq and/or web services enabled. Please update to the latest version of master and try again.

unable to establish a network in Hyper-fabric composer from OS X

In Hyperledger composer, composer network start always fails with the following error.
*"Error trying to instantiate composer runtime. Error: Error: SERVICE_UNAVAILABLE"*.
But I installed the runtime environment for the same card using composer runtime install. My machine is under proxy, but in ignore list, I added the peer domain name too.
I installed the docker too.
I referred the previous posts but that solution also I tried but it didn't help me. Please guide me
Attached the screenshot of terminal with the output

Where can I find logs when I upgrade a fabric application ?

I am trying to upgrade my Fabric Application using a powershell script. It fails sometime. Where can I find the logs for these failed application upgrades?
Thanks.

How to get Ionic working behind a proxy? (Error: getaddrinfo ENOTFOUND github.com github.com:443)

I have failed to create an Ionic project using the Ionic CLI. Each time I type
Ionic start project-name
gives me this error :
Fetching app base (https://github.com/driftyco/ionic2-app-base/archive/master.tar.gz)
✖ Downloading - failed!
Error: getaddrinfo ENOTFOUND github.com github.com:443
Note that, I am working behind a proxy. npm, git proxies are properly set (atleast I think so) and I can create angular-cli projects without any problem.
Please help me configure proxies properly for Ionic setup. I'm on Windows 7 x64.
the same issue have been raised in github . You can confirm the issue there Ionic 3 CLI unable to start project behind proxy