question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ContinuousWebJobStatus does not have Disabled status

See original GitHub issue

Microsoft.Rest.SerializationException: Unable to deserialize the response. —> Newtonsoft.Json.JsonSerializationException: Error converting value “Disabling” to type ‘System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ContinuousWebJobStatus]’. Path ‘properties.status’, line 1, position 389. —> System.ArgumentException: Requested value ‘Disabling’ was not found.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
FirePhocommented, Jun 9, 2018

There is also no ‘Stopping’ status, although web jobs can be in it

Microsoft.Rest.SerializationException: Unable to deserialize the response. —> Newtonsoft.Json.JsonSerializationException: Error converting value “Stopping” to type ‘System.Nullable`1[Microsoft.Azure.Management.WebSites.Models.ContinuousWebJobStatus]’. Path ‘properties.status’, line 1, position 388. —> System.ArgumentException: Requested value ‘Stopping’ was not found. at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument) at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult) at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) at Newtonsoft.Json.Utilities.EnumUtils.ParseEnumName(String enumText, Boolean isNullable, Type t) at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)

0reactions
msftbot[bot]commented, May 11, 2020

Hi, we’re sending this friendly reminder because we haven’t heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don’t hear back from you within 14 days of this comment the issue will be automatically closed. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to stop the continuous webJob deployed from ...
Click on the web job which is in running status and right-click on it. Select stop and which will stop the web job....
Read more >
What Does Azure WebJob "Pending Restart" Mean?
Usually, it means that the job fails to start (an exception?). Look in the jobs dashboard for logs. Also, make sure that if...
Read more >
Unable to stop continuous webjobs
I just created a web app which doesn't have any webjobs now. Now created a continuous web job which is running successfully.
Read more >
Microsoft Azure Architect Technologies and Design Complete ...
When KUDU was mentioned and you accessed it via the Advanced Tools menu item, ... Then you can have the WebJob continuously monitoring...
Read more >
Create, Run, Stop, Refresh, Logs And Delete WebJob In ...
Click on the web job which is in running status and right-click on it. Select stop and which will stop the web job...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found