Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive "The Stack (###) already exists" Error when running "aliyun ros CreateStack" #557

Closed
QYongHao opened this issue Nov 24, 2022 · 1 comment

Comments

@QYongHao
Copy link

  • Command Format: Ubuntu Terminal

  • Execution Command:

 aliyun ros CreateStack \
 --StackName ### \
 --TimeoutInMinutes ### \
 --TemplateURL oss://### \
 --Parameters.1.ParameterKey ###\
 --Parameters.1.ParameterValue ###  \
 --Parameters.2.ParameterKey ###\
 --Parameters.2.ParameterValue ###
  • Output:
ERROR: SDK.ServerError
ErrorCode: StackExists
Recommend: https://next.api.aliyun.com/troubleshoot?q=StackExists&product=ROS
RequestId: 50FEFA9B-09A7-5721-8C8F-F51AFE885EBB
Message: The Stack (###) already exists.

Receive an error when running aliyun ros CreateStack saying that the stack already exists. The stack appears to be synthesizing correctly when I check the ROS console, so this is not a big deal. But still strange to get an error when nothing is going wrong with the deployment.

@JacksonTian
Copy link
Contributor

Recommend: https://next.api.aliyun.com/troubleshoot?q=StackExists&product=ROS

You can visit the troubleshoot link to get reason/solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants