App Service error HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
See original GitHub issueDescribe 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:
- Go to new project > choose template echo bot
- Run the provisionComposer
node provisionComposer.js --subscriptionId=<my sub> --name=<bot name> --appPassword=<pass> --tenantId=<my tenant>
- Open Composer go to deploy add new deploy with the JSON from provisionComposer
- Publish to Azure
- 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:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.