Closed chinthakamacq closed 9 months ago
Moving over to the backend repo, it looks like there may be an issue with starting the runtime.
Actually @ccastrotrejo can you confirm tomorrow?
I am having exactly the same issue :(
Yes, this is a backend issue @hartra344
@ccastrotrejo and @hartra344, We are facing the same problem. Is there any solution in sight? Thank you.
Hi @ppanchal-mobiz, could you please start the host with --verbose
and look to see if there's any errors. Instead of running the F5
, run the func host start --verbose --port 8000
in the terminal. Please feel free to paste the result of it here or send it to my email ccastrotrejo@microsoft.com
Additionally sometimes this happens if the storage emulator/azurite isn't running, could you please check if this one is running?
Thank you for the reply @ccastrotrejo. I am getting this error while trying to open the workflow designer and it uses port 8001 on my machine. Azurite is also running fine while I do this. Please find the output of running func host start --verboze --port 8001
below.
Azure Functions Core Tools
Core Tools Version: 4.0.4629 Commit hash: N/A (64-bit)
Function Runtime Version: 4.6.1.18388
[2023-12-11T19:49:55.896Z] Building host: startup suppressed: 'False', configuration suppressed: 'False', startup operation id: '818c0e0b-7712-4ef8-b8ff-9ed4917c4218'
[2023-12-11T19:49:55.909Z] Reading host configuration file 'C:\<redacted manually>\Sourcecode\logicapp\host.json'
[2023-12-11T19:49:55.913Z] Host configuration file read:
[2023-12-11T19:49:55.916Z] {
[2023-12-11T19:49:55.919Z] "version": "2.0",
[2023-12-11T19:49:55.921Z] "logging": {
[2023-12-11T19:49:55.925Z] "applicationInsights": {
[2023-12-11T19:49:55.928Z] "samplingSettings": {
[2023-12-11T19:49:55.930Z] "isEnabled": true,
[2023-12-11T19:49:55.932Z] "excludedTypes": "Request"
[2023-12-11T19:49:55.934Z] }
[2023-12-11T19:49:55.936Z] }
[2023-12-11T19:49:55.938Z] },
[2023-12-11T19:49:55.941Z] "extensionBundle": {
[2023-12-11T19:49:55.942Z] "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
[2023-12-11T19:49:55.944Z] "version": "[1.*, 2.0.0)"
[2023-12-11T19:49:55.947Z] }
[2023-12-11T19:49:55.949Z] }
[2023-12-11T19:49:56.033Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language:java
[2023-12-11T19:49:56.050Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language:powershell
[2023-12-11T19:49:56.059Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language:python
[2023-12-11T19:49:56.068Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows
[2023-12-11T19:49:56.081Z] Found a matching extension bundle at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.44.16
[2023-12-11T19:49:56.119Z] Loading functions metadata
[2023-12-11T19:49:56.124Z] Reading functions metadata
[2023-12-11T19:49:56.128Z] Reading functions metadata
[2023-12-11T19:49:56.187Z] 0 functions found
[2023-12-11T19:49:56.193Z] 0 functions found
[2023-12-11T19:49:56.201Z] 0 functions loaded
[2023-12-11T19:49:56.212Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows
[2023-12-11T19:49:56.216Z] Found a matching extension bundle at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.44.16
[2023-12-11T19:49:56.220Z] Fetching information on versions of extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows available on https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/index.json
[2023-12-11T19:49:56.752Z] Skipping bundle download since it already exists at path C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.44.16
[2023-12-11T19:49:56.760Z] Loading extension bundle from C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.44.16\bin
[2023-12-11T19:49:56.762Z] Script Startup resetting load context with base path: 'C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.44.16\bin'.
[2023-12-11T19:49:56.778Z] Loading startup extension 'CosmosDB'
[2023-12-11T19:49:56.989Z] Loaded extension 'CosmosDB' (3.0.10.0)
[2023-12-11T19:49:57.565Z] Loading startup extension 'EventGrid'
[2023-12-11T19:49:57.573Z] Loaded extension 'EventGrid' (3.2.0.0)
[2023-12-11T19:49:57.594Z] Loading startup extension 'EventHubs'
[2023-12-11T19:49:57.605Z] Loaded extension 'EventHubs' (5.1.1.0)
[2023-12-11T19:49:57.609Z] Loading startup extension 'ServiceBus'
[2023-12-11T19:49:57.619Z] Loaded extension 'ServiceBus' (5.13.1.0)
[2023-12-11T19:49:57.622Z] Loading startup extension 'SqlBinding'
[2023-12-11T19:49:57.629Z] Loaded extension 'SqlBinding' (3.0.143.0)
[2023-12-11T19:49:57.636Z] Loading startup extension 'AzureStorageBlobs'
[2023-12-11T19:49:57.645Z] Loaded extension 'AzureStorageBlobs' (5.0.0.0)
[2023-12-11T19:49:57.651Z] Loading startup extension 'AzureStorageQueues'
[2023-12-11T19:49:57.659Z] Loaded extension 'AzureStorageQueues' (5.0.0.0)
[2023-12-11T19:49:57.666Z] Loading startup extension 'AutomationServiceProvider'
[2023-12-11T19:49:57.711Z] Loaded extension 'AutomationServiceProvider' (0.0.0.0)
[2023-12-11T19:49:57.716Z] Loading startup extension 'AzureBlobServiceProvider'
[2023-12-11T19:49:57.723Z] Loaded extension 'AzureBlobServiceProvider' (0.0.0.0)
[2023-12-11T19:49:57.727Z] Loading startup extension 'AzureFileServiceProvider'
[2023-12-11T19:49:57.735Z] Loaded extension 'AzureFileServiceProvider' (0.0.0.0)
[2023-12-11T19:49:57.738Z] Loading startup extension 'QueueServiceProvider'
[2023-12-11T19:49:57.743Z] Loaded extension 'QueueServiceProvider' (1.44.16.0)
[2023-12-11T19:49:57.766Z] Loading startup extension 'AzureTablesServiceProvider'
[2023-12-11T19:49:57.773Z] Loaded extension 'AzureTablesServiceProvider' (1.44.16.0)
[2023-12-11T19:49:57.779Z] Loading startup extension 'CosmosDBServiceProvider'
[2023-12-11T19:49:57.826Z] Loaded extension 'CosmosDBServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.024Z] Loading startup extension 'DB2ServiceProvider'
[2023-12-11T19:49:58.135Z] Loaded extension 'DB2ServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.153Z] Loading startup extension 'EventGridPublisherServiceProvider'
[2023-12-11T19:49:58.161Z] Loaded extension 'EventGridPublisherServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.167Z] Loading startup extension 'EventHubsServiceProvider'
[2023-12-11T19:49:58.174Z] Loaded extension 'EventHubsServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.177Z] Loading startup extension 'FileSystemServiceProvider'
[2023-12-11T19:49:58.182Z] Loaded extension 'FileSystemServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.211Z] Loading startup extension 'FtpServiceProvider'
[2023-12-11T19:49:58.218Z] Loaded extension 'FtpServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.223Z] Loading startup extension 'HostFileServiceProvider'
[2023-12-11T19:49:58.228Z] Loaded extension 'HostFileServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.231Z] Loading startup extension 'JdbcServiceProvider'
[2023-12-11T19:49:58.237Z] Loaded extension 'JdbcServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.239Z] Loading startup extension 'KeyVaultServiceProvider'
[2023-12-11T19:49:58.244Z] Loaded extension 'KeyVaultServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.246Z] Loading startup extension 'MqServiceProvider'
[2023-12-11T19:49:58.252Z] Loaded extension 'MqServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.254Z] Loading startup extension 'SapServiceProvider'
[2023-12-11T19:49:58.258Z] Loaded extension 'SapServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.261Z] Loading startup extension 'ServiceBusServiceProvider'
[2023-12-11T19:49:58.266Z] Loaded extension 'ServiceBusServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.480Z] Loading startup extension 'SftpServiceProvider'
[2023-12-11T19:49:58.488Z] Loaded extension 'SftpServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.519Z] Loading startup extension 'SmtpServiceProvider'
[2023-12-11T19:49:58.524Z] Loaded extension 'SmtpServiceProvider' (0.0.0.0)
[2023-12-11T19:49:58.527Z] Loading startup extension 'SqlServiceProvider'
[2023-12-11T19:49:58.531Z] Loaded extension 'SqlServiceProvider' (1.44.16.0)
[2023-12-11T19:49:58.534Z] Loading startup extension 'WorkflowExtension'
[2023-12-11T19:49:58.551Z] Loaded extension 'WorkflowExtension' (1.44.16.0)
[2023-12-11T19:49:58.654Z] Reading host configuration file 'C:\<redacted manually>\Sourcecode\logicapp\host.json'
[2023-12-11T19:49:58.656Z] Host configuration file read:
[2023-12-11T19:49:58.658Z] {
[2023-12-11T19:49:58.660Z] "version": "2.0",
[2023-12-11T19:49:58.662Z] "logging": {
[2023-12-11T19:49:58.665Z] "applicationInsights": {
[2023-12-11T19:49:58.667Z] "samplingSettings": {
[2023-12-11T19:49:58.669Z] "isEnabled": true,
[2023-12-11T19:49:58.672Z] "excludedTypes": "Request"
[2023-12-11T19:49:58.674Z] }
[2023-12-11T19:49:58.675Z] }
[2023-12-11T19:49:58.677Z] },
[2023-12-11T19:49:58.681Z] "extensionBundle": {
[2023-12-11T19:49:58.682Z] "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
[2023-12-11T19:49:58.693Z] "version": "[1.*, 2.0.0)"
[2023-12-11T19:49:58.709Z] }
[2023-12-11T19:49:58.712Z] }
[2023-12-11T19:49:58.759Z] A host error has occurred during startup operation '818c0e0b-7712-4ef8-b8ff-9ed4917c4218'.
[2023-12-11T19:49:58.777Z] Microsoft.Azure.WebJobs.Extensions.Http: Could not load file or assembly 'System.Net.Http.Formatting, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The
system cannot find the file specified.
Value cannot be null. (Parameter 'provider')
[2023-12-11T19:49:58.809Z] Initialization cancellation requested by runtime.
[2023-12-11T19:49:58.819Z] Stopping host...
[2023-12-11T19:49:58.821Z] Host shutdown completed.
@ppanchal-mobiz Can you also try using an older bundle to rule out a regression in the bundle (we haven't seen this and able to run it locally) but just to confirm. Can you update your host.json extension bundle version from the default [1.*, 2.0..0) to
[1.41.17]
this will download and use the older bundle. Please provide the same logs if this works or doesn't work when starting the host
@AbodeSaafan here is the output after making the suggested changes. Unfortunately, it still did not work. Thank you.
Azure Functions Core Tools
Core Tools Version: 4.0.4629 Commit hash: N/A (64-bit)
Function Runtime Version: 4.6.1.18388
[2023-12-11T21:51:02.403Z] Building host: startup suppressed: 'False', configuration suppressed: 'False', startup operation id: '10641961-fdf7-4e06-b4d5-49d2536184e2'
[2023-12-11T21:51:02.435Z] Reading host configuration file 'C:\<redacted manually>\Sourcecode\logicapp\host.json'
[2023-12-11T21:51:02.440Z] Host configuration file read:
[2023-12-11T21:51:02.452Z] {
[2023-12-11T21:51:02.462Z] "version": "2.0",
[2023-12-11T21:51:02.467Z] "logging": {
[2023-12-11T21:51:02.469Z] "applicationInsights": {
[2023-12-11T21:51:02.472Z] "samplingSettings": {
[2023-12-11T21:51:02.477Z] "isEnabled": true,
[2023-12-11T21:51:02.481Z] "excludedTypes": "Request"
[2023-12-11T21:51:02.483Z] }
[2023-12-11T21:51:02.486Z] }
[2023-12-11T21:51:02.488Z] },
[2023-12-11T21:51:02.500Z] "extensionBundle": {
[2023-12-11T21:51:02.503Z] "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
[2023-12-11T21:51:02.512Z] "version": "[1.41.17]"
[2023-12-11T21:51:02.516Z] }
[2023-12-11T21:51:02.518Z] }
[2023-12-11T21:51:02.639Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language:java
[2023-12-11T21:51:02.683Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language:powershell
[2023-12-11T21:51:02.702Z] FUNCTIONS_WORKER_RUNTIME set to node. Skipping WorkerConfig for language:python
[2023-12-11T21:51:02.727Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows
[2023-12-11T21:51:02.752Z] Fetching information on versions of extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows available on https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/index.json
[2023-12-11T21:51:03.378Z] Loading functions metadata
[2023-12-11T21:51:03.383Z] Reading functions metadata
[2023-12-11T21:51:03.388Z] Reading functions metadata
[2023-12-11T21:51:03.506Z] 0 functions found
[2023-12-11T21:51:04.108Z] 0 functions found
[2023-12-11T21:51:04.156Z] 0 functions loaded
[2023-12-11T21:51:04.188Z] Looking for extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows
[2023-12-11T21:51:04.259Z] Fetching information on versions of extension bundle Microsoft.Azure.Functions.ExtensionBundle.Workflows available on https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/index.json
[2023-12-11T21:51:04.490Z] Downloading extension bundle from https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/1.41.17/Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.41.17_any-any.zip to C:\Users\<redacted manually>\AppData\Local\Temp\b59b6703-452a-4b86-9a65-458e40b2f1e2\Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.41.17.zip
[2023-12-11T21:51:37.248Z] Completed downloading extension bundle from https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle.Workflows/1.41.17/Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.41.17_any-any.zip to C:\Users\<redacted manually>\AppData\Local\Temp\b59b6703-452a-4b86-9a65-458e40b2f1e2\Microsoft.Azure.Functions.ExtensionBundle.Workflows.1.41.17.zip[2023-12-11T21:51:37.259Z] Extracting extension bundle at C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.41.17
[2023-12-11T21:51:52.063Z] Zip extraction complete
[2023-12-11T21:51:52.458Z] Loading extension bundle from C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.41.17\bin
[2023-12-11T21:51:52.592Z] Script Startup resetting load context with base path: 'C:\Users\<redacted manually>\.azure-functions-core-tools\Functions\ExtensionBundles\Microsoft.Azure.Functions.ExtensionBundle.Workflows\1.41.17\bin'.
[2023-12-11T21:51:53.361Z] Loading startup extension 'CosmosDB'
[2023-12-11T21:51:54.318Z] Loaded extension 'CosmosDB' (3.0.10.0)
[2023-12-11T21:51:54.421Z] Loading startup extension 'EventGrid'
[2023-12-11T21:51:54.873Z] Loaded extension 'EventGrid' (3.2.0.0)
[2023-12-11T21:51:55.021Z] Loading startup extension 'EventHubs'
[2023-12-11T21:51:55.521Z] Loaded extension 'EventHubs' (5.1.1.0)
[2023-12-11T21:51:55.586Z] Loading startup extension 'ServiceBus'
[2023-12-11T21:51:55.700Z] Loaded extension 'ServiceBus' (5.13.1.0)
[2023-12-11T21:51:55.706Z] Loading startup extension 'SqlBinding'
[2023-12-11T21:51:55.763Z] Loaded extension 'SqlBinding' (3.0.143.0)
[2023-12-11T21:51:55.766Z] Loading startup extension 'AzureStorageBlobs'
[2023-12-11T21:51:55.818Z] Loaded extension 'AzureStorageBlobs' (5.0.0.0)
[2023-12-11T21:51:55.835Z] Loading startup extension 'AzureStorageQueues'
[2023-12-11T21:51:56.020Z] Loaded extension 'AzureStorageQueues' (5.0.0.0)
[2023-12-11T21:51:56.682Z] Loading startup extension 'AutomationServiceProvider'
[2023-12-11T21:51:57.055Z] Loaded extension 'AutomationServiceProvider' (0.0.0.0)
[2023-12-11T21:51:57.114Z] Loading startup extension 'AzureBlobServiceProvider'
[2023-12-11T21:51:57.278Z] Loaded extension 'AzureBlobServiceProvider' (0.0.0.0)
[2023-12-11T21:51:57.311Z] Loading startup extension 'AzureFileServiceProvider'
[2023-12-11T21:51:57.571Z] Loaded extension 'AzureFileServiceProvider' (0.0.0.0)
[2023-12-11T21:51:57.876Z] Loading startup extension 'QueueServiceProvider'
[2023-12-11T21:51:58.023Z] Loaded extension 'QueueServiceProvider' (1.41.17.0)
[2023-12-11T21:51:58.028Z] Loading startup extension 'AzureTablesServiceProvider'
[2023-12-11T21:51:58.162Z] Loaded extension 'AzureTablesServiceProvider' (1.41.17.0)
[2023-12-11T21:51:58.169Z] Loading startup extension 'CosmosDBServiceProvider'
[2023-12-11T21:51:58.284Z] Loaded extension 'CosmosDBServiceProvider' (1.41.17.0)
[2023-12-11T21:51:58.309Z] Loading startup extension 'DB2ServiceProvider'
[2023-12-11T21:51:58.435Z] Loaded extension 'DB2ServiceProvider' (1.41.17.0)
[2023-12-11T21:51:58.446Z] Loading startup extension 'EventGridPublisherServiceProvider'
[2023-12-11T21:51:58.825Z] Loaded extension 'EventGridPublisherServiceProvider' (0.0.0.0)
[2023-12-11T21:51:59.034Z] Loading startup extension 'EventHubsServiceProvider'
[2023-12-11T21:51:59.209Z] Loaded extension 'EventHubsServiceProvider' (1.41.17.0)
[2023-12-11T21:51:59.213Z] Loading startup extension 'FileSystemServiceProvider'
[2023-12-11T21:51:59.352Z] Loaded extension 'FileSystemServiceProvider' (0.0.0.0)
[2023-12-11T21:51:59.383Z] Loading startup extension 'FtpServiceProvider'
[2023-12-11T21:51:59.533Z] Loaded extension 'FtpServiceProvider' (0.0.0.0)
[2023-12-11T21:51:59.605Z] Loading startup extension 'HostFileServiceProvider'
[2023-12-11T21:51:59.863Z] Loaded extension 'HostFileServiceProvider' (1.41.17.0)
[2023-12-11T21:52:00.067Z] Loading startup extension 'JdbcServiceProvider'
[2023-12-11T21:52:00.206Z] Loaded extension 'JdbcServiceProvider' (0.0.0.0)
[2023-12-11T21:52:00.259Z] Loading startup extension 'KeyVaultServiceProvider'
[2023-12-11T21:52:00.400Z] Loaded extension 'KeyVaultServiceProvider' (0.0.0.0)
[2023-12-11T21:52:00.415Z] Loading startup extension 'MqServiceProvider'
[2023-12-11T21:52:00.630Z] Loaded extension 'MqServiceProvider' (1.41.17.0)
[2023-12-11T21:52:00.717Z] Loading startup extension 'SapServiceProvider'
[2023-12-11T21:52:01.130Z] Loaded extension 'SapServiceProvider' (1.41.17.0)
[2023-12-11T21:52:01.295Z] Loading startup extension 'ServiceBusServiceProvider'
[2023-12-11T21:52:01.457Z] Loaded extension 'ServiceBusServiceProvider' (1.41.17.0)
[2023-12-11T21:52:01.462Z] Loading startup extension 'SftpServiceProvider'
[2023-12-11T21:52:01.602Z] Loaded extension 'SftpServiceProvider' (0.0.0.0)
[2023-12-11T21:52:01.606Z] Loading startup extension 'SmtpServiceProvider'
[2023-12-11T21:52:01.741Z] Loaded extension 'SmtpServiceProvider' (0.0.0.0)
[2023-12-11T21:52:01.765Z] Loading startup extension 'SqlServiceProvider'
[2023-12-11T21:52:01.945Z] Loaded extension 'SqlServiceProvider' (1.41.17.0)
[2023-12-11T21:52:01.956Z] Loading startup extension 'WorkflowExtension'
[2023-12-11T21:52:02.353Z] Loaded extension 'WorkflowExtension' (1.41.17.0)
[2023-12-11T21:52:03.423Z] Reading host configuration file 'C:\<redacted manually>\Sourcecode\logicapp\host.json'
[2023-12-11T21:52:03.425Z] Host configuration file read:
[2023-12-11T21:52:03.427Z] {
[2023-12-11T21:52:03.432Z] "version": "2.0",
[2023-12-11T21:52:03.453Z] "logging": {
[2023-12-11T21:52:03.471Z] "applicationInsights": {
[2023-12-11T21:52:03.490Z] "samplingSettings": {
[2023-12-11T21:52:03.514Z] "isEnabled": true,
[2023-12-11T21:52:03.516Z] "excludedTypes": "Request"
[2023-12-11T21:52:03.519Z] }
[2023-12-11T21:52:03.521Z] }
[2023-12-11T21:52:03.661Z] },
[2023-12-11T21:52:03.666Z] "extensionBundle": {
[2023-12-11T21:52:03.674Z] "id": "Microsoft.Azure.Functions.ExtensionBundle.Workflows",
[2023-12-11T21:52:03.676Z] "version": "[1.41.17]"
[2023-12-11T21:52:03.684Z] }
[2023-12-11T21:52:03.732Z] }
[2023-12-11T21:52:03.809Z] A host error has occurred during startup operation '10641961-fdf7-4e06-b4d5-49d2536184e2'.
[2023-12-11T21:52:03.821Z] Microsoft.Azure.WebJobs.Extensions.Http: Could not load file or assembly 'System.Net.Http.Formatting, Version=5.2.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The
system cannot find the file specified.
Value cannot be null. (Parameter 'provider')
[2023-12-11T21:52:03.883Z] Initialization cancellation requested by runtime.
[2023-12-11T21:52:03.894Z] Stopping host...
[2023-12-11T21:52:03.896Z] Host shutdown completed.
@ppanchal-mobiz It doesn't seem like it is due to the bundle.
Thank you. My client's company policies are stopping me from updating the function core tools on my RDP. I will try it when I have the right access.
This issue is stale because it has been open for 45 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Describe the Bug with repro steps
Open designer Then Logic app standard extension output giving following error.
_Azure Functions Core Tools Core Tools Version: 4.0.4544 Commit hash: N/A (64-bit) Function Runtime Version: 4.3.2.18186
Value cannot be null. (Parameter 'provider') [2023-11-05T22:37:04.891Z] Host unavailable after check. Returning error. 9:39:01 AM: Running command: "func host start --port 8000"...
Azure Functions Core Tools Core Tools Version: 4.0.4544 Commit hash: N/A (64-bit) Function Runtime Version: 4.3.2.18186
9:40:04 AM: Error: connect ECONNREFUSED 127.0.0.1:8000 Value cannot be null. (Parameter 'provider') [2023-11-05T22:41:23.796Z] Host unavailable after check. Returning error._
What type of Logic App Is this happening in?
Standard (VSCode)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
No response
Screenshots or Videos
No response
Browser
Chrome
Additional context
No response
AB#26137119