Question Start role failed for one or more roles

  • Thursday, March 17, 2011 4:18 PM
     
     

    I can't run the Windows Azure Hello World sample. It gives me the following error:

    "Start role failed for one or more roles".

    I put the project in the root of my D drive to be sure that path length is not an issue. I also cleared the Azure temp folder.

    I am using the newly released version 1.4 of the SDK.


    Cool clipboard manager that I made: http://flamefusion.net/software/shapeshifter

All Replies

  • Thursday, March 17, 2011 5:27 PM
     
     

    Mathias,

    This page shows how to get some more details on the error that may help:

    http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/89a31471-0540-4077-9c5f-9739d5416b76/


    Windows Azure Application Monitoring - http://www.voclare.com

     

  • Thursday, March 17, 2011 11:49 PM
     
     

    I followed all the instructions in the given post. None of it works.

    Starting the project as a worker role does not work either. It doesn't even get to the execution of the code. Running it without debugging doesn't help either.

    It's incredible that Microsoft does nothing to fix this problem. I've seen it everywhere! A lot of people has it!

    The worst part is the error message itself. It doesn't seem like there is any form of logfile, and it is not providing me with a detailed error message. If I knew what was wrong, I could have fixed it myself easily. But with this error-message, they leave me guessing what's wrong, and brute-forcing every type of fix to get it working.

    Any other ideas on how to fix this issue? It's bugging me quite a lot.


    Cool clipboard manager that I made: http://flamefusion.net/software/shapeshifter
  • Friday, March 18, 2011 7:16 AM
    Moderator
     
     

    Hi Mathias,

    Can you provide the helloworld project code, or a link to this sample? My mailbox: v-molia[at]microsoft[dot]com

    Thanks,


    Mog Liang
    Please mark the replies as answers if they help or unmark if not.
    If you have any feedback about my replies, please contact msdnmg@microsoft.com.
    Microsoft One Code Framework
  • Friday, March 18, 2011 9:30 AM
     
     

    Hi Mathias,

    You can use Azure IntelliTrace to debug deployment issues. By using it, you can get the detailed error message. Please see Azure IntelliTrace.

    Thanks,