Software caused connection abort: connect
843830Jan 10 2005 — edited Nov 17 2006Anyone know why I am getting this error?
java.net.SocketException: Software caused connection abort: connect
I am able to send with Outlook with the same settings...
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.MessagingException: Could not connect to SMTP host: some.smtp.server, port: 25;
nested exception is:
java.net.SocketException: Software caused connection abort: connect at javax.mail.Transport.send0(Transport.java:219)
at javax.mail.Transport.send(Transport.java:81)
at com.udceq.util.Email.send(Email.java:380)
at com.udceq.util.Email.send(Email.java:362)
at com.udceq.Service.EmailQueue$1.run(EmailQueue.java:49)
at java.lang.Thread.run(Unknown Source)
at com.udceq.Service.ServiceLauncher.main(ServiceLauncher.java:50)