Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Evandao
Contributor III
Contributor III

[resolved] Problems to use a tfile_fetch object

Hello! Could someone help me?,
I'm new in Talend and I'm trying to run an instance with the object and tFileFetch giving this error. I took a sample project that comes in the demo. See the error:
Starting job testeFileFetch at 13:39 30/03/2011.
connecting to socket on port 3887
connected
30/03/2011 13:39:29 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
30/03/2011 13:39:29 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
30/03/2011 13:39:30 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
30/03/2011 13:39:30 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
30/03/2011 13:39:31 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
30/03/2011 13:39:31 org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Exception in component tFileFetch_1
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:139)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:124)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
at dw_ietr_prd.testefilefetch_0_1.testeFileFetch.tFileFetch_1Process(testeFileFetch.java:1066)
at dw_ietr_prd.testefilefetch_0_1.testeFileFetch.runJobInTOS(testeFileFetch.java:3766)
at dw_ietr_prd.testefilefetch_0_1.testeFileFetch.main(testeFileFetch.java:3576)
disconnected
Job testeFileFetch ended at 13:39 30/03/2011.

Thanks,
Evando.
Labels (3)
1 Solution

Accepted Solutions
Evandao
Contributor III
Contributor III
Author

Thanks!! the firewall was a problem!!

View solution in original post

6 Replies
Anonymous
Not applicable

It cannot contact the remote host...
Evandao
Contributor III
Contributor III
Author

It's strange, because when I paste the URL in browser I can access the file. I used the example demo of Talend for testing and is giving the error. The host is exactly the http://talendforge.org. I'll post the image:
Thanks,
Evando
Anonymous
Not applicable

- check firewalls/antivir or disable 'em
- check proxies
Evandao
Contributor III
Contributor III
Author

Thanks!! the firewall was a problem!!
MDOTSHADBA
Contributor III
Contributor III

Hi evandodesouza,
could you please tell us what was the firewall change you had to do, I am facing the same problem
Anonymous
Not applicable

Hi @Evandao,

 

I'm getting the same error with ftp server. Can you tell us what you do for fix this?

 

Thank you!