ot-node
ot-node copied to clipboard
(Did a fresh install, installer does not work) WARN: Cannot connect to Triple store (GraphDB), retry number: 4/10. Retrying in 10 seconds again.
Issue description
Did a totally new install (rebuild DigitalOcean droplet) today on 31 July 2022.
WARN: Cannot connect to Triple store (GraphDB), retry number: 4/10. Retrying in 10 seconds again. otnode.service: Main process exited, code=exited, status=1/FAILURE otnode.service: Failed with result 'exit-code'.
Steps to reproduce the problem
- Rebuild Digital Ocean droplet (starting totally anew)
- Followed the setup instructions (Dockerless) here at: https://docs.origintrail.io/layer-2-dkg-v6-beta/testnet-node-setup-instructions/setup-instructions-dockerless
- Tried both Blazegraph & Fuseki (same issue)
Specifications
Ubuntu 22.04 x64
Error logs
WARN: Cannot connect to Triple store (GraphDB), retry number: 4/10. Retrying in 10 seconds again. otnode.service: Main process exited, code=exited, status=1/FAILURE otnode.service: Failed with result 'exit-code'.
Disclaimer
Please be aware that the issue reported on a public repository allows everyone to see your node logs, node details, and contact details. If you have any sensitive information, feel free to share it by sending an email to [email protected].
This is a known issue among the community. There's an extra comma that got inserted into the origintrail config file. The team will merge it on the next update. Here's a temporary fix :
==== TEMPORARY FIX TO INSTALLER ===== A syntax error got introduced to the config file, if you installed using the 1.37 or 1.38 installer and got an error, do the following:
rm -rf /root/ot-node /root/blazegraph* /root/fuseki /root/apache* systemctl stop otnode blazegraph fuseki mysql -u root -e "DROP DATABASE operationaldb"
then, input this new one liner:
apt install git -y && cd /root && wget https://raw.githubusercontent.com/Valcyclovir/ot-node/v6/develop/.origintrail_noderc_example && wget https://raw.githubusercontent.com/Valcyclovir/ot-node/v6/develop/installer/installer.sh && chmod +x installer.sh && . installer.sh
This issue is being closed as inactive due to the date of the last activity on it. If you believe this is still a problem, please create a new issue and confirm that it is reproducible in the current ot-node release version. We are working towards closing open issues that meet specific criteria and ask you to create a new one for those that that are truly bugs in current release. We'll be monitoring those issues so that they are properly managed.
Thank you, OriginTrail Team