Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 69930 invoked from network); 19 Mar 2008 14:09:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 14:09:02 -0000 Received: (qmail 13750 invoked by uid 500); 19 Mar 2008 14:08:59 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 13736 invoked by uid 500); 19 Mar 2008 14:08:59 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 13725 invoked by uid 99); 19 Mar 2008 14:08:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 07:08:59 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.39.3.85] (HELO wbm5.pair.net) (66.39.3.85) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 14:08:21 +0000 Received: by wbm5.pair.net (Postfix, from userid 65534) id A470934D1A; Wed, 19 Mar 2008 10:08:30 -0400 (EDT) Received: from 124.43.227.134 ([124.43.227.134]) (SquirrelMail authenticated user senaka@wso2.com) by webmail5.pair.com with HTTP; Wed, 19 Mar 2008 19:38:30 +0530 (IST) Message-ID: <42979.124.43.227.134.1205935710.squirrel@webmail5.pair.com> In-Reply-To: <89fb8be00803190602t56edd862u26e91a6b5330bb7a@mail.gmail.com> References: <89fb8be00803190602t56edd862u26e91a6b5330bb7a@mail.gmail.com> Date: Wed, 19 Mar 2008 19:38:30 +0530 (IST) Subject: Re: "Transport sender value is NULL, unable to continue" From: "Senaka Fernando" To: "Apache AXIS C User List" Reply-To: senaka@wso2.com User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Hi S�rgio, If you are using HTTPS yes, this can be an issue. Please add these to your axis2.xml HTTP/1.1 [/path/to/ca/certificate] [/path/to/client/certificate/chain/file] [passphrase] And, 6060 false Also, suitably replace the content inside '[' ']'. Regards, Senaka > Hello, > > I'm having issues with Axis2/C (latest release). I'm running into an > issue I've seen described in some places while searching for info, > here's the log: > > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *request_uri_based_dispatcher added to the index 0 of the phase > Transport > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *addressing_based_dispatcher added to the index 1 of the phase > Transport > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *rest_dispatcher added to the index 0 of the phase Dispatch > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *soap_message_body_based_dispatcher added to the index 1 of the phase > Dispatch > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *soap_action_based_dispatcher added to the index 2 of the phase > Dispatch > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *dispatch_post_conditions_evaluator added to the index 0 of the phase > PostDispatch > [Wed Mar 19 12:49:16 2008] [debug] phase.c(121) axis2_handler_t > *context_handler added to the index 1 of the phase PostDispatch > [Wed Mar 19 12:49:16 2008] [debug] conf_builder.c(233) no custom > dispatching order found continue with default dispatching order > [Wed Mar 19 12:49:16 2008] [error] conf_builder.c(860) transport > sender value is NULL, unable to continue > [Wed Mar 19 12:49:16 2008] [error] conf_builder.c(262) conf builder > process transport senders failed, unable to continue > [Wed Mar 19 12:49:16 2008] [error] conf_init.c(229) dep engine load > failed. conf value is NULL > >>>From what I gathered, this is usually due to Axis not being able to > find the dynamic libraries (the .so files, in this case, since I'm > running Linux). I find that odd because I chose /usr as the > installation prefix, so that all the library files were neatly > installed in /usr/lib. And when I run ldd on my binary, it seems to > find everything, including libaxis2_http_sender.so.0, which would > presumably be the problem: > > $ ldd main > linux-gate.so.1 => (0xffffe000) > libaxutil.so.0 => /usr/lib/libaxutil.so.0 (0xf7fde000) > libaxis2_axiom.so.0 => /usr/lib/libaxis2_axiom.so.0 (0xf7fb9000) > libaxis2_parser.so.0 => /usr/lib/libaxis2_parser.so.0 (0xf7fb1000) > libaxis2_engine.so.0 => /usr/lib/libaxis2_engine.so.0 (0xf7f60000) > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x4db9c000) > libaxis2_http_sender.so.0 => > /usr/lib/libaxis2_http_sender.so.0 (0xf7f4c000) > libaxis2_http_receiver.so.0 => > /usr/lib/libaxis2_http_receiver.so.0 (0xf7f48000) > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x4da5f000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x4d92b000) > libz.so.1 => /usr/lib/libz.so.1 (0x4db77000) > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4e38e000) > libneethi.so.0 => /usr/lib/libneethi.so.0 (0xf7f2b000) > libaxis2_http_common.so.0 => > /usr/lib/libaxis2_http_common.so.0 (0xf7f1b000) > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x4da65000) > /lib/ld-linux.so.2 (0x4d912000) > libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0x4f76d000) > libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 > (0x4f543000) > > I'm trying to run a SOAP connection over https, could that be part of > the problem? I'm including my axis2.xml, in case it helps. > > Thanks in advance! > > Cheers, > S�rgio Gomes > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-user-help@ws.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org