使用MQ Connector重新启动Logic App时的BadGateway [英] BadGateway when restarting Logic App with MQ Connector

查看:128
本文介绍了使用MQ Connector重新启动Logic App时的BadGateway的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个简单的逻辑应用程序,该应用程序使用MQ连接器从MQ中提取(每1s重复一次,批大小为100),然后写入CosmosDB.以大约55/s的平均速度测试10-15分钟后,我禁用了逻辑应用程序几分钟.当我开始的时候 再次启动,我收到502 BadGateway错误(请参阅下面的完整消息).我禁用了几分钟,再次启用后得到了相同的结果.重复了几次.大约30分钟后,502停止运行,该应用再次正常运行.我重复了 这些步骤可复制错误.我在数据网关上看到了对运行状况探测器的引用,这可能是造成这种情况的原因,但不确定在哪里检查以及进行哪些更改以消除问题.

I have a simple logic app that pulls from MQ using the MQ connector (repeats every 1s, batch size 100) and then writes to CosmosDB. After testing for 10-15 minutes at an avg rate of about 55/s, I disabled the logic app for a few minutes. When I started it up again, I received 502 BadGateway errors (see full message below). I disabled for several minutes, enabled again with same results.   Repeated several times.  After about 30 minutes, the 502 stopped and the app worked again.  I repeated these steps to replicate the error.  I saw references to health probes on the data gateway that may be the cause of this, but not sure where to check and what to change to eliminate the problem.

