Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
sredddy1595601271
Contributor
Contributor

tpop component Connection timed out error: Exception in component tPOP_1 (test) javax.mail.MessagingException: Connection timed out: connect;

Hi All,

Please help me to find the solution for below error. i have tried using imap and pop3 setting, below are the configuration settings i have used

pop3:

Server name: outlook.office365.com

Port: 995

imap:

Server name: outlook.office365.com

Port: 993

Error im getting:

Exception in component tPOP_1 (test)

javax.mail.MessagingException: Connection timed out: connect;

 nested exception is:

java.net.ConnectException: Connection timed out: connect

at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:479)

at javax.mail.Service.connect(Service.java:275)

at javax.mail.Service.connect(Service.java:156)

at javax.mail.Service.connect(Service.java:105)

at accor.test_0_1.test.tPOP_1Process(test.java:769)

at accor.test_0_1.test.runJobInTOS(test.java:4959)

at accor.test_0_1.test.main(test.java:4727)

Caused by: java.net.ConnectException: Connection timed out: connect

at java.net.DualStackPlainSocketImpl.connect0(Native Method)

at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)

at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)

at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)

at java.net.AbstractPlainSocketImpl.connect(Unknown Source)

at java.net.PlainSocketImpl.connect(Unknown Source)

at java.net.SocksSocketImpl.connect(Unknown Source)

[FATAL]: accor.test_0_1.test - tPOP_1 Connection timed out: connect

Attached is the tpop component settings i have used.

2 Replies
corentin1
Contributor III
Contributor III

This seems related to Microsoft retiring basic auth . See post here : https://community.talend.com/s/question/0D55b00007LRyrWCAT/tpop-microsoft-basic-authentication-retirement

sredddy1595601271
Contributor
Contributor
Author

Thanks @Corentin Duperray​