You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9:56:43 PM | CREATE_FAILED | AWS::ECR::Repository | ContainerAssetsRepository
An error occurred (RepositoryAlreadyExistsException) when calling the CreateRepository operation: The re
pository with name 'cdk-hnb659fds-container-assets-000000000000-us-east-1' already exists in the registr
y with id '000000000000'
❌ Environment aws://000000000000/us-east-1 failed bootstrapping: Error: The stack named CDKToolkit failed to deploy: CREATE_FAILED (An error occurred (RepositoryAlreadyExistsException) when calling the CreateRepository operation: The repository with name 'cdk-hnb659fds-container-assets-000000000000-us-east-1' already exists in the registry with id '000000000000'): An error occurred (RepositoryAlreadyExistsException) when calling the CreateRepository operation: The repository with name 'cdk-hnb659fds-container-assets-000000000000-us-east-1' already exists in the registry with id '000000000000'
at FullCloudFormationDeployment.monitorDeployment (/Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:443:10232)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:448:2104
at async Promise.all (index 0)
at async CdkToolkit.bootstrap (/Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:448:1949)
at async exec4 (/Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:521:52745)
The stack named CDKToolkit failed to deploy: CREATE_FAILED (An error occurred (RepositoryAlreadyExistsException) when calling the CreateRepository operation: The repository with name 'cdk-hnb659fds-container-assets-000000000000-us-east-1' already exists in the registry with id '000000000000'): An error occurred (RepositoryAlreadyExistsException) when calling the CreateRepository operation: The repository with name 'cdk-hnb659fds-container-assets-000000000000-us-east-1' already exists in the registry with id '000000000000'
After running cdk bootstrap again, I'm now getting:
9:59:50 PM | UPDATE_FAILED | AWS::ECR::Repository | ContainerAssetsRepository
'NoneType' object is not a mapping
❌ Environment aws://000000000000/us-east-1 failed bootstrapping: Error: The stack named CDKToolkit failed to deploy: CREATE_FAILED ('NoneType' object is not a mapping): 'NoneType' object is not a mapping
at FullCloudFormationDeployment.monitorDeployment (/Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:443:10232)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:448:2104
at async Promise.all (index 0)
at async CdkToolkit.bootstrap (/Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:448:1949)
at async exec4 (/Users/jeremylewis/.nvm/versions/node/v18.12.1/lib/node_modules/aws-cdk/lib/index.js:521:52745)
The stack named CDKToolkit failed to deploy: CREATE_FAILED ('NoneType' object is not a mapping): 'NoneType' object is not a mapping
The text was updated successfully, but these errors were encountered:
New to localstack and just did an install of everything. Looked fine until receiving an error during bootstrapping with
cdklocal bootstrap
CDK Version: 2.96.2 (build 3edd240)
CDKLocal Version: 2.96.2 (build 3edd240)
LocalStack Version: 2.2.0
After running cdk bootstrap again, I'm now getting:
The text was updated successfully, but these errors were encountered: