Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
One of our Talend job failed with below error
Message :java.sql.SQLRecoverableException: Closed Connection: next
at oracle.jdbc.driver.InsensitiveScrollableResultSet.ensureOpen(InsensitiveScrollableResultSet.java:110)
at oracle.jdbc.driver.InsensitiveScrollableResultSet.next(InsensitiveScrollableResultSet.java:404)
Talend Data Integration 7.3.1 Oracle Database 19.3.0
Ojdbc - ojdbc8-19.3.0.0.jar
JDK - 11.0_18l64
We are using shared connections and before any DB input component we have a connection component to register the shared connection name.
All the operations are select. Please help to find root cause of this issue.
What do you expect? I have told you the problem is related to the job design and you do not want to show us your job design. So no progress is possible until you provide the information we need to help.
The job is working fine with db2, so if it was related to design it could have failed in db2 as well. Also for multiple runs in oracle it worked fine. The design is pretty simple we use the connection component to register the shared connection and use in multiple jobs.
Yes but at some point your job closes the connection and I would like to find out where. But it is YOUR problem and not mine. I done with it here.
Sorry if I have offended you in any manner. Only intention was to get help on this. It is not possible to add the job design. I have checked there is no close or commit component added in entire job. Appreciate your help.
Please check if you have database output components where "Die On Error" is not checked.
It could be a component dies silently and the next component trying to use the connection cannot do this until a rollback has performed. This way you will find out the actual problem.
We are just generating file using select. There are no output components still I will cross check and confirm back.
We are not using any output component.
Ok, I do not know your job design and no logs. How do you think we could help you?
Again, if you still not provide more information we cannot help.
Have you resolved it?