| Title | Can not download web page |
| Date Updated | 01/05/2001 |
| Versions affected | JavaScheduler 2.5+, Automize 4.0+ |
| OS affected | All |
| Description | Can not find and download the web page. |
| Causes | 1. The website is down 2. You cannot connect through your proxy server |
| Solution | 1. Make sure the website
is up 2. Make sure that your proxy parameters are correct. |
| Output Log |
The name of the webpage without the http protocol is displayed. ex: www.cnnsi.com |
| Debug Log |
java.net.UnknownHostException: www.cnnsi.com at java.net.InetAddress.getAllByName0(InetAddress.java:571) at java.net.InetAddress.getAllByName0(InetAddress.java:540) at java.net.InetAddress.getByName(InetAddress.java:449) at java.net.Socket.<init>(Socket.java:100) at sun.net.NetworkClient.doConnect(NetworkClient.java:50) at sun.net.www.http.HttpClient.openServer(HttpClient.java:331) at sun.net.www.http.HttpClient.openServer(HttpClient.java:517) at sun.net.www.http.HttpClient.<init>(HttpClient.java:267) at sun.net.www.http.HttpClient.<init>(HttpClient.java:277) at sun.net.www.http.HttpClient.New(HttpClient.java:289) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:379) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:472) at WebTask.WebTask(WebTask.java:51) at timerRunTask.run(RunTask.java:76) at java.util.TimerThread.mainLoop(Timer.java:435) at java.util.TimerThread.run(Timer.java:385) |