hyperledger-labs/fabric-operations-console

Can't get deatils of orderer_local after restart of test-network and operations console

Closed this issue · 4 comments

First run and associating identities are ok but when I stop everything and open them again I can’not reach details

1- I start test-network and console using the commands;
./setupNerwork.sh up
./setupConsole.sh up

2- I create assets using the command;
./createAsset.sh

image

3- I login http://localhost:3000/ , import assets and save

4- I associated all identities and displayed details successfully

image

5- I logout the console and stop both console and test-network
./setupConsole.sh down
./setupNetwork.sh down

6- I start the test-network and console again using the following commands;
~/fabric-operations-console/fabric-samples/test-network$ ./network.sh up -ca -s couchdb
or ./setupNetwork.sh up

./setupConsole.sh up

7- I get the following error when I open orderer_local details;

“Unable to get channel information from orderer_local. The associated identity does not have administrative privilege. Ensure that the associated identity has administrative privilege.”

image

8- For ordererca-local, I also get error saying “Unable to retrieve the list of users”

image

@varadgit Any idea?

@turantk when you "down" and "up", it is going to create new containers and new certificates. You will need to redo the ./createAsset.sh, delete components from browser, import new asset zip, clear identities from wallet in browser and create new ones and associate with components.

@varadgit Thank you very much for your answer. I would like to say that you doing a great job.

closing