Twitter 未能调用updateStatus。消息负载的类型为:NullPayload

Twitter 未能调用updateStatus。消息负载的类型为:NullPayload,twitter,mule,Twitter,Mule,Twitter示例muleflow与Mule 3.6 EE、Twitter 3.2.0、 Twitter访问级别:读、写和直接消息 以下是显示的控制台中的内容: 错误2015-01-30 12:55:02786[[twitterdemo].HTTP\u Listener\u Configuration.worker.01]org.mule.retry.notifiers.ConnectNotifier:连接失败/重新连接:工作描述符。根异常为:收到401响应,但不存在WWW Authentica

Twitter示例muleflow与Mule 3.6 EE、Twitter 3.2.0、

Twitter访问级别:读、写和直接消息

以下是显示的控制台中的内容:

错误2015-01-30 12:55:02786[[twitterdemo].HTTP\u Listener\u Configuration.worker.01]org.mule.retry.notifiers.ConnectNotifier:连接失败/重新连接:工作描述符。根异常为:收到401响应,但不存在WWW Authenticate标头。类型:类java.lang.IllegalStateException 错误2015-01-30 12:55:02793[[twitterdemo].HTTP\u Listener\u Configuration.worker.01]org.mule.exception.DefaultMessaginExceptionStrategy:

消息:发送HTTP请求时出错。消息负载的类型为:MuleHttpClient$1

代码:MULE_错误-2 异常堆栈是: 1.401收到响应,但不存在WWW-Authenticate标头java.lang.IllegalStateException com.ning.http.client.providers.grizzly.GrizzlyAsyncHttpProvider$AsyncHttpClientEventFilter$AuthorizationHandler:1623 null 2.java.lang.IllegalStateException:收到401响应,但不存在WWW-Authenticate标头java.util.concurrent.ExecutionException org.glassfish.grizzly.impl.SafeFutureImpl$Sync:363空 3.java.util.concurrent.ExecutionException:java.lang.IllegalStateException:401收到响应,但不存在WWW-Authenticate标头java.io.IOException org.mule.module.http.internal.request.grizzly.GrizzlyHttpClient:282空 4.发送HTTP请求时出错。消息负载的类型为:MuleHttpClient$1 org.mule.api.MessaginException

org.mule.module.http.internal.request.DefaultHttpRequester:190 根异常堆栈跟踪: java.lang.IllegalStateException:收到401响应,但不存在WWW Authenticate标头 位于com.ning.http.client.providers.grizzly.grizzlysynchronittpprovider$AsyncHttpClientEventFilter$AuthorizationHandler.HandleStatus grizzlysynchronittpprovider.java:1623 位于com.ning.http.client.providers.grizzly.grizzlysynchronittpprovider$AsyncHttpClientEventFilter.onHttpHeadersParsedgrizzlysynchronittpprovider.java:1422 位于org.glassfish.grizzly.http.HttpCodecFilter.decodeHttpPacketFromBytesHttpCodecFilter.java:664 +3更多设置调试级别日志或'-Dmule.verbose.exceptions=true'的所有内容


Mule 3.6.x中的WWW authenticate标头似乎存在问题

我尝试了一个基本的推特流,它可以在Mule 3.5上运行,但不能在3.6上运行

报告的问题是:


嗨,你能提供你的流程吗?