I have a Microsoft azure project. In this project I deploy 3 cloud services. I have 2 different environments, one for the tests and the other one for the production.
I haven't any problem for the deployment on the test environment, but recently it's impossible to deploy one of my services on production.
Here is the error (with visual studio) :
11:42:49 - Instance 0 of role Test-Worker is busy Details: Starting role... System was initialized successfully. [2015-04-10T09:42:26Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:42:27.927] 11:44:55 - Instance 0 of role Test1-Worker is busy Details: Starting role... System was initialized successfully. [2015-04-10T09:44:29Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:44:31.401] 11:44:55 - Instance 0 of role Test-Worker is busy Details: Initializing role... System was initialized successfully. [2015-04-10T09:44:47Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:44:49.006] 11:47:03 - Instance 0 of role Test1-Worker is restarting Details: Role has encountered an error and has stopped. System was initialized successfully. [2015-04-10T09:46:45Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:46:47.623] 11:47:03 - Instance 0 of role Test-Worker is busy Details: Waiting for role to start... System was initialized successfully. [2015-04-10T09:46:58Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:47:00.230] 11:49:07 - Instance 0 of role Test1-Worker is restarting Details: Role has encountered an error and has stopped. System was initialized successfully. [2015-04-10T09:48:55Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:48:57.005] 11:49:07 - Instance 0 of role Test-Worker is busy Details: Waiting for role to start... System was initialized successfully. [2015-04-10T09:48:58Z] Last role error: exit code - 0, exit time - [2015/04/10, 09:49:00.647]
When I check on the azure console, I can see that indeed my worker instances are busy.
Recently I have updated my azure to sdk2.5, but as it works in test environment I am not sure it is the problem. Any guess ?