"Initializing - Busy - Stopping" LOOP issue in Azure deployement
Posted
by Kushal Waikar
on Stack Overflow
See other posts from Stack Overflow
or by Kushal Waikar
Published on 2010-02-22T19:03:48Z
Indexed on
2010/03/23
12:13 UTC
Read the original article
Hit count: 295
Azure
Hi folks,
I am trying to deploy an azure cloud application on Windows Azure. Application specifications are -->
- It has one WebRole - ASP.Net MVC Application (ASP.Net charting control is used in this MVC application)
- It does not contain any worker role.
- Third party references are set with property "copy Local" to "true"(MVC,ASP Charting control & ASP Provider DLLs)
- There is no DiagnosticsConnectionString in service configuration file
- It uses ASP provider for session state management.
This application runs successfully on local dev fabric but when I try to deploy it on Windows Azure it gets stuck in a loop with status being changed between Initializing, Busy, Stopping states. It never goes into READY state. It seems that there are no ERROR logs for conveying the deployment issues to user.
So is there any way to diagnose deployment issues ? Is there any way to get deployment ERROR logs ?
Any kind of help will be appreciated.
Thanks, Kushal
© Stack Overflow or respective owner