Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in
issue
issue
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

  • chainmaker
  • issueissue
  • Issues
  • #561

Closed
Open
Opened Feb 27, 2023 by fei xin@xinfei

permissionedWithKey模式下新增节点错误

  1. 采用permissionedWithKey 模式部署节点。

  2. 采用chainmaker-cryptogen extend-pwk命令扩展一个共识节点

  3. 在启动新的节点出现下面错误

新节点日志:

2023-02-27 17:17:02.619 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY,{Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY: [/ip4/127.0.0.1/tcp/11303]} 2023-02-27 17:17:02.620 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11303 2023-02-27 17:17:02.658 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy,{QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy: [/ip4/127.0.0.1/tcp/11304]} 2023-02-27 17:17:02.658 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11304 2023-02-27 17:17:02.669 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh,{QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh: [/ip4/127.0.0.1/tcp/11302]} 2023-02-27 17:17:02.680 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11302 2023-02-27 17:17:02.684 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5,{QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5: [/ip4/127.0.0.1/tcp/11301]} 2023-02-27 17:17:02.684 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11301 2023-02-27 17:17:02.687 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY: [/ip4/127.0.0.1/tcp/11303]}, times: 11),failed to dial Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY: all dials failed

  • [/ip4/127.0.0.1/tcp/11303] failed to negotiate stream multiplexer: write tcp4 127.0.0.1:11305->127.0.0.1:11303: write: connection reset by peer 2023-02-27 17:17:02.699 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh: [/ip4/127.0.0.1/tcp/11302]}, times: 11),failed to dial QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh: all dials failed
  • [/ip4/127.0.0.1/tcp/11302] failed to negotiate stream multiplexer: write tcp4 127.0.0.1:11305->127.0.0.1:11302: write: connection reset by peer 2023-02-27 17:17:02.755 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy: [/ip4/127.0.0.1/tcp/11304]}, times: 11),failed to dial QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy: all dials failed
  • [/ip4/127.0.0.1/tcp/11304] failed to negotiate stream multiplexer: write tcp4 127.0.0.1:11305->127.0.0.1:11304: write: connection reset by peer 2023-02-27 17:17:02.756 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5: [/ip4/127.0.0.1/tcp/11301]}, times: 11),failed to dial QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5: all dials failed
  • [/ip4/127.0.0.1/tcp/11301] failed to negotiate stream multiplexer: remote error: tls: bad certificate 2023-02-27 17:19:26.690 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY,{Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY: [/ip4/127.0.0.1/tcp/11303]} 2023-02-27 17:19:26.690 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11303 2023-02-27 17:19:26.697 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY: [/ip4/127.0.0.1/tcp/11303]}, times: 12),failed to dial Qma9up9w8WhGb2U7qcUzFm1BiH1hR5hwC6KX96UFPjMGzY: all dials failed
  • [/ip4/127.0.0.1/tcp/11303] failed to negotiate stream multiplexer: remote error: tls: bad certificate 2023-02-27 17:19:26.718 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh,{QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh: [/ip4/127.0.0.1/tcp/11302]} 2023-02-27 17:19:26.718 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11302 2023-02-27 17:19:26.725 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh: [/ip4/127.0.0.1/tcp/11302]}, times: 12),failed to dial QmWsGW6jfZNau1sejJvwSR37e9EssmM2HRKm6wuX8oaBCh: all dials failed
  • [/ip4/127.0.0.1/tcp/11302] failed to negotiate stream multiplexer: remote error: tls: bad certificate 2023-02-27 17:19:26.759 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy,{QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy: [/ip4/127.0.0.1/tcp/11304]} 2023-02-27 17:19:26.760 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11304 2023-02-27 17:19:26.760 [INFO] [Net] cmtls/tls.go:84 SecureOutbound peerInfo:QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5,{QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5: [/ip4/127.0.0.1/tcp/11301]} 2023-02-27 17:19:26.760 [INFO] [Net] cmtls/tls.go:89 SecureOutbound addr:/ip4/127.0.0.1/tcp/11301 2023-02-27 17:19:26.772 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5: [/ip4/127.0.0.1/tcp/11301]}, times: 12),failed to dial QmT4REePwLTfga9qEnn63hrLyCTexudKxgU7d1eqWxS4V5: all dials failed
  • [/ip4/127.0.0.1/tcp/11301] failed to negotiate stream multiplexer: remote error: tls: bad certificate 2023-02-27 17:19:26.773 [INFO] [Net] libp2pnet/libp2p_connection_supervisor.go:186 [ConnSupervisor] try to connect to peer failed(peer: {QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy: [/ip4/127.0.0.1/tcp/11304]}, times: 12),failed to dial QmQLERh5cEBTFFSF77dt591JWogbgpprx8LQTYcARnRxyy: all dials failed
  • [/ip4/127.0.0.1/tcp/11304] failed to negotiate stream multiplexer: write tcp4 127.0.0.1:11305->127.0.0.1:11304: write: connection reset by peer
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: chainmaker/issue#561

Copyright © 2021 ChainMaker Org. All Rights Reserved. 长安链 版权所有。