QT-DevOps / DevOpsIssues

This Repo will be used to demonstrate the Skills & Questions in DevOps
Apache License 2.0
27 stars 130 forks source link

tomcat kitchen converge error in chef #997

Closed Reddy-hub-sudo closed 3 years ago

Reddy-hub-sudo commented 3 years ago

tomcat error

can anyone help me. why this error is coming

bhaskardegala commented 3 years ago

Hi Reddy, From logs it stats that Tomcat group already exists, and my guess was you are using shell/command instead of chef resource. So try using "group" resource so that it will not fail if group exists due to idempotency