<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can't send command to SMTP host in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-t-send-command-to-SMTP-host/m-p/2269045#M47430</link>
    <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:&amp;nbsp;unable to find valid certification path to requested target&lt;/FONT&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The error indicates that something wrong your certification(The server certification is expire or not to be trusted?). Have you tried to check out "SSL support" to see if it works?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Thu, 17 Mar 2016 07:23:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-17T07:23:42Z</dc:date>
    <item>
      <title>Can't send command to SMTP host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-send-command-to-SMTP-host/m-p/2269044#M47429</link>
      <description>Hi every one, 
&lt;BR /&gt;i am new talend .when i am performing the tsendmail component ..its giving below exception&amp;nbsp; 
&lt;BR /&gt;i am using smtp host as smtp.gmail.com , port as 587 and &amp;nbsp;select the check box as STARTTLS 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;exception in component tSendMail_1&lt;BR /&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;javax.mail.MessagingException: Can't send command to SMTP host;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;&amp;nbsp; nested exception is:&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: &lt;U&gt;&lt;B&gt;unable to find valid certification path to requested target&lt;/B&gt;&lt;/U&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1420)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1408)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:847)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:384)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at javax.mail.Service.connect(Service.java:297)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at javax.mail.Service.connect(Service.java:156)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at javax.mail.Service.connect(Service.java:105)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at javax.mail.Transport.send0(Transport.java:168)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at javax.mail.Transport.send(Transport.java:98)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at madhu_jobs.email_0_1.email.tSendMail_1Process(email.java:1519)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at madhu_jobs.email_0_1.email.tOracleInput_1Process(email.java:1262)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at madhu_jobs.email_0_1.email.runJobInTOS(email.java:1806)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at madhu_jobs.email_0_1.email.main(email.java:1631)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1904)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1446)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:209)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.Handshaker.processLoop(Handshaker.java:901)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.Handshaker.process_record(Handshaker.java:837)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1023)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:709)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at com.sun.mail.util.TraceOutputStream.write(TraceOutputStream.java:101)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1418)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;... 12 more&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.validator.Validator.validate(Validator.java:260)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1428)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;... 23 more&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#ff3333"&gt;... 29 more&lt;/FONT&gt;</description>
      <pubDate>Sun, 13 Mar 2016 04:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-send-command-to-SMTP-host/m-p/2269044#M47429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-13T04:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't send command to SMTP host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-send-command-to-SMTP-host/m-p/2269045#M47430</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:&amp;nbsp;unable to find valid certification path to requested target&lt;/FONT&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The error indicates that something wrong your certification(The server certification is expire or not to be trusted?). Have you tried to check out "SSL support" to see if it works?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 17 Mar 2016 07:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-send-command-to-SMTP-host/m-p/2269045#M47430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-17T07:23:42Z</dc:date>
    </item>
  </channel>
</rss>

