From users-return-7502-apmail-qpid-users-archive=qpid.apache.org@qpid.apache.org Sat Jan 19 06:27:47 2013 Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D739CD0A5 for ; Sat, 19 Jan 2013 06:27:47 +0000 (UTC) Received: (qmail 47141 invoked by uid 500); 19 Jan 2013 06:27:47 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 46864 invoked by uid 500); 19 Jan 2013 06:27:47 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 46794 invoked by uid 99); 19 Jan 2013 06:27:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2013 06:27:44 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jan 2013 06:27:38 +0000 Received: from jim.nabble.com ([192.168.236.80]) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TwRtc-0003Ek-3e for users@qpid.apache.org; Fri, 18 Jan 2013 22:27:16 -0800 Date: Fri, 18 Jan 2013 22:27:16 -0800 (PST) From: yonexw To: users@qpid.apache.org Message-ID: <1358576836096-7587185.post@n2.nabble.com> In-Reply-To: <50F93E43.8060904@redhat.com> References: <1358416083607-7587024.post@n2.nabble.com> <50F7D45E.2050205@redhat.com> <1358476106634-7587087.post@n2.nabble.com> <50F91152.4030500@redhat.com> <1358509039167-7587098.post@n2.nabble.com> <50F93E43.8060904@redhat.com> Subject: Re: Failed to parse ssl URL MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Gordon, Thanks for response. I export explicitly QPID_LOAD_MODUL=$RS_LIB/sslconnector.so and I double checked this path is valid. My client application is running linux box with Qpid C++ client API to connect to remote broker. I added a debug log to Connector::registerFactory() after a protocol register correctly in source file qpid/client/Connector.cpp void Connector::registerFactory(const std::string& proto, Factory* connectorFactory) { ....... theProtocolRegistry()[proto] = connectorFactory; *QPID_LOG(debug, "Connector::registerFactory, protocol=" << proto);* } -- View this message in context: http://qpid.2158936.n2.nabble.com/Failed-to-parse-ssl-URL-tp7587024p7587185.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org