0xPolygon / kurtosis-cdk

A Kurtosis package that deploys a private, portable, and modular Polygon CDK devnet
https://docs.polygon.technology/cdk
Apache License 2.0
28 stars 43 forks source link

Issue in Kurtosis Based CDK Deployment on Ubuntu 22.04 #124

Closed gokulsan closed 1 month ago

gokulsan commented 1 month ago

Dear All,

I am facing the following issue with the Polygon CDK setup using Kurtosis CLI. Request your guidance on this error.

kurtosis run --enclave cdk-v1 --args-file params.yml --image-download always . Error: An error occurred running command 'run' Caused by: An error occurred calling the run function for command 'run' Caused by: An error occurred getting the enclave context for enclave 'cdk-v1' Caused by: Unable to create new enclave with name 'cdk-v1' Caused by: An error occurred creating an enclave with name 'cdk-v1' Caused by: rpc error: code = Unknown desc = An error occurred creating new enclave with name 'cdk-v1' Caused by: An error occurred creating new enclave with name 'cdk-v1' using api container image version '' and api container log level 'debug' Caused by: An error occurred creating the logs collector with TCP port number '9713' and HTTP port number '9712' Caused by: An error occurred creating the logs collector with TCP port number '9712' and HTTP port number '9713' Caused by: An error occurred creating the logs collector using the '9713' TCP port number, the '9712' HTTP port number and the los collector container '&{}' Caused by: An error occurred while waiting for the log container to become available

420516460 commented 1 month ago

it looks like you didn't successfully install kurtosis, did you run curl -s https://raw.githubusercontent.com/0xPolygon/kurtosis-cdk/main/scripts/tool_check.sh | bash to check prerequisites?

leovct commented 1 month ago

Hello @gokulsan, have you tried deleting and creating the enclave again?

leovct commented 1 month ago

Closing this issue for now. Feel free to reopen if you are still facing problems!