홈>
Linux에서 Hyperledger Fabric 개인 네트워크를 설정하고 ./byfn.sh를 실행하는 동안 메시지가 표시되었습니다
우분투와 도커의 초보자이므로 문제를 해결하기 위해 포트를 변경해야한다고 생각하지만 그렇게 할 수있는 단서는 없습니다. 도움을 주시면 감사하겠습니다.
alaa@ubuntu:~/fabric-samples/first-network$ sudo netstat -pna | grep 7050
tcp6 0 0 :::7050 :::* LISTEN 3682/docker-proxy
포트와 그 docker-proxy를 확인하기 위해 netstat를 가졌습니다
alaa@ubuntu:~/fabric-samples/first-network$ sudo ./byfn.sh up
Starting with channel 'mychannel' and CLI timeout of '10' seconds and CLI delay of '3' seconds
Continue? [Y/n] y
proceeding ...
2019-05-19 14:07:22.820 UTC [main] main -> INFO 001 Exiting.....
LOCAL_VERSION=1.1.0
DOCKER_IMAGE_VERSION=1.1.0
Creating network "net_byfn" with the default driver
Creating volume "net_orderer.example.com" with default driver
Creating volume "net_peer0.org1.example.com" with default driver
Creating volume "net_peer1.org1.example.com" with default driver
Creating volume "net_peer0.org2.example.com" with default driver
Creating volume "net_peer1.org2.example.com" with default driver
Creating orderer.example.com ... error
Creating peer1.org2.example.com ...
Creating peer1.org1.example.com ...
Creating peer0.org1.example.com ...
Creating peer1.org2.example.com ... done
Creating peer1.org1.example.com ... done
Creating peer0.org1.example.com ... done
Creating peer0.org2.example.com ... done
ERROR: for orderer.example.com Cannot start service orderer.example.com: b'driver failed programming external connectivity on endpoint orderer.example.com (60d170dbc933d3c2de9eacd1bb6c7842cf79a52b3a938c9e0e69d1bd55f5e1a9): Error starting userland proxy: listen tcp 0.0.0.0:7050: bind: address already in use'
ERROR: Encountered errors while bringing up the project.
ERROR !!!! Unable to start network
alaa@ubuntu:~/fabric-samples/first-network$ sudo netstat -pna | grep 7050
tcp6 0 0 :::7050 :::* LISTEN 3682/docker-proxy
- 답변 # 1
관련 자료
- Kinesis로 Spring Cloud Stream 시작 오류
- Azure Function Proxy - azure 함수 프록시 - 콜드 스타트 업 :오류 429 너무 많은 요청
- 이온 각도 프록시 반환 오류 404를 찾을 수 없습니다
- c# - 오류 - windows 서비스를 시작하는 동안"[sc] startservice failed 1053"
- kotlin - micronaut 서버 시작 오류 - bean 정의 [orghibernatesessionfactory]를로드 할 수 없습니다
- NGINX 프록시는/api로 시작하는 경로를 위해 별도의 포트로 전달합니다
- docker-postgres를 시작하지 않고 오류를 생성합니다
- xcode - 오류 - 이 앱은 ios 120 sdk로 제작되었습니다 2019 년 3 월부터 app store에 제출 된 모든 ios 앱은 ios 121 sdk로 빌드해야합니다
관련 질문
- docker : github ci에 도커 컨테이너에 들어가기 전에 호스트에서 명령을 실행하는 방법
- Docker는 명령 -명령 행 옵션을 실행하기를 거부했습니다. --Install은 다른 옵션과 함께 사용되지 않습니다.
- linux : Nginx Reverse Proxy SSL 핸드 셰이크 오류
- python : 라이브러리를 설치할 때 Docker 이미지 빌드가 실패합니다. 새 연결을 설정하지 못했습니다. [errno -5] 호스트 이름과 연관된 주소 없음
- Docker 빌드 실제 Docker 파일이 아닌 호스트 Ubuntu 버전에 종속됩니다.
- Docker는 Nginx 프록시 및 정적 파일을 작성합니다
- linux : 레이어 등록 실패 : applyayer 종료 상태 1 stdout : stderr : Remount /, Flags : 0x84000 : 허가가 거부되었습니다.
- ubuntu : EntryPoint 스크립트의 Docker 오류 : "해당 파일 또는 디렉토리 없음"
- image : WSL2 Ubuntu를 사용하는 docker에서 이미지 cloudera /quickstart를 실행하기 위해 extited code 139를 해결하는 방법은 무엇입니까?
- Docker -Django -Ubuntu Server의 호스트 볼륨을 전환 한 후 PermissionError
글쎄, 우선 어떤 종류의 하이퍼 렛저 튜토리얼이든, 공식 링크를 따르는 것이 좋으며, 다른 소스도 대부분 그 소스에서 가져온 것입니다 : https://hyperledger-fabric.readthedocs.io/en/release- 1.4/
둘째, 네트워크를 종료하고 실행중인 모든 컨테이너를 중지 및 제거하고 도커를 다시 시작한 다음 네트워크를 다시 실행하십시오.