Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello! Could someone help me?,
I'm new in Talend and I'm trying to run a job and get below error. I don't know which component is giving below error and why it is giving error. so somebody please help me.
please find attached snapshot.
See the complete error:
Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: internal_error
Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: internal_error
Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: internal_error
Mar 02, 2017 4:08:50 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
There isContinue_tFileFetch_1 an exception on:
javax.net.ssl.SSLException: Received fatal alert: internal_error
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.Alerts.getSSLException(Unknown Source)
at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
at sun.security.ssl.AppOutputStream.write(Unknown Source)
at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
at java.io.BufferedOutputStream.flush(Unknown Source)
at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:827)
at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1975)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:993)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:397)
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 dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tFileFetch_1Process(Reliant_New_Monthend_API.java:4461)
at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tMysqlInput_2Process(Reliant_New_Monthend_API.java:3857)
at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tMysqlInput_1Process(Reliant_New_Monthend_API.java:3508)
at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tMysqlConnection_1Process(Reliant_New_Monthend_API.java:3214)
at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.tSetGlobalVar_1Process(Reliant_New_Monthend_API.java:3087)
at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.runJobInTOS(Reliant_New_Monthend_API.java:12153)
at dashbay2011.reliant_new_monthend_api_0_1.Reliant_New_Monthend_API.main(Reliant_New_Monthend_API.java:11838)