Worker Role throwing NULL Object Exception

Getting an odd NUllObject exception in a worker role.  This role was just added to a cloud service project.  There are several workers in the solution.

It is happening on the Async timer that comes default in all webroles.  I have not modified it at all. 

publicoverridevoidRun()

{All default code for this function}

Is basically throwing a Null Object error when

try
            {
                this.RunAsync(this.cancellationTokenSource.Token).Wait();
            }
            finally
            {
                this.runCompleteEvent.Set();
            }

Attempt to run after the first interval.  I have never needed to change or modify this previously.  Kinda stuck, has anyone else dealt with this?

August 20th, 2015 5:29pm

Hi,

Greetings!!

Thanks for the posting here. With respect your query, you may like to refer this link for creating-and-deploying-worker-role. If this doesn't not help then then please create a Support Ticket and have an Azure Support Professional look into this issue from the backend and determine the root cause.

Best Regards
Prasandhi Kumar

Free Windows Admin Tool Kit Click here and download it now
August 21st, 2015 3:15am

Hi,

Greetings!!

Thanks for the posting here. With respect your query, you may like to refer this link for creating-and-deploying-worker-role. If this doesn't not help then then please create a Support Ticket and have an Azure Support Professional look into this issue from the backend and determine the root cause.

Best Regards
Prasandhi Kumar

August 21st, 2015 7:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics