evernym / sovrin-environments

Environments for standing up Sovrin for different use cases.
Apache License 2.0
16 stars 24 forks source link

Docker: init_sovrin_node: not found #48

Open rdss-jpupeter opened 6 years ago

rdss-jpupeter commented 6 years ago

Hello,

I'm trying to start the pool via "./pool_start.sh", but in the node_build.sh script i get the following error:

"init_sovrin_node: not found"

The node_build.sh script wants to do a docker build with the node.init.ubuntu.dockerfile but this dockerfile can't execute init_sovrin_node.

Did i miss any prerequisites?

kdenhartog commented 6 years ago

I've received the same error message when trying to complete this setup through docker too. Still haven't resolved the issue, so I've moved to Vagrant for now which appears to be working fine.

dwjohnston commented 6 years ago

Yeah damn, I'm having this issue too.

charyorde commented 6 years ago

+1

nuxibyte commented 6 years ago

I think the script has been renamed to init_indy_node.

I had the same problem so ended up creating this gist to record how I got things working.

https://gist.github.com/nuxibyte/208326d6f7910a4fe2089fa515855411