You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Thomas Hehl <th...@nowhereatall.com> on 2005/09/28 00:33:38 UTC

Unable to connect

OK, Roland, I've finally gotten back to where I can work on this. You requested that I do full wire logging. As I understand it, it says to put these lines in your code:

            System.setProperty("org.apache.commons.logging.Log",
                                "org.apache.commons.logging.impl.SimpleLog");
            System.setProperty(
                            "org.apache.commons.logging.simplelog.showdatetime",
                                "true");
            System.setProperty(
            "org.apache.commons.logging.simplelog.log.httpclient.wire",
                                "debug");
            System.setProperty(
            "org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
                                "debug");

If I'm wrong about this, please let me know.

Here is the output...


rex version 0.9.3

copyright 2005, Heavyweight Software, all rights reserved

Process started at 09/27/2005 at 05:17:26 AM

0    [main] INFO  heavyweight.io.CgiProcessor  - Constructor

0 [main] INFO heavyweight.io.CgiProcessor  - Constructor

0    [main] DEBUG heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

0 [main] DEBUG heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:26:375 EDT [DEBUG] HttpClient - Java version: 1.5.0_05

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Java vendor: Sun Microsystems Inc.

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Java class path: rex.jar

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Operating system name: Windows XP

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Operating system architecture: x86

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Operating system version: 5.1

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SUN 1.5: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunRsaSign 1.5: Sun RSA signature provider

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunJSSE 1.5: Sun JSSE provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunJCE 1.5: SunJCE Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, PBE, Diffie-Hellman, HMAC)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunJGSS 1.0: Sun (Kerberos v5)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunSASL 1.5: Sun SASL provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)

2005/09/27 05:17:26:705 EDT [DEBUG] DefaultHttpParams - Set parameter http.useragent = Jakarta Commons-HttpClient/3.0-rc3

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter http.protocol.version = HTTP/1.1

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter http.connection-manager.class = class org.apache.commons.httpclient.SimpleHttpConnectionManager

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter http.protocol.cookie-policy = rfc2109

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter http.protocol.element-charset = US-ASCII

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter http.protocol.content-charset = ISO-8859-1

2005/09/27 05:17:26:725 EDT [DEBUG] DefaultHttpParams - Set parameter http.method.retry-handler = org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@1d6096

2005/09/27 05:17:26:725 EDT [DEBUG] DefaultHttpParams - Set parameter http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z]

2005/09/27 05:17:26:745 EDT [DEBUG] DefaultHttpParams - Set parameter http.connection.timeout = 5000

2005/09/27 05:17:26:765 EDT [DEBUG] DefaultHttpParams - Set parameter http.protocol.single-cookie-header = true

2005/09/27 05:17:26:765 EDT [DEBUG] DefaultHttpParams - Set parameter http.protocol.cookie-policy = rfc2109

580  [main] INFO  heavyweight.io.CgiProcessor  - Leaving constructor

580 [main] INFO heavyweight.io.CgiProcessor  - Leaving constructor

2005/09/27 05:17:26:946 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:096 EDT [DEBUG] HttpMethodDirector - Closing the connection.

2005/09/27 05:17:27:096 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:096 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

911  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


911 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


911  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

911 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:096 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Closing the connection.

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

921  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


921 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


921  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

921 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Closing the connection.

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

921  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


921 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


921  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

921 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Closing the connection.

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

931  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


931 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


931  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

931 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Closing the connection.

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

931  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


931 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


931  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

931 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:126 EDT [DEBUG] HttpMethodDirector - Closing the connection.

2005/09/27 05:17:27:126 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:126 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.

941  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


941 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'


941  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

941 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

Exception in thread "main" java.io.IOException: heavyweight.Exception: Unable to connect to 'orgs.xml'


	at retransform.idxloader.ParagonUtil.findImages(ParagonUtil.java:45)

	at rex.IdxFileConverter.main(IdxFileConverter.java:296)



Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org


Re: Unable to connect

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Tue, Sep 27, 2005 at 03:33:38PM -0700, Thomas Hehl wrote:
> 2005/09/27 05:17:26:946 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245
> 

The host name is wrong. It should be orgmeta.xmlsweb.com, not
http://orgmeta.xmlsweb.com

Oleg


> 2005/09/27 05:17:27:096 EDT [DEBUG] HttpMethodDirector - Closing the connection.
> 
> 2005/09/27 05:17:27:096 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
> 
> 2005/09/27 05:17:27:096 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.
> 
> 911  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 911 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 911  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 911 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 2005/09/27 05:17:27:096 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Closing the connection.
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.
> 
> 921  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 921 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 921  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 921 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Closing the connection.
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.
> 
> 921  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 921 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 921  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 921 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Closing the connection.
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.
> 
> 931  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 931 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 931  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 931 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Closing the connection.
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.
> 
> 931  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 931 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 931  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 931 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Open connection to http://orgmeta.xmlsweb.com:3245
> 
> 2005/09/27 05:17:27:126 EDT [DEBUG] HttpMethodDirector - Closing the connection.
> 
> 2005/09/27 05:17:27:126 EDT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted
> 
> 2005/09/27 05:17:27:126 EDT [DEBUG] HttpConnection - Releasing connection back to connection manager.
> 
> 941  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 941 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 'orgs.xml'
> 
> 
> 941  [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> 941 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com
> 
> Exception in thread "main" java.io.IOException: heavyweight.Exception: Unable to connect to 'orgs.xml'
> 
> 
> 	at retransform.idxloader.ParagonUtil.findImages(ParagonUtil.java:45)
> 
> 	at rex.IdxFileConverter.main(IdxFileConverter.java:296)
> 
> 
> 
> Thanks!
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: httpclient-user-help@jakarta.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org


Re: Unable to connect

Posted by Roland Weber <RO...@de.ibm.com>.
Hi Thomas,

I can't tell you how to configure your logging, since that
depends on the environment in which your code is running,
and on the logging framework you are using.
What I can tell you is that I still don't see any ">>>" or
"<<<" output between the log statements at 05:17:26:946
and 05:17:27:096. Or anywhere else, for that matter. So
either nothing is sent, or you did not succeed in enabling
the wire log.

Has anyone else an idea what's happening here?

cheers,
  Roland

 



Thomas Hehl <th...@nowhereatall.com> 
28.09.2005 00:33
Please respond to
"HttpClient User Discussion"


To
httpclient-user@jakarta.apache.org
cc

Subject
Unable to connect






OK, Roland, I've finally gotten back to where I can work on this. You 
requested that I do full wire logging. As I understand it, it says to put 
these lines in your code:

            System.setProperty("org.apache.commons.logging.Log",
 "org.apache.commons.logging.impl.SimpleLog");
            System.setProperty(
 "org.apache.commons.logging.simplelog.showdatetime",
                                "true");
            System.setProperty(
            "org.apache.commons.logging.simplelog.log.httpclient.wire",
                                "debug");
            System.setProperty(
 "org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
                                "debug");

If I'm wrong about this, please let me know.

Here is the output...


rex version 0.9.3

copyright 2005, Heavyweight Software, all rights reserved

Process started at 09/27/2005 at 05:17:26 AM

0    [main] INFO  heavyweight.io.CgiProcessor  - Constructor

0 [main] INFO heavyweight.io.CgiProcessor  - Constructor

0    [main] DEBUG heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

0 [main] DEBUG heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:26:375 EDT [DEBUG] HttpClient - Java version: 1.5.0_05

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Java vendor: Sun 
Microsystems Inc.

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Java class path: rex.jar

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Operating system name: 
Windows XP

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Operating system 
architecture: x86

2005/09/27 05:17:26:385 EDT [DEBUG] HttpClient - Operating system version: 
5.1

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SUN 1.5: SUN (DSA 
key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; 
X.509 certificates; JKS keystore; PKIX CertPathValidator; PKIX 
CertPathBuilder; LDAP, Collection CertStores)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunRsaSign 1.5: Sun RSA 
signature provider

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunJSSE 1.5: Sun JSSE 
provider(PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunJCE 1.5: SunJCE 
Provider (implements RSA, DES, Triple DES, AES, Blowfish, ARCFOUR, RC2, 
PBE, Diffie-Hellman, HMAC)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunJGSS 1.0: Sun 
(Kerberos v5)

2005/09/27 05:17:26:685 EDT [DEBUG] HttpClient - SunSASL 1.5: Sun SASL 
provider(implements client mechanisms for: DIGEST-MD5, GSSAPI, EXTERNAL, 
PLAIN, CRAM-MD5; server mechanisms for: DIGEST-MD5, GSSAPI, CRAM-MD5)

2005/09/27 05:17:26:705 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.useragent = Jakarta Commons-HttpClient/3.0-rc3

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.protocol.version = HTTP/1.1

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.connection-manager.class = class 
org.apache.commons.httpclient.SimpleHttpConnectionManager

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.protocol.cookie-policy = rfc2109

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.protocol.element-charset = US-ASCII

2005/09/27 05:17:26:715 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.protocol.content-charset = ISO-8859-1

2005/09/27 05:17:26:725 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.method.retry-handler = 
org.apache.commons.httpclient.DefaultHttpMethodRetryHandler@1d6096

2005/09/27 05:17:26:725 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.dateparser.patterns = [EEE, dd MMM yyyy HH:mm:ss zzz, EEEE, dd-MMM-yy 
HH:mm:ss zzz, EEE MMM d HH:mm:ss yyyy, EEE, dd-MMM-yyyy HH:mm:ss z, EEE, 
dd-MMM-yyyy HH-mm-ss z, EEE, dd MMM yy HH:mm:ss z, EEE dd-MMM-yyyy 
HH:mm:ss z, EEE dd MMM yyyy HH:mm:ss z, EEE dd-MMM-yyyy HH-mm-ss z, EEE 
dd-MMM-yy HH:mm:ss z, EEE dd MMM yy HH:mm:ss z, EEE,dd-MMM-yy HH:mm:ss z, 
EEE,dd-MMM-yyyy HH:mm:ss z, EEE, dd-MM-yyyy HH:mm:ss z]

2005/09/27 05:17:26:745 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.connection.timeout = 5000

2005/09/27 05:17:26:765 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.protocol.single-cookie-header = true

2005/09/27 05:17:26:765 EDT [DEBUG] DefaultHttpParams - Set parameter 
http.protocol.cookie-policy = rfc2109

580  [main] INFO  heavyweight.io.CgiProcessor  - Leaving constructor

580 [main] INFO heavyweight.io.CgiProcessor  - Leaving constructor

2005/09/27 05:17:26:946 EDT [DEBUG] HttpConnection - Open connection to 
http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:096 EDT [DEBUG] HttpMethodDirector - Closing the 
connection.

2005/09/27 05:17:27:096 EDT [DEBUG] HttpMethodDirector - Method retry 
handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:096 EDT [DEBUG] HttpConnection - Releasing connection 
back to connection manager.

911  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


911 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


911  [main] ERROR heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

911 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:096 EDT [DEBUG] HttpConnection - Open connection to 
http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Closing the 
connection.

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Method retry 
handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Releasing connection 
back to connection manager.

921  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


921 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


921  [main] ERROR heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

921 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Open connection to 
http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Closing the 
connection.

2005/09/27 05:17:27:106 EDT [DEBUG] HttpMethodDirector - Method retry 
handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Releasing connection 
back to connection manager.

921  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


921 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


921  [main] ERROR heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

921 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:106 EDT [DEBUG] HttpConnection - Open connection to 
http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Closing the 
connection.

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Method retry 
handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Releasing connection 
back to connection manager.

931  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


931 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


931  [main] ERROR heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

931 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Open connection to 
http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Closing the 
connection.

2005/09/27 05:17:27:116 EDT [DEBUG] HttpMethodDirector - Method retry 
handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Releasing connection 
back to connection manager.

931  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


931 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


931  [main] ERROR heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

931 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

2005/09/27 05:17:27:116 EDT [DEBUG] HttpConnection - Open connection to 
http://orgmeta.xmlsweb.com:3245

2005/09/27 05:17:27:126 EDT [DEBUG] HttpMethodDirector - Closing the 
connection.

2005/09/27 05:17:27:126 EDT [DEBUG] HttpMethodDirector - Method retry 
handler returned false. Automatic recovery will not be attempted

2005/09/27 05:17:27:126 EDT [DEBUG] HttpConnection - Releasing connection 
back to connection manager.

941  [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


941 [main] ERROR heavyweight.io.CgiProcessor  - Unable to connect to 
'orgs.xml'


941  [main] ERROR heavyweight.io.CgiProcessor  - 
http://orgmeta.xmlsweb.com

941 [main] ERROR heavyweight.io.CgiProcessor  - http://orgmeta.xmlsweb.com

Exception in thread "main" java.io.IOException: heavyweight.Exception: 
Unable to connect to 'orgs.xml'


                 at 
retransform.idxloader.ParagonUtil.findImages(ParagonUtil.java:45)

                 at rex.IdxFileConverter.main(IdxFileConverter.java:296)



Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org