簡體   English   中英

Mulesoft - cloudhub 運行時更新問題 - HTTP 連接器

[英]Mulesoft - cloudhub runtime update issues - HTTP connector

我正在更新 cloudhub(anypoint 平台 - mulesoft)中應用程序的運行時版本。

詳細來說,將 runtime 3.9.0 -2018 版本更新為 runtime 3.9.0 - 2019 最新版本。 我能夠成功部署應用程序,並且它啟動時沒有任何問題。

后來,當我試圖向應用程序發出 HTTP 請求時。 它錯誤如下::

ERROR
********************************************************************************
Message: org.glassfish.grizzly.connectionpool.Endpoint.connect(Lorg/glassfish/grizzly/CompletionHandler;)Lorg/glassfish/grizzly/GrizzlyFuture; (java.lang.AbstractMethodError).
Element: /get:\/redacted:redacted-config/processors/0 @ redacted:redacted.xml:44 (HTTP)
--------------------------------------------------------------------------------
Exception stack is:
org.glassfish.grizzly.connectionpool.Endpoint.connect(Lorg/glassfish/grizzly/CompletionHandler;)Lorg/glassfish/grizzly/GrizzlyFuture; (java.lang.AbstractMethodError). (org.mule.api.MessagingException)
  org.glassfish.grizzly.connectionpool.SingleEndpointPool.connect(SingleEndpointPool.java:1158)
  org.glassfish.grizzly.connectionpool.SingleEndpointPool.take(SingleEndpointPool.java:790)
  org.glassfish.grizzly.connectionpool.MultiEndpointPool.take(MultiEndpointPool.java:592)
  com.ning.http.client.providers.grizzly.ConnectionManager.openAsync(ConnectionManager.java:143)
  com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider.execute(GrizzlyAsyncHttpProvider.java:174)
  com.ning.http.client.AsyncHttpClient.executeRequest(AsyncHttpClient.java:505)
  com.ning.http.client.AsyncHttpClient.executeRequest(AsyncHttpClient.java:527)
  org.mule.module.http.internal.request.grizzly.GrizzlyHttpClient.sendAndWait(GrizzlyHttpClient.java:360)
  org.mule.module.http.internal.request.grizzly.GrizzlyHttpClient.send(GrizzlyHttpClient.java:307)
  com.mulesoft.mule.http.request.grizzly.EEGrizzlyHttpClient.send(EEGrizzlyHttpClient.java:105)
  (191 more...)

  (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
********************************************************************************

將 CloudHub 中的 Mule 3.9.0 更新到 2019 年 10 月 24 日版本應該可以解決該問題。

話雖如此,我通常建議也升級到最新版本 3.9.3,其中包括許多其他修復。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM