找回密码
 立即注册

QQ登录

只需一步,快速开始

白糖伴甜瓜

注册会员

7

主题

14

帖子

93

积分

注册会员

积分
93
白糖伴甜瓜
注册会员   /  发表于:2022-11-25 17:34  /   查看:1402  /  回复:4
5金币
本帖最后由 白糖伴甜瓜 于 2022-11-25 17:39 编辑

遇见一个报错,在一个工作流里面,在这个页面的任务完成时调用了一个抄送的服务端命令,不调用没问题,一调用就这样报错,但我需要用到抄送这个功能,求一个解决方案,内容如图,

附件: 您需要 登录 才可以下载或查看,没有帐号?立即注册

4 个回复

倒序浏览
David.Zhong讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-11-25 17:44:41
沙发
大佬,这个问题可能需要工程文件和复现步骤才好调查哈~
回复 使用道具 举报
白糖伴甜瓜
注册会员   /  发表于:2022-11-25 18:56:21
板凳
David.Zhong 发表于 2022-11-25 17:44
大佬,这个问题可能需要工程文件和复现步骤才好调查哈~

我在本地复现不出来,可能因为关系到推送到企业微信跳转之类的命令多了,本地就不好复现了,我想问下有别的办法在填完单点同意的时候同时抄送吗,还是说只能在这个地方这么用命令
回复 使用道具 举报
白糖伴甜瓜
注册会员   /  发表于:2022-11-25 20:15:22
地板
本帖最后由 白糖伴甜瓜 于 2022-11-26 15:46 编辑

点标记为已读报错


MetadataLoader.js?v=638035013340000000:623 /Forguncy/BpmService/task/read-carbon-copy
Internal Server Error
Request Exception Happened-------------------------------
Path/BpmService/task/read-carbon-copy
UserName:gui
{
  "ClassName": "System.Threading.Tasks.TaskCanceledException",
  "Message": "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.",
  "Data": null,
  "InnerException": {
    "$type": "System.TimeoutException, System.Private.CoreLib",
    "ClassName": "System.TimeoutException",
    "Message": "The operation was canceled.",
    "Data": null,
    "InnerException": {
      "$type": "System.Threading.Tasks.TaskCanceledException, System.Private.CoreLib",
      "ClassName": "System.Threading.Tasks.TaskCanceledException",
      "Message": "The operation was canceled.",
      "Data": null,
      "InnerException": {
        "$type": "System.IO.IOException, System.Private.CoreLib",
        "ClassName": "System.IO.IOException",
        "Message": "Unable to read data from the transport connection: 由于线程退出或应用程序请求,已中止 I/O 操作。.",
        "Data": null,
        "InnerException": {
          "$type": "System.Net.Sockets.SocketException, System.Net.Primitives",
          "ClassName": "System.Net.Sockets.SocketException",
          "Message": "由于线程退出或应用程序请求,已中止 I/O 操作。",
          "Data": null,
          "InnerException": null,
          "HelpURL": null,
          "StackTraceString": null,
          "RemoteStackTraceString": null,
          "RemoteStackIndex": 0,
          "ExceptionMethod": null,
          "HResult": -2147467259,
          "Source": null,
          "WatsonBuckets": null,
          "NativeErrorCode": 995
        },
        "HelpURL": null,
        "StackTraceString": "   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)",
        "RemoteStackTraceString": null,
        "RemoteStackIndex": 0,
        "ExceptionMethod": null,
        "HResult": -2146232800,
        "Source": "System.Net.Sockets",
        "WatsonBuckets": null
      },
      "HelpURL": null,
      "StackTraceString": "   at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)",
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": -2146233029,
      "Source": "System.Net.Http",
      "WatsonBuckets": null
    },
    "HelpURL": null,
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": -2146233083,
    "Source": null,
    "WatsonBuckets": null
  },
  "HelpURL": null,
  "StackTraceString": "   at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Forguncy.Server2.KatanaMiddleware.ProcessEngineMiddleware.a(String A_0, String A_1, Stream A_2, HttpContext A_3)
   at Forguncy.Server2.KatanaMiddleware.ProcessEngineMiddleware.InvokeAsync(HttpContext context, ICacheService cacheService)
   at Forguncy.Server2.KatanaMiddleware.ReportsMiddleware.InvokeAsync(HttpContext context, ICacheService cacheService, IReportServerService reportServerService)
   at Forguncy.KatanaMiddleware.ServerCommandMiddleware.InvokeAsync(HttpContext context)
   at Forguncy.KatanaMiddleware.k.InvokeAsync(HttpContext context)
   at Forguncy.KatanaMiddleware.j.InvokeAsync(HttpContext context)
   at Forguncy.Server2.KatanaMiddleware.StartPageMiddleware.InvokeAsync(HttpContext context)
   at ForguncyServerCommon.HttpHeaderMiddlewareBase.InvokeAsync(HttpContext context)
   at Forguncy.KatanaMiddleware.q.InvokeAsync(HttpContext context)",
  "RemoteStackTraceString": null,
  "RemoteStackIndex": 0,
  "ExceptionMethod": null,
  "HResult": -2146233029,
  "Source": "System.Net.Http",
  "WatsonBuckets": null

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
David.Zhong讲师达人认证 悬赏达人认证 活字格认证
论坛元老   /  发表于:2022-11-27 22:28:46
5#
看报错没有太多明显的信息,可能还是需要复现一下,才好调查哈~
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部