Monday, 15 April 2013

c# - What causes "Role Instances are taking longer than expected" error with Azure SDK 2.4? -



c# - What causes "Role Instances are taking longer than expected" error with Azure SDK 2.4? -

i getting infamous "role instances taking longer expected" error when trying start azure project single worker role. used work before, started failing without apparent reasons between 2 debug sessions.

i tried create brand new solution new azure project , default worker role, fails start.

i have found numerous other questions , forum posts discussing topic, of them outdated , none of suggestions worked.

i found no relevant message in event logs, error message found in c:\users\username\appdata\local\dftmp\emulatorruntimelogs\errorruntime.log, contains lots of lines this:

[00006892:00014472, 2014/10/16, 18:40:45.247, error] failed create fsrm quota manager instance.

the output role in compute emulator displays next log indefinitely:

[fabric] role instance: deployment24(4).mysolution.myproject.mysolution.myproject.0 [fabric] role state busy [fabric] role state aborted [fabric] role state busy [fabric] role state aborted [fabric] role state busy [fabric] role state aborted [fabric] role state busy ...

do have suggestions can cause error latest 2.4 version of azure sdk?

i solved removing startup tasks servicedefinition.csdef

c# azure azure-worker-roles azure-compute-emulator

No comments:

Post a Comment