我在wso2esb 4.7.0中遇到错误,如何避免这种情况

我在wso2esb 4.7.0中遇到错误,如何避免这种情况,wso2,wso2esb,wso2dss,Wso2,Wso2esb,Wso2dss,我正在使用wso2esb4.7.0。在此之前,我使用过wso2esb4.6.0 我的问题是在wso2esb4.6.0中,我们无法使用多个http传输,但在wso2esb4.7.0中,我们可以。它工作正常,但有时会抛出错误 如果我没有错的话,这个问题是因为Esb 4.7.0版本中的传输HTTP传输是默认的,但在wso2esb 4.6.0中使用HTTP+NIO传输 它抛出了这样的错误,并忽略了如何在wso2esb4.7.0中进行HTTP+NIO传输的连接 2013-08-14 17:10:1

我正在使用wso2esb4.7.0。在此之前,我使用过wso2esb4.6.0 我的问题是在wso2esb4.6.0中,我们无法使用多个http传输,但在wso2esb4.7.0中,我们可以。它工作正常,但有时会抛出错误 如果我没有错的话,这个问题是因为Esb 4.7.0版本中的传输HTTP传输是默认的,但在wso2esb 4.6.0中使用HTTP+NIO传输 它抛出了这样的错误,并忽略了如何在wso2esb4.7.0中进行HTTP+NIO传输的连接

    2013-08-14 17:10:19,801]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2161
    [2013-08-14 17:10:19,801]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2171
    [2013-08-14 17:10:19,802]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2162
    [2013-08-14 17:10:19,802]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2178
    [2013-08-14 17:10:19,802]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2159
    [2013-08-14 17:10:19,802]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2173
    [2013-08-14 17:10:19,803]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2179
    [2013-08-14 17:10:19,803]  WARN - SourceHandler Connection time out while writing the response: http-incoming-2174

如何在wso2esb4.7.0中避免此错误,否则我将再次使用4.6.0是否在4.7.0版本中存在缺陷

您可以编辑
ESB\u HOME/repository/conf/axis2
位置中的
axis2.xml
文件来启用/禁用传输。您必须在“侦听器”和“发送者”部分下对相关部分进行注释/取消注释。检查是否启用NIO传输。

Thanx对于replay,我会尝试让您知道。我知道这一点,但如果我将传输HTTP更改为NHTTP,我可能会避免此问题