| Title | Can not connect to Email Server |
| Date Updated | 6/13/04 |
| Versions affected | JavaScheduler 2.1+, Automize 4.0+ |
| OS affected | All |
| Description | Cannot connect to the Email server. |
| Causes | 1. Email server is down 2. You are on a network and need to email through a proxy server |
| Solution | 1. If the server is down,
try again when the server is up. 2. You are going through a proxy server. Consult with your proxy server administrator on how to send email to an external address via your LAN proxy. The same email settings that you use for an email client like netscape messenger, outlook etc.. should work here. |
| Output Log | JavaScheduler 2.1 = Sending failed JavaScheduelr 2.5+, Automize 4.0+ = javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Could not connect to SMTP host: 192.168.0.4, port: 25; nested exception is: java.net.NoRouteToHostException: Operation timed out: no further information |
| Debug Log |
javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: Could not connect to SMTP host: 192.168.0.4, port: 25; nested exception is: java.net.NoRouteToHostException: Operation timed out: no further information at javax.mail.Transport.send0(Transport.java:219) at javax.mail.Transport.send(Transport.java:81) at EmailTask.EmailTask(EmailTask.java:117) at timerRunTask.run(RunTask.java:82) at java.util.TimerThread.mainLoop(Timer.java:435) at java.util.TimerThread.run(Timer.java:385) |