{
    "statusCode":502,
    "标题":{
       "Pragma":"no-cache",
       "x-ms-datasourceerror":"True",
       "x-ms-request-id":"00181304-00a3-4af8-b61b-cb2fd4a83f15",
       严格的运输安全性":"max-age = 31536000; includeSubDomains",
       "X-Content-Type-Options":"nosniff",
       "X-Frame-Options":"DENY",
       "Timing-Allow-Origin":"*",
       "x-ms-api-hub-cached-response":"false",
       "Cache-Control":无存储,无缓存",
       日期":星期二,2018年11月20日15:58:47 GMT",
       "X-AspNet版本":"4.0.30319",
       内容长度":"12352",
       "Content-Type":"application/json",
       到期":-1"
    },
    "body":{
       错误":{
           代码":502,
           源":"logic-apis-eastus.azure-apim.net",
           "clientRequestId":"00181304-00a3-4af8-b61b-cb2fd4a83f15",
           "message":"BadGateway",
           "innerError":{
                             状态":502,
                             消息":意外异常:System.EntryPointNotFoundException:在DLL'Microsoft.PowerBI.DataMovement.Pipeline.XPress9.dll'中找不到名为'Decompress'的入口点. 在Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.NativeMethods.Decompress(Byte * inBuffer,UInt32 inBufferSize,UInt32 originalSize,Byte * outBuffer,UInt32级别)\ r \ n在Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.XPress9Compression.Decompress(Byte [] inBuffer,UInt32级,Byte []& outBuffer,Byte []& readBuffer,Int32 readBufferOffset,Int32 readBufferCount)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.XPress9Stream.GetDecompressedBuffer(Byte [] readBuffer, Int32 readOffset,Int32 readCount)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.XPress9Stream.InternalRead(Byte [] array,Int32 offset,Int32 count)中.在Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.GatewayClientDecompressor.DecompressImpl(ServiceRelayContext relayContext)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.ExecuteInActivity [T](PipelineActivityTypepipelineActivityType,Func 1动作)\ r \ n在System.Threading.Tasks.Dataflow.TransformBlock`2.ProcessMessage(Func`2 转换,KeyValuePair`2 messageWithId)\ r \ n 在System.Threading.Tasks.Dataflow.TransformBlock`2处.<> c__DisplayClass10.< .ctor> b__3(KeyValuePair`2 messageWithId)\ r \ n 在System.Threading.Tasks.Dataflow.Internal.TargetCore`1.ProcessMessagesLoopCore()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers.CheckBlockCompletionStatus(IDataflowBlock 块,捕获到的异常为异常)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers.<> c__DisplayClass13_0. 被抛出--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.< ExecuteInActivity> d__5.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers处.< ExecuteBlockOperation> d__13.MoveNext()\ r \ n--从先前引发异常的位置开始的堆栈跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers处.< GetNextResponse> d__9`1.MoveNext()\ r \ n ---上一个堆栈的结束跟踪 引发异常的位置--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientPipeline.< GetPipelineNextResponse> d__28.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n  < ReceiveJsonPacketAsync> d__22`1.MoveNext()\ r \ n ---从上一个引发异常的位置开始的堆栈跟踪结束--- \ r \ n   在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientPipelineBase处.< TransactAsync> d__8`2.MoveNext()\ r \ n--堆栈结束 从先前引发异常的位置开始跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处 在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<> c__DisplayClass74_0. --- \ r \ n 在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.< ExecuteImpAsync&d; d__6`1.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.<> c__DisplayClass5_0`1.引发异常的地方--- \ r \ n  在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.< ExecuteInActivity> d__7`1.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer中.< ExecuteAsync> d__5`1.MoveNext()\ r \ n ---从上次引发异常的位置开始的堆栈跟踪--- \ r \ n  在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.< ExecuteAsync> d__1`1.MoveNext()\ r \ n--从以下位置开始跟踪堆栈 引发异常的先前位置--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处 在Microsoft.PowerBI.DataMovement.  在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.< ExecuteWithBindingRetry> d__65`1.MoveNext()\ r \ n--结束 从先前引发异常的位置开始的堆栈跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<> c__DisplayClass74_0. --- \ r \ n  在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.< ExecuteInActivity> d__5.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.< OpenInternalImpl> d__74.MoveNext()\ r \ n--从上一个引发异常的位置开始的堆栈跟踪--- \ r \ n \ n在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.< OpenInternalAsync> d__60.MoveNext()\ r \ n--堆栈结束 从先前引发异常的位置开始跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处 在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoNetProviderConnection处... --- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.< ExecuteInActivity> d__5.MoveNext()\ r \ n--结束 从先前引发异常的位置开始的堆栈跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService处.< ExecuteInTopLevelActivity> d__4.MoveNext()\ r \ n--从上次引发异常的位置开始的堆栈跟踪结束-  在 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoNetProviderConnection.< OpenAsync> d__8.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.Azure.Connectors.Common.Mashup.Extensions.DbConnectionExtensions中.< EnsureOpenConnectionAsync> d__0.MoveNext()\ r \ n--从上次引发异常的位置开始的堆栈跟踪--- \ r \ n   在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.Azure.Connectors.Common.Utilities.TaskExtensions.< WithCancellation> d__0.MoveNext()\ r \ n--从上一个版本开始的堆栈跟踪结束 引发异常的位置--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务)处在Microsoft.Azure.Connectors.Common.Utilities.TaskExtensions.< WithCancellation> d__1`1.MoveNext()\ r \ n-- 从先前引发异常的位置开始的堆栈结束跟踪--- \ r \ n 在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\ r \ n 中在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task 任务)\ r \ n 在Microsoft.Azure.Connectors.Common.Mashup.Adapter.MashupQueryExecutor中.< InvokeMashupAsync> d__13.MoveNext()\ r \ n    内部异常:在DLL'Microsoft.PowerBI.DataMovement.Pipeline.XPress9.dll'中找不到名为'Decompress'的入口点.\ r \ nclientRequestId: 00181304-00a3-4e6d-b61b-cb2fd4a83f15",
                             源":"mq-eus.azconn-eus.p.azurewebsites.net"
           }
       }
    }
}

