Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Forum,
Could you help me to solve the following problem ?
Jobs created in the past Talend version 5.X / java 7 were corrected in Talend 6.2.1 / java 8 and the jobs exported on the server of Linux OS / java 7 were executed, and the following error occurred in the component of tSendMail Occurred.
Exception in component tSendMail_9
javax.mail.MessagingException: [EOF]
at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1363)
at com.sun.mail.smtp.SMTPTransport.helo(SMTPTransport.java:838)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:375)
at javax.mail.Service.connect(Service.java:297)
at javax.mail.Service.connect(Service.java:156)
at javax.mail.Service.connect(Service.java:105)
at javax.mail.Transport.send0(Transport.java:168)
at javax.mail.Transport.send(Transport.java:98)
at XXXXX.tSendMail_9Process(XXXXX.java:2272)
at XXXXX.runJobInTOS(XXXXX.java:27138)
at XXXXX.main(XXXXX.java:26986)
I thought that there was a problem with connecting to SMTP, but when I run it on Talend's app, no error occurs.
In addition, java 7 is installed on Linux OS, but I am thinking whether java 8 is embedded in the executable file,
I am thinking that it will work without problems on that.