[java-dev] net.mail problems
Nick Rothwell
nick at cassiel.com
Wed Mar 5 16:48:24 MST 2008
- Previous message: [java-dev] net.mail problems
- Next message: [java-dev] Re: net.mail problems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5 Mar 2008, at 23:31, ivan marusic wrote: > javax.mail.MessagingException: Connect failed; > nested exception is: > java.net.ConnectException: Operation timed out > at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:161) That pretty much tells you what you need to know: you're trying to do POP3 mail and the connection to the server is timing out. Error messages can be useful: sometimes a cigar is just a cigar. nick rothwell -- composition, systems, performance -- http:// www.cassiel.com
- Previous message: [java-dev] net.mail problems
- Next message: [java-dev] Re: net.mail problems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
