You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./deploy.sh reports missing resources/conf: ./deploy.sh: line 109: cd: [..]/weid-build-tools/resources/conf: No such file or directory
After I create resources/conf: ERROR : fisco bcos version is 3.0. encrypt type is ECDSA, ca.crt, sdk.crt and sdk.key are needed.
After I copy missing files from fisco/nodes/127.0.0.1/sdk into resources/conf :
Not found available log config(./clog.ini or ./conf/clog.ini), use the default configuration items
Exception in thread "main" com.webank.weid.blockchain.exception.WeIdBaseException. Error code = 160007, Error message : the ConfigOption build fail.
at com.webank.weid.blockchain.service.fisco.server.v3.WeServerV3.initBcosSdk(WeServerV3.java:343)
[...]
at com.webank.weid.command.DeployContract.main(DeployContract.java:57)
After I copy run.config to clog.ini:
Exception in thread "main" com.webank.weid.blockchain.exception.WeIdBaseException. Error code = 160007, Error message : the ConfigOption build fail.
at com.webank.weid.blockchain.service.fisco.server.v3.WeServerV3.initBcosSdk(WeServerV3.java:343)
[...]
at com.webank.weid.command.DeployContract.main(DeployContract.java:57)
Here I'm stuck. What should I do to deploy? Is there updated docs?
The text was updated successfully, but these errors were encountered:
I'm following https://weidentity.readthedocs.io/zh-cn/latest/docs/weidentity-build-with-deploy.html to deploy (with Google Translate).
Versions used:
Problem
./deploy.sh
reports missingresources/conf
:./deploy.sh: line 109: cd: [..]/weid-build-tools/resources/conf: No such file or directory
After I create
resources/conf
:ERROR : fisco bcos version is 3.0. encrypt type is ECDSA, ca.crt, sdk.crt and sdk.key are needed.
After I copy missing files from
fisco/nodes/127.0.0.1/sdk
intoresources/conf
:After I copy
run.config
toclog.ini
:Here I'm stuck. What should I do to deploy? Is there updated docs?
The text was updated successfully, but these errors were encountered: