Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Software caused connection abort: connect

843830Jan 10 2005 — edited Nov 17 2006
Anyone 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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2006
Added on Jan 10 2005
5 comments
618 views