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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

IO Error: Connection reset by peer

Hi All,

 

I have two jobs (Parent and Child). Parent Job calls the child job in 4 parallel paths to full load 23 tables.

In the process, the jobs were able to load a few of the tables without any issues. But at some point, the Child job is throwing the below error.

IO Error: Connection reset by peer
java.sql.SQLRecoverableException: IO Error: Connection reset by peer

 

Did anyone face this issue? If so, please share your thoughts. 

 

Thank you,

Labels (3)
5 Replies
manodwhb
Champion II
Champion II

@bojareddy ,what is your Target ? if it is Microsoft SQL server ,are you using Open Source JTDS DB verion,while creating connection in Talend? If yes change it to Microsoft and let me know that issue still exists?

Anonymous
Not applicable
Author

Thanks, Manohar for the reply!

 

My source and target are Oracle Databases.

Any info on why this kind of error occurs?

 

Thank you,

TRF
Champion II
Champion II

May occur if there is a network error (connection is loosed between the machine on which the job is running and the database server)

Anonymous
Not applicable
Author

Hi,

 

    If you are using a shared Oracle connection for loading data using tOracleConnection, then you need to make sure that the connection is not closed till all the parallel processing elements are complete. If you are making any commit using tOracleCommit, then you need to uncheck the close connection option till all the executions are complete. You can use a tOracleClose later in the process or in PostJob area of the Talend job.

 

0683p000009M86i.png

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved