Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
any help appreciated
I've been using tHTTP request(GET method) for getting the batch reports using an API. It was working well when i'm running the job on my local machine. But i started getting a socket exception when i migrated my job to a development server. I'm using version 7.0. See the error below.
Exception in component tHttpRequest_2 (university_api_v1main)
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(Unknown Source)
at local_project.university_api_v1main_0_1.university_api_v1main.tHttpRequest_2Process(university_api_v1main.java:497)
at local_project.university_api_v1main_0_1.university_api_v1main.runJobInTOS(university_api_v1main.java:918)
at local_project.university_api_v1main_0_1.university_api_v1main.main(university_api_v1main.java:685)
Does this have something to do within talend?
Thanks for your time.
Surya.
Hello,
Could you please give us some background about your development server? Did you execute the job script file(.bat or .sh) or use the same vesion 7.0 on your development server?
Best regards
Sabrina
Hello Sabrina, @xdshi
Thanks for replying.
I could not import my job into talend on dev server because dev server is having V6.4.1 and it was not compatible it said. So i recreated the whole job in dev server using V6.4.1. Then i started getting this error of socket exception. I tried to access the URL through internet explorer to check whether it is accesible from the server. I was able to access it.
Next thing i did was downloading 6.4.1 on my local machine to check whether it is working or not. It worked without any problem.
So whatever version i use is working on local machine,but not on my dev server.