{
    "statusCode": 502,
    "headers": {
        "Pragma": "no-cache",
        "x-ms-datasourceerror": "True",
        "x-ms-request-id": "00181304-00a3-4af8-b61b-cb2fd4a83f15",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
        "X-Content-Type-Options": "nosniff",
        "X-Frame-Options": "DENY",
        "Timing-Allow-Origin": "*",
        "x-ms-apihub-cached-response": "false",
        "Cache-Control": "no-store, no-cache",
        "Date": "Tue, 20 Nov 2018 15:58:47 GMT",
        "X-AspNet-Version": "4.0.30319",
        "Content-Length": "12352",
        "Content-Type": "application/json",
        "Expires": "-1"
    },
    "body": {
        "error": {
            "code": 502,
            "source": "logic-apis-eastus.azure-apim.net",
            "clientRequestId": "00181304-00a3-4af8-b61b-cb2fd4a83f15",
            "message": "BadGateway",
            "innerError": {
                "status": 502,
                "message": "Unexpected Exception : System.EntryPointNotFoundException: Unable to find an entry point named 'Decompress' in DLL 'Microsoft.PowerBI.DataMovement.Pipeline.XPress9.dll'.\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.NativeMethods.Decompress(Byte* inBuffer, UInt32 inBufferSize, UInt32 originalSize, Byte* outBuffer, UInt32 level)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.XPress9Compression.Decompress(Byte[] inBuffer, UInt32 level, Byte[]& outBuffer, Byte[]& readBuffer, Int32 readBufferOffset, Int32 readBufferCount)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.XPress9Stream.GetDecompressedBuffer(Byte[] readBuffer, Int32 readOffset, Int32 readCount)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.Interop.XPress9Stream.InternalRead(Byte[] array, Int32 offset, Int32 count)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Relay.Compression.GatewayClientDecompressor.DecompressImpl(ServiceRelayContext relayContext)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.ExecuteInActivity[T](PipelineActivityType pipelineActivityType, Func`1 action)\r\n   at System.Threading.Tasks.Dataflow.TransformBlock`2.ProcessMessage(Func`2 transform, KeyValuePair`2 messageWithId)\r\n   at System.Threading.Tasks.Dataflow.TransformBlock`2.<>c__DisplayClass10.<.ctor>b__3(KeyValuePair`2 messageWithId)\r\n   at System.Threading.Tasks.Dataflow.Internal.TargetCore`1.ProcessMessagesLoopCore()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers.CheckBlockCompletionStatus(IDataflowBlock block, Exception caughtException)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers.<>c__DisplayClass13_0.<<ExecuteBlockOperation>b__0>d.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.<ExecuteInActivity>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers.<ExecuteBlockOperation>d__13.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.TDFHelpers.<GetNextResponse>d__9`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientPipeline.<GetPipelineNextResponse>d__28.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientPipeline.<ReceiveJsonPacketAsync>d__22`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientPipelineBase.<TransactAsync>d__8`2.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<>c__DisplayClass74_0.<<OpenInternalImpl>b__1>d.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.<ExecuteImpAsync>d__6`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.<>c__DisplayClass5_0`1.<<ExecuteAsync>b__0>d.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.<ExecuteInActivity>d__7`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.<ExecuteAsync>d__5`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.LoadBalancer.LoadBalancer.<ExecuteAsync>d__1`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<ExecuteInLoadBalancerIfHasClusterAsync>d__67`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<ExecuteWithBindingRetry>d__65`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<>c__DisplayClass74_0.<<OpenInternalImpl>b__0>d.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.<ExecuteInActivity>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<OpenInternalImpl>d__74.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoTransferConnection.<OpenInternalAsync>d__60.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoNetProviderConnection.<>c__DisplayClass8_0.<<OpenAsync>b__0>d.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.<ExecuteInActivity>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.Common.Diagnostics.PipelineTelemetryService.<ExecuteInTopLevelActivity>d__4.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.PowerBI.DataMovement.Pipeline.AdoNetProvider.AdoNetProviderConnection.<OpenAsync>d__8.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.Azure.Connectors.Common.Mashup.Extensions.DbConnectionExtensions.<EnsureOpenConnectionAsync>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.Azure.Connectors.Common.Utilities.TaskExtensions.<WithCancellation>d__0.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.Azure.Connectors.Common.Utilities.TaskExtensions.<WithCancellation>d__1`1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at Microsoft.Azure.Connectors.Common.Mashup.Adapter.MashupQueryExecutor.<InvokeMashupAsync>d__13.MoveNext()\r\n     inner exception: Unable to find an entry point named 'Decompress' in DLL 'Microsoft.PowerBI.DataMovement.Pipeline.XPress9.dll'.\r\nclientRequestId: 00181304-00a3-4e6d-b61b-cb2fd4a83f15",
                "source": "mq-eus.azconn-eus.p.azurewebsites.net"
            }
        }
    }
}

推荐答案

你好

Hello timkracht Sorry to hear you're having this issue. Is this happening consistently or intermittently? Are you able to share screenshot of your existing LA workflow please?


这篇关于使用MQ Connector重新启动Logic App时的BadGateway的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