英文:
Braid server not finding corda jar files
问题
我正在尝试将我的Braid服务器与我本地的Corda节点连接起来。
节点正在运行,我可以通过终端连接到它。
当我尝试连接Braid服务器时,它无法看到它。
我用于Braid服务器的程序参数如下:localhost:10006 user1 test 10200 3 "/Desktop/work/sample/corda/blockchain/m-cordapp/build/nodes/Owner/cordapps"
Braid服务器终端输出日志。
任何帮助都将不胜感激。
英文:
I am trying to connect my braid server with the local corda node that i have.
The node is working and i am able to connect to it through terminal
when i try to connect the braid server to its not able to see it.
The program argument that i am using for braid server is as follow :localhost:10006 user1 test 10200 3 “/Desktop/work/sample/corda/blockchain/m-cordapp/build/nodes/Owner/cordapps”
Braid server terminal output log.
Any help is really apreciated.
答案1
得分: 2
在您的CorDapps文件夹路径中将“ ”替换为" "。
英文:
Replace “ ”
with " "
in your path to CorDapps folder.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论