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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

About that Job fails on Linux Server but works fine on Talend app

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.

Labels (2)
1 Reply
vapukov
Master II
Master II

Java not embedded in Talend (not for studio, not for Job)
both use Installed on machine, but if library - could be not work if created on different versions

You must have - same version of Java, and not only 1.8, but both from Oracle (not OpenJDK) if want avoid unpredictable problems