Hi,
I am trying to use knife to upload a cookbook to Chef server, and for this one cookbook, I am getting a 500 error:
PS C:\Users\Administrator\chef-repo> knife cookbook upload create_domain
Uploading create_domain [0.2.0]
ERROR: Server returned error 500 for https://chefserver.whatever.com/organizations/chefadmins/sandboxes/2564c9cd75
1b0c87708a0d3ca0, retrying 1/5 in 4s
ERROR: Server returned error 500 for https://chefserver.whatever.com/organizations/chefadmins/sandboxes/2564c9cd75
1b0c87708a0d3ca0, retrying 2/5 in 7s
ERROR: Server returned error 500 for https://chefserver.whatever.com/organizations/chefadmins/sandboxes/2564c9cd75
1b0c87708a0d3ca0, retrying 3/5 in 10s
ERROR: Server returned error 500 for https://chefserver.whatever.com/organizations/chefadmins/sandboxes/2564c9cd75
1b0c87708a0d3ca0, retrying 4/5 in 18s
ERROR: Server returned error 500 for https://chefserver.whatever.com/organizations/chefadmins/sandboxes/2564c9cd75
1b0c87708a0d3ca0, retrying 5/5 in 60s
ERROR: internal server error
Response: internal service error
I have rebooted/restarted the Chef server. Also, it seems like it is only happening on this one cookbook.
Can anyone tell me what might be causing this error? How can I diagnose/get more info about what might be causing the problem?
Thanks,
Jim