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.

App Service error HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure

See original GitHub issue

Describe the bug

When I deploy my bot to Azure after using the script provisionComposer the created App Service shows “HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure”

Version

Release: 1.1.1

Browser

  • Electron distribution
  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to new project > choose template echo bot
  2. Run the provisionComposer
node provisionComposer.js --subscriptionId=<my sub> --name=<bot name> --appPassword=<pass> --tenantId=<my tenant>
  1. Open Composer go to deploy add new deploy with the JSON from provisionComposer
  2. Publish to Azure
  3. Go to the App Service and you will see the error OR try to use the Web Chat test window.

Expected behavior

App Service should be working.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
rviveiroscommented, Oct 5, 2020

@rviveiros unfortunately nothing in that log tells us what is really happening. Have you been able to publish again since the first time?

No, I didn’t had the chance to try again. To solve my problem I’ve created a new bot using empty template on visual studio then I dinamicaly add the adaptative dialog exported from composer. It’s working perfect for my purposes, gives me control and flexibility.

0reactions
stevengumcommented, Oct 19, 2020

Closing as @rviveiros has been unblocked. @krusejan if you’re still running into this issue please file a new issue and provide the necessary information.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure ...
HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure (Windows Server) ... The main cause for this problem is not having previously installed the...
Read more >
ANCM Out-Of-Process Startup Failure in Asp.net Core
HTTP error 502.5 process failure: Every developer while developing any application, just hates the error screen. It will become a nightmare ...
Read more >
Azure App Service: 502.5 – ANCM Out-Of-Process Startup ...
If I use the connection string to connect to the App Configuration service, I do not have any problems when deployed to an...
Read more >
Azure App Service dotnet core 2.2 - HTTP Error 502.5 - ANCM ...
When I deployed my webb app to azure it would not start and gave the following error. HTTP Error 502.5 - ANCM Out-Of-Process...
Read more >
HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure. Getting error while running .net core web api , running api on IIS Express.
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