Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Unable to resolve mandel-contracts path #17

Closed
scottoau opened this issue Jul 20, 2022 · 3 comments
Closed

Unable to resolve mandel-contracts path #17

scottoau opened this issue Jul 20, 2022 · 3 comments

Comments

@scottoau
Copy link

Hi Guys,

Testing DUNE on Intel Mac 2019 and getting the following errors during chain setup.

dune --bootstrap-system Preactivate Features: {"code":500,"message":"Internal Service Error","error":{"code":3250000,"name":"protocol_feature_exception","what":"Protocol feature exception","details":[{"message":"protocol feature with digest '0ec7e080177b2c02b278d5088611686b49d739925a92d9bfcacd7fc6b74053bd' has already been activated","file":"controller.cpp","line_number":1901,"method":"check_protocol_features"}]}} error 2022-07-20T08:13:27.834 cleos main.cpp:4121 operator() ] Failed with error: 0 exception: unspecified Unable to resolve path '/home/www-data/mandel-contracts/build/contracts/eosio.boot' {"path":"/home/www-data/mandel-contracts/build/contracts/eosio.boot","exception":"Dynamic exception type: boost::filesystem::filesystem_error\nstd::exception::what: boost::filesystem::canonical: No such file or directory: \"/home/www-data/mandel-contracts/build/contracts/eosio.boot\"\n"} cleos filesystem.cpp:361 canonical


Checking the container, there is no 'mandel-contracts' directory:

www-data@a16fb3543669:~$ ls -lah total 32K drwxr-xr-x 1 www-data www-data 4.0K Jul 18 04:06 . drwxr-xr-x 1 root root 4.0K Jul 18 04:02 .. -rw-r--r-- 1 www-data www-data 49 Jul 19 13:11 .dune.ctx -rw-r--r-- 1 www-data www-data 621 Jul 18 04:02 config.ini drwxr-xr-x 2 www-data www-data 4.0K Jul 19 13:11 eosio-wallet drwxr-xr-x 1 www-data www-data 4.0K Jul 18 04:04 nodes -rw-r--r-- 1 www-data www-data 0 Jul 19 13:11 test1.out

I'm also receiving an error when trying to use the wallet.

Error 3120006: No available wallet Ensure that you have created a wallet and have it open Error Details: You don't have any wallet!

This is coming together, and I can see where it is going! Great stuff.

@ericpassmore
Copy link

wallet create error covered in issue #15

@stephenpdeos stephenpdeos moved this to Todo in ENF Engineering Jul 21, 2022
@stephenpdeos stephenpdeos added this to the DUNE v1.0 milestone Jul 22, 2022
@larryk85
Copy link

This should be resolved as of v1.0.0-rc1

Repository owner moved this from Todo to Done in ENF Engineering Jul 22, 2022
@scottoau
Copy link
Author

Tested version v1.0.0-rc1 on Intel Mac 2019 error still exists:

❯ ./dune --set-bios-contract 'eosio' error 2022-07-26T04:19:12.649 cleos main.cpp:4121 operator() ] Failed with error: 0 exception: unspecified Unable to resolve path '/home/www-data/mandel-contracts/build/contracts/eosio.bios' {"path":"/home/www-data/mandel-contracts/build/contracts/eosio.bios","exception":"Dynamic exception type: boost::filesystem::filesystem_error\nstd::exception::what: boost::filesystem::canonical: No such file or directory: \"/home/www-data/mandel-contracts/build/contracts/eosio.bios\"\n"} cleos filesystem.cpp:361 canonical

Exec to the container, contracts were found '/app/mandel-contracts', nothing in '/home/www-data'.

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

4 participants