| Title | Can not download web page : FileNotFoundException |
| Date Updated | 01/05/2001 |
| Versions affected | JavaScheduler 2.5+, Automize 4.0+ |
| OS affected | All |
| Description | Cannot find and download the web page. |
| Causes | 1. The url is wrong or the website no longer exists |
| Solution | 1. Make sure the website is up. Use your browser to check. |
| Output Log |
The name of the webpage with the http protocol is output ex: http://www.cnnWrong.com |
| Debug Log |
java.io.FileNotFoundException: http://www.cnnWrong.com at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:545) at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:788) at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:454) at java.net.URLConnection.getContentLength(URLConnection.java:366) at WebTask.WebTask(WebTask.java:50) at timerRunTask.run(RunTask.java:76) at java.util.TimerThread.mainLoop(Timer.java:435) at java.util.TimerThread.run(Timer.java:385) |