You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "linea@libero.it" <li...@libero.it> on 2003/08/01 12:05:03 UTC

unable to find line starting with "HTTP" error

Hi,

In relation to the bug 20703, I have noticed that the workaround propose 
by Adrian Sutton works for the url 
http://www.msnbc.com/news/default.asp?newguid=2594c0a6623f464fb0ff25446bfa6cf3
mentioned in the bug report, but, at least as long as my experience is 
concerned, it doesn't seem to work for this url:
http://www.computerhistory.org/

I get the same error "unable to find line starting with "HTTP" as in the 
bug report..
Thanks for any suggestions..
Here is my error log:

org.apache.commons.httpclient.HttpRecoverableException: Error in parsing 
the status  line from the response: unable to find line starting with "HTTP"
         at 
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1892)
         at 
org.apache.commons.httpclient.HttpMethodBase.processRequest(HttpMethodBase.java:2536)
         at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1047)
         at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:638)
         at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:500)
         at CheckClient.performHttpRequest(CheckClient.java:356)
         at CheckClient.run(CheckClient.java:175)

0      INFO  [Thread-1] CheckClient -
----Checking URL(1): http://www.computerhistory.org/----

209    DEBUG [Thread-1] httpclient.HttpConnection - 
HttpConnection.setSoTimeout(10000)
209    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.open()
445    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.execute(HttpState, HttpConnection)
445    DEBUG [Thread-1] httpclient.HttpMethodBase - Execute loop try 1
445    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.processRequest(HttpState, HttpConnection)
446    DEBUG [Thread-1] httpclient.HttpMethodBase - Attempt number 1 to 
process request
446    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.writeRequest(HttpState, HttpConnection)
446    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.writeRequestLine(HttpState, HttpConnection)
446    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.generateRequestLine(HttpConnection, String, String, 
String, String)
452    DEBUG [Thread-1] httpclient.wire - >> "HEAD / HTTP/1.1[\r][\n]"
452    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
457    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
457    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
458    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection)
458    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addRequestHeaders(HttpState, HttpConnection)
458    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection)
458    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection)
460    DEBUG [Thread-1] httpclient.HttpMethodBase - Request to add Host 
header ignored: header already added
460    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection)
477    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addAuthorizationRequestHeader(HttpState, HttpConnection)
477    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addProxyAuthorizationRequestHeader(HttpState, HttpConnection)
477    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addProxyConnectionHeader(HttpState, HttpConnection)
477    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.addContentLengthRequestHeader(HttpState, HttpConnection)
479    DEBUG [Thread-1] httpclient.wire - >> "Host: 
www.computerhistory.org[\r][\n]"
480    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
480    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
480    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
483    DEBUG [Thread-1] httpclient.wire - >> "User-Agent: Mozilla/5.0 
(X11; U; Linux i686; it-IT; rv:1.3) Gecko/20030312[\r][\n]"
483    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
483    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
483    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
485    DEBUG [Thread-1] httpclient.wire - >> "Accept: 
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1[\r][\n]"
485    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
485    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
485    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
486    DEBUG [Thread-1] httpclient.wire - >> "Accept-Language: 
en-us,en;q=0.5[\r][\n]"
486    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
486    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
486    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
487    DEBUG [Thread-1] httpclient.wire - >> "Accept-Encoding: 
gzip,deflate,compress;q=0.9[\r][\n]"
487    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
487    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
487    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
488    DEBUG [Thread-1] httpclient.wire - >> "Accept-Charset: 
ISO-8859-1,utf-8;q=0.7,*;q=0.7[\r][\n]"
488    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
488    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
488    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
488    DEBUG [Thread-1] httpclient.wire - >> "Keep-Alive: 300[\r][\n]"
489    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
489    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
489    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
489    DEBUG [Thread-1] httpclient.wire - >> "Connection: 
keep-alive[\r][\n]"
489    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.print(String)
489    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
490    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
490    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.writeLine()
490    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[])
490    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.write(byte[], int, int)
490    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.flushRequestOutputStream()
491    DEBUG [Thread-1] httpclient.wire - >> "[\r][\n]"
491    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.flushRequestOutputStream()
491    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.readResponse(HttpState, HttpConnection)
491    DEBUG [Thread-1] httpclient.HttpMethodBase - enter 
HttpMethodBase.readStatusLine(HttpState, HttpConnection)
492    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
775    DEBUG [Thread-1] httpclient.wire - << "<html>[\r][\n]"
775    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
776    DEBUG [Thread-1] httpclient.wire - << "<head>[\r][\n]"
776    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
776    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
776    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
779    DEBUG [Thread-1] httpclient.wire - << " <meta name=description 
content="Computer History Museum is the[\r][\n]"
779    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
784    DEBUG [Thread-1] httpclient.wire - << "             world's 
authority on the history of computing technology.  Our[\r][\n]"
784    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
801    DEBUG [Thread-1] httpclient.wire - << "             collection 
spans hardware, software, audio clips, films,[\r][\n]"
801    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
802    DEBUG [Thread-1] httpclient.wire - << " 
documentation, etc.">[\r][\n]"
803    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
803    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
803    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
805    DEBUG [Thread-1] httpclient.wire - << " <meta name=keywords 
content="computer, museum, history, center, timeline,[\r][\n]"
805    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
806    DEBUG [Thread-1] httpclient.wire - << "            california, 
silicon, valley, development, technical, computing,[\r][\n]"
807    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
807    DEBUG [Thread-1] httpclient.wire - << " 
technology">[\r][\n]"
808    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
808    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
808    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
814    DEBUG [Thread-1] httpclient.wire - << "<link rel="stylesheet" 
type="text/css" href="/styles.css">[\r][\n]"
815    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
815    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
815    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
817    DEBUG [Thread-1] httpclient.wire - << "<title>Computer History 
Museum Home Page</title>[\r][\n]"
817    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
817    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
818    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
820    DEBUG [Thread-1] httpclient.wire - << "<SCRIPT 
LANGUAGE="JavaScript">[\r][\n]"
820    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
821    DEBUG [Thread-1] httpclient.wire - << "<!-- hide me[\r][\n]"
821    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
821    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
821    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
822    DEBUG [Thread-1] httpclient.wire - << "var bName = 
navigator.appName;[\r][\n]"
822    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
825    DEBUG [Thread-1] httpclient.wire - << "[0x9]var bVer = 
parseInt(navigator.appVersion);[\r][\n]"
825    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
826    DEBUG [Thread-1] httpclient.wire - << "[0x9]var ver;[\r][\n]"
826    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
827    DEBUG [Thread-1] httpclient.wire - << "[0x9]if (bName == 
"Netscape" && bVer >= 4) {[\r][\n]"
827    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
828    DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]ver = 4;[\r][\n]"
828    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
829    DEBUG [Thread-1] httpclient.wire - << "[0x9]} else if (bName == 
"Microsoft Internet Explorer" && bVer >= 4) {[\r][\n]"
829    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
830    DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]ver = 4;[\r][\n]"
830    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
831    DEBUG [Thread-1] httpclient.wire - << "[0x9]} else {[\r][\n]"
831    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
831    DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]ver = 0;[\r][\n]"
831    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
832    DEBUG [Thread-1] httpclient.wire - << "[0x9]}[\r][\n]"
832    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
832    DEBUG [Thread-1] httpclient.wire - << "[0x9]if (ver >= 4) {[\r][\n]"
832    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
834    DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]document.write('<img src="/wusage_screen_properties.gif?' 
+[\r][\n]"
834    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
835    DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9][0x9]'width=' + 
screen.width[0x9]+ '&' +[\r][\n]"
835    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
839    DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9][0x9]'height=' + 
screen.height + '&' +[\r][\n]"
839    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
848    DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9][0x9]'depth=' + 
screen.colorDepth + '">'); [0x9][\r][\n]"
849    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
850    DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]document.writeln();[\r][\n]"
850    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
850    DEBUG [Thread-1] httpclient.wire - << "[0x9]}[\r][\n]"
850    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
851    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
853    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
854    DEBUG [Thread-1] httpclient.wire - << "var banimate = 
(document.images);[\r][\n]"
854    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
855    DEBUG [Thread-1] httpclient.wire - << "  if (banimate){ [\r][\n]"
855    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
855    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
855    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
858    DEBUG [Thread-1] httpclient.wire - << "    timeline= new Image(); 
[\r][\n]"
858    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
859    DEBUG [Thread-1] httpclient.wire - << " 
timeline.src="/home/home_graphics/nav_home/nav_b_time.gif" [\r][\n]"
859    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
860    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
860    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
862    DEBUG [Thread-1] httpclient.wire - << "    collections= new 
Image(); [\r][\n]"
862    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
865    DEBUG [Thread-1] httpclient.wire - << " 
collections.src="/home/home_graphics/nav_home/nav_b_coll.gif" [\r][\n]"
865    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
866    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
866    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
866    DEBUG [Thread-1] httpclient.wire - << "    exhibits= new Image(); 
[\r][\n]"
867    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
868    DEBUG [Thread-1] httpclient.wire - << " 
exhibits.src="/home/home_graphics/nav_home/nav_b_ex.gif" [\r][\n]"
868    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
868    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
868    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
869    DEBUG [Thread-1] httpclient.wire - << "    research= new Image(); 
[\r][\n]"
869    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
889    DEBUG [Thread-1] httpclient.wire - << " 
research.src="/home/home_graphics/nav_home/nav_b_re.gif" [\r][\n]"
889    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
891    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
891    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
892    DEBUG [Thread-1] httpclient.wire - << "    events= new Image(); 
[\r][\n]"
892    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
893    DEBUG [Thread-1] httpclient.wire - << " 
events.src="/home/home_graphics/nav_home/nav_b_events.gif" [\r][\n]"
893    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
893    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
893    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
894    DEBUG [Thread-1] httpclient.wire - << "    contribute= new 
Image(); [\r][\n]"
894    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
899    DEBUG [Thread-1] httpclient.wire - << " 
contribute.src="/home/home_graphics/nav_home/nav_b_con.gif" [\r][\n]"
899    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
899    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
899    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
900    DEBUG [Thread-1] httpclient.wire - << "    about= new Image(); 
[\r][\n]"
900    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
901    DEBUG [Thread-1] httpclient.wire - << " 
about.src="/home/home_graphics/nav_home/nav_b_about.gif"[\r][\n]"
901    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
901    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
901    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
902    DEBUG [Thread-1] httpclient.wire - << "    searcher= new Image(); 
[\r][\n]"
902    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
910    DEBUG [Thread-1] httpclient.wire - << " 
searcher.src="/home/home_graphics/nav_home/nav_b_search.gif"[\r][\n]"
910    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
910    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
910    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
911    DEBUG [Thread-1] httpclient.wire - << "    empty= new Image(); 
[\r][\n]"
911    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
912    DEBUG [Thread-1] httpclient.wire - << " 
empty.src="/home/home_graphics/nav_home/nav_bullets.gif"[\r][\n]"
912    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
912    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
912    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
913    DEBUG [Thread-1] httpclient.wire - << "    timeline_descr= new 
Image(); [\r][\n]"
913    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
916    DEBUG [Thread-1] httpclient.wire - << " 
timeline_descr.src="/home/home_graphics/nav_home/descr_timeline.gif" 
[\r][\n]"
916    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
916    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
917    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
917    DEBUG [Thread-1] httpclient.wire - << "    collections_descr= new 
Image(); [\r][\n]"
917    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
924    DEBUG [Thread-1] httpclient.wire - << " 
collections_descr.src="/home/home_graphics/nav_home/descr_collections.gif" 
[\r][\n]"
924    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
925    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
925    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
926    DEBUG [Thread-1] httpclient.wire - << "    exhibits_descr= new 
Image(); [\r][\n]"
926    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
931    DEBUG [Thread-1] httpclient.wire - << " 
exhibits_descr.src="/home/home_graphics/nav_home/descr_exhibits.gif" 
[\r][\n]"
931    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
932    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
932    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
932    DEBUG [Thread-1] httpclient.wire - << "    research_descr= new 
Image(); [\r][\n]"
933    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
933    DEBUG [Thread-1] httpclient.wire - << " 
research_descr.src="/home/home_graphics/nav_home/descr_research.gif" 
[\r][\n]"
934    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
934    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
934    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
934    DEBUG [Thread-1] httpclient.wire - << "    events_descr= new 
Image(); [\r][\n]"
935    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
935    DEBUG [Thread-1] httpclient.wire - << " 
events_descr.src="/home/home_graphics/nav_home/descr_events.gif" [\r][\n]"
935    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
936    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
936    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
936    DEBUG [Thread-1] httpclient.wire - << "    contribute_descr= new 
Image(); [\r][\n]"
937    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
937    DEBUG [Thread-1] httpclient.wire - << " 
contribute_descr.src="/home/home_graphics/nav_home/descr_contribute.gif" 
[\r][\n]"
938    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
938    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
938    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
938    DEBUG [Thread-1] httpclient.wire - << "    about_descr= new 
Image(); [\r][\n]"
939    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
972    DEBUG [Thread-1] httpclient.wire - << " 
about_descr.src="/home/home_graphics/nav_home/descr_about.gif"[\r][\n]"
972    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
972    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
972    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
973    DEBUG [Thread-1] httpclient.wire - << "    search_descr= new 
Image(); [\r][\n]"
973    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
974    DEBUG [Thread-1] httpclient.wire - << " 
search_descr.src="/home/home_graphics/nav_home/descr_search.gif"[\r][\n]"
976    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
976    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
976    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
977    DEBUG [Thread-1] httpclient.wire - << "    empty_descr= new 
Image();[\r][\n]"
977    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
978    DEBUG [Thread-1] httpclient.wire - << " 
empty_descr.src="/home/home_graphics/nav_home/nav_white.gif"[\r][\n]"
980    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
980    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
980    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
981    DEBUG [Thread-1] httpclient.wire - << "    empty_box= new 
Image(); [\r][\n]"
981    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
981    DEBUG [Thread-1] httpclient.wire - << " 
empty_box.src="/home/home_graphics/box_text/red.gif"[\r][\n]"
981    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
982    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
982    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
982    DEBUG [Thread-1] httpclient.wire - << "    tcm_box= new Image(); 
[\r][\n]"
982    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
983    DEBUG [Thread-1] httpclient.wire - << " 
tcm_box.src="/home/home_graphics/box_text/tcm_box.gif"[\r][\n]"
983    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
984    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
984    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
984    DEBUG [Thread-1] httpclient.wire - << "    tdih= new Image(); 
[\r][\n]"
984    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
985    DEBUG [Thread-1] httpclient.wire - << " 
tdih.src="/home/home_graphics/box_text/tdih_box.gif"[\r][\n]"
985    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
985    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
986    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
986    DEBUG [Thread-1] httpclient.wire - << "    none= new Image(); 
[\r][\n]"
986    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
987    DEBUG [Thread-1] httpclient.wire - << " 
none.src="/home/home_graphics/box_text/red.gif"[\r][\n]"
987    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
987    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
987    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
988    DEBUG [Thread-1] httpclient.wire - << "    tcmhc= new Image(); 
[\r][\n]"
988    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
989    DEBUG [Thread-1] httpclient.wire - << " 
tcmhc.src="/home/home_graphics/box_text/chm_box.gif"[\r][\n]"
989    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
989    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
989    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
990    DEBUG [Thread-1] httpclient.wire - << "    logo= new Image(); 
[\r][\n]"
990    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
990    DEBUG [Thread-1] httpclient.wire - << " 
logo.src="/home/home_graphics/box_text/logo_box.gif"[\r][\n]"
991    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
991    DEBUG [Thread-1] httpclient.wire - << "}[\r][\n]"
991    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
991    DEBUG [Thread-1] httpclient.wire - << "// end hide -->[\r][\n]"
992    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
992    DEBUG [Thread-1] httpclient.wire - << "</script>[\r][\n]"
992    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
992    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
992    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
993    DEBUG [Thread-1] httpclient.wire - << "</head>[\r][\n]"
993    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
993    DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
993    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
994    DEBUG [Thread-1] httpclient.wire - << "<body bgcolor="#ffffff" 
text="#000000" link="#000066" vlink="#990000" alink="#ff9900">[\r][\n]"
999    DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1000   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1000   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1000   DEBUG [Thread-1] httpclient.wire - << "<br><br>[\r][\n]"
1000   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1001   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1001   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1001   DEBUG [Thread-1] httpclient.wire - << "<p><center>[\r][\n]"
1001   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1002   DEBUG [Thread-1] httpclient.wire - << "<table width="600" 
border="0" cellspacing="0" cellpadding="0">[\r][\n]"
1002   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1002   DEBUG [Thread-1] httpclient.wire - << "<tr>[\r][\n]"
1002   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1003   DEBUG [Thread-1] httpclient.wire - << "[0x9]<td width="150" 
rowspan="2" valign="top">[\r][\n]"
1003   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1004   DEBUG [Thread-1] httpclient.wire - << "        <map 
name="nav_text"> [\r][\n]"
1004   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1005   DEBUG [Thread-1] httpclient.wire - << "          <area 
shape="RECT" coords="4,218,66,243" 
href="http://www.computerhistory.org/search/index.page" [\r][\n]"
1005   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1006   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1006   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1006   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=searcher.src; [\r][\n]"
1006   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1008   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=search_descr.src; [\r][\n]"
1008   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1009   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1009   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1009   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1009   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1010   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1010   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1012   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1012   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1012   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1012   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1013   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1013   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1014   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="4,163,69,218" 
href="http://www.computerhistory.org/about/index.page" [\r][\n]"
1014   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1014   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1015   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1015   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=about.src; [\r][\n]"
1015   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1016   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=about_descr.src; [\r][\n]"
1016   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1016   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1016   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1017   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1017   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1018   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1018   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1019   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1019   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1020   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1020   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1020   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1020   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1021   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="6,136,65,164" 
href="http://www.computerhistory.org/contribute/index.page" [\r][\n]"
1022   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1022   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1022   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1023   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=contribute.src; [\r][\n]"
1023   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1023   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=contribute_descr.src; [\r][\n]"
1023   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1024   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1024   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1024   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1025   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1025   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1025   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1026   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1026   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1027   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1027   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1030   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1031   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1032   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="7,113,65,136" 
href="http://www.computerhistory.org/events/index.page" [\r][\n]"
1032   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1032   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1032   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1033   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=events.src; [\r][\n]"
1033   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1034   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=events_descr.src; [\r][\n]"
1034   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1034   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1034   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1035   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1035   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1035   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1036   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1036   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1036   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1037   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1037   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1037   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1037   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1038   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="4,25,67,45" 
href="http://www.computerhistory.org/timeline/" [\r][\n]"
1038   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1039   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1040   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1040   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=timeline.src; [\r][\n]"
1040   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1042   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=timeline_descr.src; [\r][\n]"
1042   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1043   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1043   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1043   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1043   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1044   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1044   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1044   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1045   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1045   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1045   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1045   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1045   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1046   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="3,45,69,71" 
href="http://www.computerhistory.org/collections/index.page" [\r][\n]"
1047   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1047   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1047   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1048   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=collections.src; [\r][\n]"
1048   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1049   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=collections_descr.src; [\r][\n]"
1049   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1049   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1049   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1050   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1050   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1050   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1051   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1051   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1051   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1052   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1052   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1052   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1052   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1053   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="5,71,65,91" 
href="http://www.computerhistory.org/exhibits/index.page" [\r][\n]"
1053   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1054   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1054   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1054   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=exhibits.src; [\r][\n]"
1054   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1055   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=exhibits_descr.src; [\r][\n]"
1056   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1056   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1056   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1057   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1057   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1058   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1058   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1061   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1061   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1062   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1062   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1062   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1062   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1063   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]  <area 
shape="RECT" coords="7,91,66,114" 
href="http://www.computerhistory.org/research/index.page" [\r][\n]"
1064   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1064   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onMouseOver="if(banimate) [\r][\n]"
1064   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1065   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]bullets.src=research.src; [\r][\n]"
1065   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1065   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=research_descr.src; [\r][\n]"
1065   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1066   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1066   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1066   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onMouseOut ="if 
(banimate) [\r][\n]"
1066   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1067   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]bullets.src 
=empty.src; [\r][\n]"
1067   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1068   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]nav_descr.src=empty_descr.src; [\r][\n]"
1068   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1068   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1068   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1070   DEBUG [Thread-1] httpclient.wire - << "    [0x9]</map>[\r][\n]"
1070   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1071   DEBUG [Thread-1] httpclient.wire - << "        <IMG align=bottom 
border=0 height=250 isMap[\r][\n]"
1071   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1071   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]src="/home/home_graphics/nav_home/nav_text.gif"    [\r][\n]"
1071   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1072   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]useMap=#nav_text 
width=67><IMG align=bottom border=0 height=250 name=bullets   [\r][\n]"
1072   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1074   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]src="/home/home_graphics/nav_home/nav_bullets.gif" 
width=10><IMG align=bottom border=0 height=250 name=nav_descr [\r][\n]"
1074   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1075   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]src="/home/home_graphics/nav_home/nav_white.gif" 
width=73></td>[\r][\n]"
1075   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1075   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1075   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1076   DEBUG [Thread-1] httpclient.wire - << "[0x9]<td width="150" 
height="150" align="middle">[\r][\n]"
1076   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1076   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<p 
align=left>[\r][\n]"
1076   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1077   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<A 
href="/about/index.page" [\r][\n]"
1077   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1078   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onmouseout="if 
(banimate) [\r][\n]"
1078   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1078   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]text_box.src=none.src; [\r][\n]"
1078   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1079   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return true" 
[\r][\n]"
1079   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1083   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onmouseover="if(banimate) [\r][\n]"
1083   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1084   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]text_box.src=logo.src; [\r][\n]"
1084   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1084   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1084   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1085   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<IMG 
align=bottom border=0 height=150 src="/home/home_graphics/newlogo.gif" 
width=150></A></p></td>[\r][\n]"
1086   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1087   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1087   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1088   DEBUG [Thread-1] httpclient.wire - << "[0x9]<td width="150" 
height="150" align="middle">[\r][\n]"
1088   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1090   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<IMG 
align=bottom height=150 name=text_box src="/home/home_graphics/red.gif" 
width=150 ></td>[\r][\n]"
1090   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1091   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1093   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1094   DEBUG [Thread-1] httpclient.wire - << "[0x9]<td width="150" 
rowspan="2" valign="bottom">[\r][\n]"
1094   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1095   DEBUG [Thread-1] httpclient.wire - << "[0x9]<IMG align=bottom 
height=300 src="/home/home_graphics/welcome.gif" width=150></td>[\r][\n]"
1095   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1095   DEBUG [Thread-1] httpclient.wire - << "</tr>[\r][\n]"
1095   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1096   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1096   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1097   DEBUG [Thread-1] httpclient.wire - << "<tr>[\r][\n]"
1097   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1097   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1097   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1098   DEBUG [Thread-1] httpclient.wire - << "[0x9]<td width="150" 
height="150" align="middle">[\r][\n]"
1098   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1098   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<p 
align=left>[\r][\n]"
1098   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1099   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<A 
href="/about/index.page" [\r][\n]"
1099   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1100   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onmouseout="if 
(banimate) [\r][\n]"
1100   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1100   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]text_box.src=none.src; [\r][\n]"
1100   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1101   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return true" 
[\r][\n]"
1101   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1101   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onmouseover="if(banimate) [\r][\n]"
1101   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1102   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]text_box.src=tcmhc.src; [\r][\n]"
1102   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1102   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true">[\r][\n]"
1102   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1103   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<IMG 
align=bottom border=0 height=150 
src="/home/home_graphics/box_text/yellow.gif" 
width=150></A></p></td>[\r][\n]"
1104   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1105   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1105   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1106   DEBUG [Thread-1] httpclient.wire - << "[0x9]<td width="150" 
height="150" align="right">[\r][\n]"
1106   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1106   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]<A 
href="/tdih/august/01/index.page"[\r][\n]"
1106   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1107   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]onmouseout="if 
(banimate)[\r][\n]"
1107   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1107   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]text_box.src=none.src;[\r][\n]"
1108   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1108   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"[\r][\n]"
1108   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1108   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]onmouseover="if(banimate) [\r][\n]"
1109   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1109   DEBUG [Thread-1] httpclient.wire - << 
"[0x9][0x9]text_box.src=tdih.src; [\r][\n]"
1109   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1110   DEBUG [Thread-1] httpclient.wire - << "[0x9][0x9]return 
true"><IMG align=bottom border=0 height=150 
src="/tdih/august/01/tdih_photo.gif" width=150></A></td>[\r][\n]"
1110   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1111   DEBUG [Thread-1] httpclient.wire - << "[0x9][\r][\n]"
1111   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1111   DEBUG [Thread-1] httpclient.wire - << "</tr>[\r][\n]"
1111   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1112   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1112   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1112   DEBUG [Thread-1] httpclient.wire - << "</table>[\r][\n]"
1112   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1112   DEBUG [Thread-1] httpclient.wire - << "<br>[\r][\n]"
1112   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1113   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1113   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1113   DEBUG [Thread-1] httpclient.wire - << "<center>[\r][\n]"
1113   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1113   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1114   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1160   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1161   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1161   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1161   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1162   DEBUG [Thread-1] httpclient.wire - << "<table width="600" 
border="0" cellspacing="0" cellpadding="0">[\r][\n]"
1162   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1162   DEBUG [Thread-1] httpclient.wire - << "[0x9]<tr><td 
colspan="3">&nbsp;</td></tr>[\r][\n]"
1162   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1163   DEBUG [Thread-1] httpclient.wire - << "      <tr> [\r][\n]"
1163   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1163   DEBUG [Thread-1] httpclient.wire - << "        <td 
width="150">&nbsp;</td>[\r][\n]"
1163   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1164   DEBUG [Thread-1] httpclient.wire - << "        <td 
width="300">[\r][\n]"
1164   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1164   DEBUG [Thread-1] httpclient.wire - << "[0x9]      <div 
align="center"> [\r][\n]"
1165   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1166   DEBUG [Thread-1] httpclient.wire - << "            <P><font 
face="Arial, Helvetica, sans-serif"> <A href="/bldg"><img 
src="/home/home_graphics/MuseumHome.gif" width="299" height="57" 
alt="Visit our new building" border="0"></A><br>[\r][\n]"
1166   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1167   DEBUG [Thread-1] httpclient.wire - << " 
</font></p>[\r][\n]"
1167   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1169   DEBUG [Thread-1] httpclient.wire - << "<!--            <P><font 
face="Arial, Helvetica, sans-serif"><a href="/store"><img 
src="/home/home_graphics/estore.gif" width="299" height="57" alt="Visit 
our Online eStore" border="0"></a></font></p> -->[\r][\n]"
1169   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1169   DEBUG [Thread-1] httpclient.wire - << "</div>[\r][\n]"
1169   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1170   DEBUG [Thread-1] httpclient.wire - << "        </td>[\r][\n]"
1170   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1170   DEBUG [Thread-1] httpclient.wire - << "        <td 
width="150">&nbsp;</td>[\r][\n]"
1170   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1171   DEBUG [Thread-1] httpclient.wire - << "      </tr>[\r][\n]"
1171   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1171   DEBUG [Thread-1] httpclient.wire - << "    </table>[\r][\n]"
1171   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1172   DEBUG [Thread-1] httpclient.wire - << "    <br>[\r][\n]"
1172   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1172   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1172   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1174   DEBUG [Thread-1] httpclient.wire - << "    <font face="Arial, 
Helvetica, sans-serif" size="-2">[\r][\n]"
1174   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1174   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/timeline/">Timeline</A> | [\r][\n]"
1174   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1176   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/collections/index.page">Collections</A> | [\r][\n]"
1176   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1177   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/exhibits/index.page">Exhibits</A> | [\r][\n]"
1177   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1178   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/research/index.page">Research</A> | [\r][\n]"
1178   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1178   DEBUG [Thread-1] httpclient.wire - << "[0x9]<a 
href="/core/">Publications</a> |[\r][\n]"
1179   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1181   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/events/index.page">Events</A> | [\r][\n]"
1181   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1182   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/contribute/index.page">Contribute</A> |[\r][\n]"
1182   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1182   DEBUG [Thread-1] httpclient.wire - << "[0x9]<a 
href="/store/videos">Videos</a> [\r][\n]"
1182   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1183   DEBUG [Thread-1] httpclient.wire - << "[0x9]<BR>[\r][\n]"
1183   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1183   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/about/index.page">About the Museum</A> | [\r][\n]"
1183   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1184   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/search/index.page">Site Search</A> |[\r][\n]"
1184   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1185   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/copyright/index.page">Copyright</A> | [\r][\n]"
1185   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1186   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/privacy/index.page">Privacy</A> | [\r][\n]"
1186   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1186   DEBUG [Thread-1] httpclient.wire - << "[0x9]<A 
HREF="/feedback/index.page">Feedback</A> [\r][\n]"
1187   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1188   DEBUG [Thread-1] httpclient.wire - << "  </font></center>[\r][\n]"
1188   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1189   DEBUG [Thread-1] httpclient.wire - << "[0x9]<p 
align="center"><font size="-2">[\r][\n]"
1189   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1190   DEBUG [Thread-1] httpclient.wire - << "[0x9]&copy; 2003 Computer 
History Museum. All rights reserved.[\r][\n]"
1190   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1190   DEBUG [Thread-1] httpclient.wire - << "[0x9]</font></p>[\r][\n]"
1190   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1190   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1191   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1191   DEBUG [Thread-1] httpclient.wire - << "</center></body>[\r][\n]"
1191   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1191   DEBUG [Thread-1] httpclient.wire - << "[\r][\n]"
1191   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1192   DEBUG [Thread-1] httpclient.wire - << "</html>[\r][\n]"
1192   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.readLine()
1193   DEBUG [Thread-1] httpclient.HttpMethodBase - Closing the connection.
1193   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.close()
1193   DEBUG [Thread-1] httpclient.HttpConnection - enter 
HttpConnection.closeSockedAndStreams()
1194   INFO  [Thread-1] httpclient.HttpMethodBase - Recoverable 
exception caught when processing request
1201   WARN  [Thread-1] httpclient.HttpMethodBase - Recoverable 
exception caught but MethodRetryHandler.retryMethod() returned false, 
rethrowing exception


Re: unable to find line starting with "HTTP" error

Posted by Oleg Kalnichevski <ol...@apache.org>.
OK. Now I know what is going on here. The server simply send the HTML
page body without ANY response header of what so ever. No wonder
HttpClient cannot find a status line. Stuff like that cannot work, as
far as I am concerned. Feel free to drop the webmaster of that site a
line.

Oleg