When trying to Start the membersrvc its not responding

0 votes

I have setuo a development environment and it has already started with all the pre-reqs required:

vagrant up 

vagrant ssh 

make membersrvc 

make peer

But after coming into the folder $ cd $GOPATH/src/github.com/hyperledger/fabric, when I am trying tot start  membersrvc, its not responding even after an hour!

Sep 19, 2018 in Blockchain by sabby
• 4,390 points
426 views

1 answer to this question.

0 votes

You should start membersrvc at first in another terminal window. Only when membersvc is started, the peer process will be able to get a valid certificate.

Besides, this is exactly how membersrvc is supposed to behave. When you execute membersrvc command you don't see any output whatsoever, however you can verify that it is running by opening a separate terminal window and running

ps -a | grep membersrvc

command.

answered Sep 19, 2018 by Christine
• 15,790 points

Related Questions In Blockchain

0 votes
1 answer

Why is it downloading the blocks when I am trying to deploy the ethereum private network?

Once you have installed the Ethereum wallet, ...READ MORE

answered May 3, 2018 in Blockchain by Shashank
• 10,400 points
434 views
0 votes
1 answer

What happens to the blockchain currency when nodes gets disconnected?

After the resync of the network, the ...READ MORE

answered May 22, 2018 in Blockchain by Johnathon
• 9,090 points
1,197 views
0 votes
1 answer

AttributeError while trying to start peer port in Hyperledger.

If you are new to blockchain then ...READ MORE

answered Jul 9, 2018 in Blockchain by digger
• 26,740 points
469 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,215 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
708 views
+1 vote
1 answer
+1 vote
1 answer

I would like to create a blockchain network which will stay at the same level of complexity, is it possible?

You can very easily create a cryptocurrency having a ...READ MORE

answered Apr 4, 2018 in Blockchain by Christine
• 15,790 points
638 views
+1 vote
4 answers

How to estimate the cost for deploying smart contract on mainnet?

Since you have already deployed the contract ...READ MORE

answered Apr 10, 2018 in Blockchain by Shashank
• 10,400 points
14,656 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP