Wednesday, June 6, 2018

Web services not running on Azure suddenly with error '-2147023436'

Suddenly on 06/06/2018 around 7:20am UTC), our Azure application services stopped running.  We were seeing the following error:

Process '5324' failed to start.
Port = 29399
Error Code = '-2147023436'.

Restarting the services doesn't help.

Error on eventlog.xml dumped as -

<Events>
    <Event>
        <System>
            <Provider Name="HttpPlatformHandler"/>
            <EventID>1000</EventID>
            <Level>1</Level>
            <Task>0</Task>
            <Keywords>Keywords</Keywords>
            <TimeCreated SystemTime="2018-06-06T01:35:40Z"/>
            <EventRecordID>137600031</EventRecordID>
            <Channel>Application</Channel>
            <Computer>RDXXXXXXXX</Computer>
            <Security/>
        </System>
        <EventData>
            <Data>Process '3408' failed to start. Port = 14790, Error Code = '-2147023436'.</Data>
        </EventData>
    </Event>
    <Event>
We spend over 8 hours to figure out the issue as we have few live company on the service as a customer. It was hail storm. But whatever, I was able to find the root cause and it seems like it is the issue of Microsoft Azure services itself. Reason was they have updated their app services to work with only newest jetty for web container and minor java version to newest as must requirement. And no notification for that change.

So if you ever face this issue please go to the application setting from the https://portal.azure.com and set the recommended setting that I have mentioned.

No comments:

Post a Comment

How to Generate and use the ssh key on Gerrit, github.io, gitlab, and bitbucket.

 Details can be found here -