Xie, Based on the error message:
** Caused by: javax.mail.MessagingException: Connection timed out; nested exception is: java.net.ConnectException: Connection timed out at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:571) at javax.mail.Service.connect(Service.java:288) at javax.mail.Service.connect(Service.java:169) at org.apache.solr.handler.dataimport.MailEntityProcessor.connectToMailBox(MailEntityProcessor.java:267) ... 10 more Caused by: java.net.ConnectException: Connection timed out ** Solr isn't able to connect to the IMAP server you've specified. I'd double check your connection settings such as the hostname and port then try again. If it still fails try using a generic IMAP client with the same settings. Thanks, Greg On Dec 18, 2013, at 8:30 PM, xie kidd <xiezh...@gmail.com> wrote: > Caused by: javax.mail.MessagingException: Connection timed out; > nested exception is: > java.net.ConnectException: Connection timed out > at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:571) > at javax.mail.Service.connect(Service.java:288) > at javax.mail.Service.connect(Service.java:169) > at > org.apache.solr.handler.dataimport.MailEntityProcessor.connectToMailBox(MailEntityProcessor.java:267) > ... 10 more > Caused by: java.net.ConnectException: Connection timed out