-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
indy-node.service: Failed with result 'exit-code' #1766
Comments
@esrefatak, I'm seeing a few things with your configuration.
If you would prefer to use Ubuntu 20.04, here is the v1.13.1-rc2 release you could use. You'll need to register the Hyperledger deb repo to install the packages, as the indy packages are now being published there;
|
@esrefatak, There is also the question of build your own vs use an existing service. There are couple service offerings available for |
In our case, third party services are not affordable as we have really high number of users. Because of high volume transactions, we plan to host our own network. Thanks for your advice.
|
@WadeBarnes For Ubuntu 20.04 ("Focal") what no I need to specify? No info in doc about this detail. I tried "focal" but failed. A stackoverflow post says "use bionic" but i wanted to be sure. |
I provided the repo spec above; #1766 (comment) Here is a more complete example. It's a docker file for simplicity, but gives you the basic steps you'll need to perform:
|
Actually, problem is installing As you can see in following screenshot, it's not exist in sources: Where I can install indy-cli from? For Ubuntu 20.04/focal? |
The better option is to use the containerized |
Closing for now. Please reopen if the issue continues. |
Hi dear Indy Node community,
We plan to use Indy Node for a large-scale project. We are in R&D stage.
We could not start the indy-node service. Error occurs. Here are
systemctl status indy-node
output:Here is
validator.py
status:(Kindly ignore the reachable host list as I unplugged the cable)
Ubuntu version is
16.04.12
in VirtualBox.I installed a network of 3 hosts. Each host contains 1 node.
Here is how I installed it.
And then:
When I execute the
start_indy_node.py
, nothing happens as you can see in the following screenshow. In third host I pressCtrl+C
and executed the validator to check if hosts can see eachother:"Unknown state" turns into "stopped" status time to time.
I attached
/var/log/indy
content:https://transfer.sh/a5f36Y/logs2.tar.gz
We struggle since last week.
Thanks in advance for your helps.
The text was updated successfully, but these errors were encountered: