0 [main] DEBUG org.apache.commons.httpclient.methods.GetMethod - enter GetMethod(String) 10 [main] DEBUG org.apache.commons.httpclient.methods.PostMethod - enter PostMethod.setRequestBody(String) 20 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.setRequestBody(String) 20 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter getContentCharSet( Header contentheader ) 20 [main] DEBUG org.apache.commons.httpclient.HttpMethod - Default charset used: ISO-8859-1 20 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.setRequestContentLength(int) 50 [main] DEBUG org.apache.commons.httpclient.HttpClient - enter HttpClient.executeMethod(HttpMethod) 50 [main] DEBUG org.apache.commons.httpclient.HttpClient - enter HttpClient.executeMethod(HostConfiguration,HttpMethod) 60 [main] DEBUG org.apache.commons.httpclient.HttpConnection - creating connection for 192.168.13.32:8443 via null:-1 using protocol: https:443 60 [main] DEBUG org.apache.commons.httpclient.HttpConnection - HttpConnection.setSoTimeout(0) 60 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.open() 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.execute(HttpState, HttpConnection) 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - Execute loop try 1 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.processRequest(HttpState, HttpConnection) 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - Attempt number 1 to write request 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.writeRequest(HttpState, HttpConnection) 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.writeRequestLine(HttpState, HttpConnection) 5498 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.generateRequestLine(HttpConnection, String, String, String, String) 5508 [main] DEBUG httpclient.wire - >> "POST /examples/servlet/HelloWorld HTTP/1.1[\r][\n]" 5508 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.print(String) 5508 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[]) 5508 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[], int, int) 5508 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.writeRequestHeaders(HttpState,HttpConnection) 5518 [main] DEBUG org.apache.commons.httpclient.methods.ExpectContinueMethod - enter ExpectContinueMethod.addRequestHeaders(HttpState, HttpConnection) 5518 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addRequestHeaders(HttpState, HttpConnection) 5518 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addUserAgentRequestHeaders(HttpState, HttpConnection) 5518 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addHostRequestHeader(HttpState, HttpConnection) 5518 [main] DEBUG org.apache.commons.httpclient.HttpMethod - Adding Host request header 5518 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addCookieRequestHeader(HttpState, HttpConnection) 5538 [main] DEBUG org.apache.commons.httpclient.HttpState - enter HttpState.getCookies() 5548 [main] DEBUG org.apache.commons.httpclient.cookie.CookieSpec - enter CookieSpecBase.match(String, int, String, boolean, Cookie[]) 5548 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addAuthorizationRequestHeader(HttpState, HttpConnection) 5548 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addProxyAuthorizationRequestHeader(HttpState, HttpConnection) 5548 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.addContentLengthRequestHeader(HttpState, HttpConnection) 5548 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.getRequestContentLength() 5548 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.bufferContent() 5548 [main] DEBUG httpclient.wire - >> "User-Agent: Jakarta Commons-HttpClient/2.0alpha3[\r][\n]" 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.print(String) 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[]) 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[], int, int) 5548 [main] DEBUG httpclient.wire - >> "Host: 192.168.13.32:8443[\r][\n]" 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.print(String) 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[]) 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[], int, int) 5548 [main] DEBUG httpclient.wire - >> "Content-Length: 4913[\r][\n]" 5548 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.print(String) 5558 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[]) 5558 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[], int, int) 5558 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.writeLine() 5558 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[]) 5558 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.write(byte[], int, int) 5558 [main] DEBUG httpclient.wire - >> "[\r][\n]" 5558 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.writeRequestBody(HttpState, HttpConnection) 5558 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.getRequestContentLength() 5558 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.bufferContent() 5558 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - enter EntityEnclosingMethod.getRequestBody() 5558 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.getRequestOutputStream() 5558 [main] DEBUG httpclient.wire - >> "[\r][\n]" 5568 [main] DEBUG httpclient.wire - >> "[\r][\n]" 5568 [main] DEBUG httpclient.wire - >> "> "D:\projekte\bfa\xml_project\vonHost.xsd">[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " R[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " 12345[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " IDID[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " IKIKIKIKI[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " TR[0xfffd]?GERTR[0xfffd]?GERTR[0xfffd]?GERTR[0xfffd]?GERTR[0xfffd]?GERTR[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " IKIKIKIKI[\r][\n]" 5578 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " NRNRNR[\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " 012345678901[\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " COSIC [\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " DOMAGOJ [\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " 0[\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " M[\r][\n]" 5588 [main] DEBUG httpclient.wire - >> " 29081967[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " 12345678[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " 04-04-2003----[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " 000000[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " 05042003[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " 07042003[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " 030[\r][\n]" 5598 [main] DEBUG httpclient.wire - >> " E[\r][\n]" 5628 [main] DEBUG httpclient.wire - >> " W[\r][\n]" 5628 [main] DEBUG httpclient.wire - >> " 0[\r][\n]" 5628 [main] DEBUG httpclient.wire - >> " H[\r][\n]" 5628 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5628 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5628 [main] DEBUG httpclient.wire - >> " RNRNRN[\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " 123456789012[\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " SCHULZE [\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " ANDREAS [\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " 0[\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " M[\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " 01011900[\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5638 [main] DEBUG httpclient.wire - >> " 23456789[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " 04-04-2003----[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " 000000[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " 06042003[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " 08042003[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " 060[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " E[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " W[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " 0[\r][\n]" 5648 [main] DEBUG httpclient.wire - >> " H[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 000000[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 00[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 00[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 000[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 00[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 00[\r][\n]" 5658 [main] DEBUG httpclient.wire - >> " 0000[\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " 0000[\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " A [\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " B [\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " 0[\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " C [\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " 10000[\r][\n]" 5668 [main] DEBUG httpclient.wire - >> " D [\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " 1 [\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " 2 [\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " @ [\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " K[\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " M[\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " 00[\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5678 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " K[\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " F> "HT>[\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " 00[\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " ZZ[\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " S [\r][\n]" 5688 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " S [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " 192.168.100.100[\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " 123 [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " http://bfa [\r][\n]" 5698 [main] DEBUG httpclient.wire - >> " r [\r][\n]" 5708 [main] DEBUG httpclient.wire - >> " [\r][\n]" 5708 [main] DEBUG httpclient.wire - >> "[\r][\n]" 5708 [main] DEBUG org.apache.commons.httpclient.methods.EntityEnclosingMethod - Request body sent 5708 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.readResponse(HttpState, HttpConnection) 5708 [main] DEBUG org.apache.commons.httpclient.HttpMethod - enter HttpMethodBase.readStatusLine(HttpState, HttpConnection) 5708 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.readLine() 5708 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readLine() 5708 [main] DEBUG org.apache.commons.httpclient.HttpParser - enter HttpParser.readRawLine() 65984 [main] WARN org.apache.commons.httpclient.HttpMethod - Recoverable exception caught when reading response 65984 [main] DEBUG org.apache.commons.httpclient.HttpMethod - Closing the connection. 65984 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.close() 65984 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter HttpConnection.closeSockedAndStreams() 65984 [main] ERROR Testclient - IOException: org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP"