-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
joinchannel fails during completion (paid) with couchdb #107
Comments
Thanks Nick for your post. Interesting that you were able to get the free cluster with couchdb to work - I got a similar joinchannel error when attempting to install the free cluster with couchdb. The most reliable fix I came up with was checking out tag 1.0 after doing the initial clone. This is at best a short term fix as it installs Fabric v1.0 instead of v1.1, but at least the install finished successfully. git clone https://github.com/IBM-Blockchain/ibm-container-service
git checkout tags/1.0 |
The same issue. In the peer log I see following:
|
The problem is most probably with the couchdb service. |
Probably I will ask a stupid question but this is what kubectl get svc returns:
External IP is none for all services. |
@amontero0611 If you are using paid scripts, the services are created using this file. As the type of service there is loadbalancer, you will get an external-IP for each service in the list. The fact that the external-IP is none means something is wrong. |
Thank you @dhyey20 . I am not using paid scripts, just following the instructions here. This procedure worked fine with the previous version. As I urgently need a hyperledger for prototyping, I've installed the old version as @donbr said and it just works fine. |
I have the same issue, going through instructions like @amontero0611 . Did anyone find a solution for this problem? |
@amontero0611 we have not got a chance to look at this issue yet. If you need a hyperledger-fabric urgently, feel free to get one here |
Thank you very much.
As I mentioned previously in this thread, I followed what @donbr said and
managed to deploy a blockchain previous version. That one works fine.
Salvo indicado de otro modo más arriba / Unless stated otherwise above:
International Business Machines, S.A.
Santa Hortensia, 26-28, 28002 Madrid
Registro Mercantil de Madrid; Folio 1; Tomo 1525; Hoja M-28146
CIF A28-010791
|
@amontero0611 could you tell me in few steps how did you managed to do it with previous version? when i put in console: git clone https://github.com/IBM-Blockchain/ibm-container-service i only get error message. Could you give me some hints how to get ibm-container-sevice v.1.0? I would be very thankful |
I had to update the configs for the paid cluster to get it to deploy correctly. The changes were merged in recently and update this file: |
You have to clone the ibm-container-service repository and checkout the
tags from inside the ibm-container-service directory. It should work.
Saludos / Regards,
Ángel L. Montero Sánchez
Arquitecto de Industria - Gobierno
[email protected]
@angelmonterosn
IBM España
Sta. Hortensia 26-28
Madrid 28002
913976611
From: Andrzej Bryk <[email protected]>
To: IBM-Blockchain/ibm-container-service
<[email protected]>
Cc: amontero0611 <[email protected]>, Mention
<[email protected]>
Date: 25-07-18 08:12 PM
Subject: Re: [IBM-Blockchain/ibm-container-service] joinchannel
fails during completion (paid) with couchdb (#107)
@amontero0611 could you tell me in few steps how did you managed to do it
with previous version? when i put in console:
git clone https://github.com/IBM-Blockchain/ibm-container-service
git checkout tags/1.0
i only get error message. Could you give me some hints how to get
ibm-container-sevice v.1.0? I would be very thankful
?
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Salvo indicado de otro modo más arriba / Unless stated otherwise above:
International Business Machines, S.A.
Santa Hortensia, 26-28, 28002 Madrid
Registro Mercantil de Madrid; Folio 1; Tomo 1525; Hoja M-28146
CIF A28-010791
|
Any updates for scripts v1.1? |
Using the script for setting up a paid cluster with couchdb, the installation get stuck with the message
"Waiting for joinchannel container to be Completed"
the paid cluster without couchdb and the free cluster with couchdb works. Any ideas, where the problem is?
The text was updated successfully, but these errors were encountered: