Questions tagged [hyperledger-fabric-peer]

10 questions
1
vote
1 answer

could not initialize BCCSP Factories: Could not find default `PKCS11` BCCSP

I am running Hyperledger Fabric v2.2.3 from github release, in Oracle Linux 8.4 https://github.com/hyperledger/fabric/releases/download/v2.3.3/hyperledger-fabric-linux-amd64-2.3.3.tar.gz I am running the orderer and peer without dockers. and I am…
0
votes
0 answers

ClientWait -> committed with status (ENDORSEMENT_POLICY_FAILURE) at peer1-org1:11051

I have very simple hyperledger fabric network (version 2.X) with next configuration: 1 root ca 1 peer 1 orderer without TLS. My content in configtx.yaml file: Organizations: - &org1 Name: org1 ID: org1MSP MSPDir:…
0
votes
0 answers

| gossip.discovery | func1 -> Could not connect to Endpoint: context deadline exceeded | Hyperledger Fabric peers

hope all of you are doing well! Got some issues with Fabric peers when starting a network (5Orgs (1Orderer), 3 peers/org, 1 channel for all of them, RAFT & TLS). Basically when executing peer channel create ..., I get the following logs in the bash…
0
votes
0 answers

Clarification Needed : Docker Containers are Not Releasing Memory

Our migration application is built in java for migrating data into hyperledger fabric 2.2 using Java SDk to connect to HLF Network. We are processing data in batches of 4000 records in a scheduler and scheduler runs after every 1 min interval. We…
0
votes
0 answers

Commit of transaction XXXX failed on peer peer1-org1 with status INVALID_ENDORSER_TRANSACTION

I run hyperledger fabric network with next configuration: 1 fabric-ca 1 orderer 6 peers My common connection profile: name: "Network" version: "1.0" channels: mychannel: orderers: - orderer1-org0 peers: peer1-org0: …
0
votes
1 answer

2022-09-21T11:36:52.296Z - error: [Channel.js]: Error: 14 UNAVAILABLE: failed to connect to all addresses

Help me please! I have hyperledger fabric network with configuration: ca-tls rca-org0 rca-org1 rca-org2 orderer1-org0 (solo) peer1-org1 peer2-org1 peer1-org2 peer2-org2 I have this config.yaml file: name: "Network" version: "1.0" channels: …
Ivan
  • 303
  • 3
  • 13
0
votes
0 answers

administrators must be declared when no admin ou classification is set

I try to create application channel. I launch CLI containers for peers with this docker-compose file, for example: version: '2' networks: fabric-ca: services: cli-org1: container_name: cli-org1 image: hyperledger/fabric-tools:2.4 …
0
votes
1 answer

FORBIDDEN -- config update for existing channel did not pass initial checks: implicit policy evaluation failed

I'm trying to create an application channel for a hyperledger fabric network which consists of: certificate authority for all participants TLS certificate authority for ordering nodes and peers one ordering node one peer node Below is my…
0
votes
1 answer

key-level endorsement policy is not fully-functional in hyperledger fabric

I am setting up the Key-based endorsement policy on Hyperledger fabric v2.3.3. My chaincode endorsement policy is "OR('org1.peer','org2.peer','org3.peer','org4.peer')" and for a very specific key, the endorsement policy is…
0
votes
0 answers

Hyperledger fabric peers throwing vscc error and not committing new blocks

My hyperledger fabric peers are throwing the following vscc error: 2021-08-30 08:25:41.694 UTC [gossip.privdata] StoreBlock -> INFO 242 Received block [84] from buffer channel=assetschannel 2021-08-30 08:25:41.727 UTC [vscc] Validate -> ERRO 243…