多个 api 作业在组件 tFileFetch_1 中出现异常

multiple api jobs get Exception in component tFileFetch_1

我 运行 1 个 talend 作业,6 个作业同时调用 api。

有时全部 运行 全部 6 次成功,有时失败并出现此错误:

Exception in component tFileFetch_1
Exception in component tFileFetch_1
Exception in component tFileFetch_1
Exception in component tFileFetch_1
Exception in component tFileFetch_1
org.apache.commons.httpclient.ConnectTimeoutException: The host did not accept the connection within timeout of 1000 ms
    at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:154)
    at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:124)

从哪里得到 "timeout of 1000 ms" ?

您的 tFileFetch 上有一个高级设置,可让您选择该组件的超时时间。尝试使用更大的值。