EvernodeXRPL / evernode-test-resources

0 stars 0 forks source link

Installation failed - Error occurred getting registry address #13

Open riderofthestorm77 opened 4 months ago

riderofthestorm77 commented 4 months ago

Upgrade went fine. Transfer went fine.

Installation failed with the following error: "Error occurred getting registry address".

I have attached both screenshot from the terminal and also the log.

installer-1707836698.log

Error_Registry_Address
go140point6 commented 4 months ago

I experienced exact error as well. The only log I found was similar to what was posted above, last entry Grub already configured. This was a same-host install after doing a transfer and there were some errors before hitting this final fatal error:

Creating Message-board User...

Do you want to use the default key file path /home/sashimbxrpl/.evernode-host/.host-account-secret.key to save the new account key? [Y/n] y

The file '/home/sashimbxrpl/.evernode-host/.host-account-secret.key' already exists. Do you want to continue using that key file?
Pressing 'n' would terminate the installation. [Y/n] y

Continuing with the existing key file.
Retrived account details via secret.

Account setup is complete.
(standard_in) 1: syntax error
(standard_in) 2: syntax error
(standard_in) 2: syntax error
(standard_in) 2: syntax error
(standard_in) 2: illegal character: :
(standard_in) 2: illegal character: :
(standard_in) 3: syntax error
(standard_in) 3: illegal character: :
(standard_in) 3: syntax error
(standard_in) 3: illegal character: :
(standard_in) 3: syntax error
(standard_in) 3: illegal character: :
(standard_in) 4: syntax error
(standard_in) 4: illegal character: :
(standard_in) 4: syntax error
(standard_in) 4: illegal character: :
(standard_in) 4: syntax error
(standard_in) 4: illegal character: :
(standard_in) 5: illegal character: :
(standard_in) 5: syntax error
(standard_in) 1: syntax error
Your host account with the address r4sKaQFup84fp7rbahiLq984tYSy1J9LCv will be on Xahau devnet.
The secret key of the account is located at /home/sashimbxrpl/.evernode-host/.host-account-secret.key.
NOTE: It is your responsibility to safeguard/backup this file in a secure manner.
If you lose it, you will not be able to access any funds in your Host account. NO ONE else can recover it.

This is the account that will represent this host on the Evernode host registry. You need to load up the account with following funds in order to continue with the installation.
(*) At least 0.00000001 EVR to cover Evernode registration.

You can scan the following QR code in your wallet app to send funds based on the account condition:

Preparing host account...

Waiting for the process to complete...
Account preparation is successfull.

In order to register in Evernode you need to have 0.00000001 EVR balance in your host account. Please deposit the required registration fee in EVRs.
You can scan the provided QR code in your wallet app to send funds:

Waiting for the process to complete...
32144.94483294479 EVR balance is there in your host account.

Setup will now begin the installation. Continue? [Y/n] y

Starting installation...
Installing other prerequisites...
Installing dependencies
Configuring fstab
Configuring fuse
Configuring cgroup rules engine
Configuring grub
Installing Sashimono...
Downloading setup support files...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  879k  100  879k    0     0  1373k      0 --:--:-- --:--:-- --:--:-- 1373k
Done.

Error occurred getting registry address.
riderofthestorm77 commented 4 months ago

I did not have those "errors" that you had during the script (illegal character. Error syntax). My script went fine all up until the last Error (getting registry address). I did all default values, also didnt ask for a secondary Xahau node. But I did put 200 XAH drops as a extra fee when heavy load. That was the only thing I did beside following default inputs.

Wanted to mention this because even though we had the same error at the end, I did not have the errors you seem to encounter earlier in the script.

gadget78 commented 4 months ago

Account setup is complete. (standard_in) 1: syntax error (standard_in) 2: syntax error (standard_in) 2: syntax error (standard_in) 2: syntax error (standard_in) 2: illegal character: : (standard_in) 2: illegal character: : (standard_in) 3: syntax error (standard_in) 3: illegal character: : (standard_in) 3: syntax error (standard_in) 3: illegal character: : (standard_in) 3: syntax error (standard_in) 3: illegal character: :

i also had these (standard_in) errors when i did a install as well... i had issue with the rippled server too ... i must of typo'ed something ? .. wasn't able to cat /etc/sashimono/mb-xrpl/mb-xrpl.cfg to find what the address was saved as ? as that file didn't exist ?

EDIT.. realised that file wont be there yet, as it hasnt got to that part of the install, also of note, i was in the standard logged in user, when i re-did the install i was logged in with su (sudo su -) only realised this after, i will try re-create this if needs be ?

(standard_in) 6: syntax error
(standard_in) 7: syntax error
(standard_in) 7: syntax error
(standard_in) 7: illegal character: :
(standard_in) 7: illegal character: :
(standard_in) 8: syntax error
(standard_in) 8: syntax error
(standard_in) 8: syntax error
(standard_in) 8: illegal character: :
(standard_in) 8: illegal character: :
(standard_in) 9: syntax error
(standard_in) 9: syntax error
(standard_in) 9: illegal character: :
(standard_in) 9: illegal character: :
(standard_in) 10: illegal character: :
(standard_in) 10: syntax error
(standard_in) 11: syntax error
<snip>
Preparing host account...

Waiting for the process to complete...
Error occurred while re-connecting to the primary server
ValidationError: server URI must start with `wss://`, `ws://`, `wss+unix://`, or `ws+unix://`.
    at new Client (/tmp/evernode-setup-helpers/jshelper/index.js:52:94231)
    at #T (/tmp/evernode-setup-helpers/jshelper/index.js:40:158490)
    at async Promise.all (index 1)
    at async #N (/tmp/evernode-setup-helpers/jshelper/index.js:40:159844)
    at async XrplApi.connect (/tmp/evernode-setup-helpers/jshelper/index.js:40:160890)
    at async prepare-host (/tmp/evernode-setup-helpers/jshelper/index.js:52:390059)
    at async app (/tmp/evernode-setup-helpers/jshelper/index.js:52:394251) {
  data: undefined
}
sorudev commented 4 months ago

encountered same error