hyperledger / fabric-samples

Samples for Hyperledger Fabric

Home Page:https://wiki.hyperledger.org/display/fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extension (5) should not be presented in certificate_request

csb123452010 opened this issue · comments

I want deploy the java version asset-transfer-private-date chaincode, and there is a problem:
1
the chaincode container was exited when it built, and the Logspout shows that:
2

my java version is :
openjdk version "11.0.19" 2023-04-18
OpenJDK Runtime Environment (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.19+7-post-Ubuntu-0ubuntu118.04.1, mixed mode, sharing)

Is this an error caused by the Java version?
And how can I solve it?