-
Notifications
You must be signed in to change notification settings - Fork 93
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
404 Error on consenter replace #223
Comments
Can this be due to some blocks missing in the folder? Some of them could be missing in our staging environment because we wanted to clear some space. |
hi @luca-simonetti if you find solution please post the answer here, iam also facing exact error in this step..thanks |
as soon as you run the |
@luca-simonetti @gokulNeoSoft You need to make sure that the operator is upgraded to 1.10 and the peer/orderer versions are at least 2.4.9 before renewing the certificate |
@dviejokfs is there way to increase expiration date when creating the network ? |
the 404 is due to the fact that the consenter cannot find the channel after the certificates are expired. beware that you need to have fabric-ca to version >=1.5.1 or else it won't work so, summing up:
[1] https://github.com/kfsoftware/externalbuilder nothing fancy, really. Just clone this project create your own folder with your version. We find that |
What happened?
When I run the command
kubectl hlf channel consenter replace --config=ordservice.yaml \ --orderer="ord-node1.ordnode" \ --user=admin --channel=trading \ --mspid=OrdererMSP --output=replace_orderers_consenter.pb
(from the documentation
I get the following error:
which doesn't mean a thing
What did you expect to happen?
I don't actually know what to expect.
How can we reproduce it (as minimally and precisely as possible)?
We have a 2 org with 1 peer each and 1 ord node (as the base configuration is explained here...)
Anything else we need to know?
No response
Kubernetes version
v1.28.11-gke.1019001
The text was updated successfully, but these errors were encountered: