Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 27382 invoked from network); 3 Apr 2008 18:48:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 18:48:09 -0000 Received: (qmail 57474 invoked by uid 500); 3 Apr 2008 18:48:08 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 57463 invoked by uid 500); 3 Apr 2008 18:48:08 -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 57451 invoked by uid 99); 3 Apr 2008 18:48:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 11:48:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andre.durst@gmail.com designates 64.233.170.188 as permitted sender) Received: from [64.233.170.188] (HELO rn-out-0910.google.com) (64.233.170.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 18:47:27 +0000 Received: by rn-out-0910.google.com with SMTP id e24so2175138rng.8 for ; Thu, 03 Apr 2008 11:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=oNOPaVvOqhTnnaxHAP5TSo5IlNq9hohOtVY6wpM066Y=; b=h3GmuuHt2dIAS+Vz2MyK7djGQe8Ii4+zwJV4G2byIUumRPiFm1qaSlyY6mLRbIbnCgh7mB1ShXO5xx+LaI5RY/8fmMq9FpLMn85hO6AO/wIpsv7StEwjWydo8Z//fvi2jLMSXHtg4R22OCgmPz/8PxMi8ToRuAIVKQ0bAWrWjKs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=RFS+qI02hYVHAdnUVrpgnUQrpcfRAQ5XsvENo+2tJOUNyCDHRaIJRVPO7PS/8Odw+Q5Z5Db8GqGxKda6e0+69uUjfl90asClXwYNpwqJkLXOtdoG6RAmdHEYbWlZ071ONYoAYoA51E/jEbI8PaIDHRH6CmpkBbFqO5gue7w29B8= Received: by 10.114.52.1 with SMTP id z1mr329970waz.62.1207248458042; Thu, 03 Apr 2008 11:47:38 -0700 (PDT) Received: by 10.114.121.8 with HTTP; Thu, 3 Apr 2008 11:47:38 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 16:47:38 -0200 From: "Andre Coelho" To: axis-c-user@ws.apache.org Subject: Re: Yet another cannot load mod_axis2.dll problem In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3629_3322145.1207248458031" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3629_3322145.1207248458031 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline By the way, I'm using the binaries. On Thu, Apr 3, 2008 at 4:20 PM, Andre Coelho wrote: > So, I'm using apache 2.0.63, Xerces 2.2.0 and Axis c++ 1.6b. > > My httpd looks like this on the end: > > LoadModule axis_module modules/mod_axis2.dll > > SetHandler axis > > > > And the conf like this: > LogPath:C:\Program Files\Apache Group\Apache2\Axis\logs\AxisLog.txt > WSDDFilePath:C:\Program Files\Apache Group\Apache2\Axis\conf\server.wsdd > XMLParser:C:\Program Files\Apache Group\Apache2\Axis\lib\AxisXMLParser.dll > Transport_http:C:\Program Files\Apache > Group\Apache2\Axis\lib\HTTPTransport.dll > Channel_HTTP:C:\Program Files\Apache > Group\Apache2\Axis\lib\HTTPChannel.dll > Channel_HTTP_SSL:C:\Program Files\Apache > Group\Apache2\Axis\lib\HTTPSSLChannel.dll > > > I'm sure all DLLs are on those file paths > > But i still get this when trying to initialize: > > Syntax error on line 957 of C:/Program Files/Apache > Group/Apache2/conf/httpd.conf: > Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll > into server: The specified module could not be found. > > > I know that's an old problem, but i haven't found any helpful answers on > the mailing list. > > Any suggestions? > I'm counting on you guys... > > ------=_Part_3629_3322145.1207248458031 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline By the way, I'm using the binaries.

On Thu, Apr 3, 2008 at 4:20 PM, Andre Coelho <andre.durst@gmail.com> wrote:
So, I'm using apache 2.0.63, Xerces 2.2.0 and Axis c++ 1.6b.

My httpd looks like this on the end:

LoadModule axis_module modules/mod_axis2.dll
<Location /axis>
SetHandler axis
</Location>


And the conf like this:
LogPath:C:\Program Files\Apache Group\Apache2\Axis\logs\AxisLog.txt
WSDDFilePath:C:\Program Files\Apache Group\Apache2\Axis\conf\server.wsdd
XMLParser:C:\Program Files\Apache Group\Apache2\Axis\lib\AxisXMLParser.dll
Transport_http:C:\Program Files\Apache Group\Apache2\Axis\lib\HTTPTransport.dll
Channel_HTTP:C:\Program Files\Apache Group\Apache2\Axis\lib\HTTPChannel.dll
Channel_HTTP_SSL:C:\Program Files\Apache Group\Apache2\Axis\lib\HTTPSSLChannel.dll


I'm sure all DLLs are on those file paths

But i still get this when trying to initialize:

Syntax error on line 957 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_axis2.dll into server: The specified module could not be found.


I know that's an old problem, but i haven't found any helpful answers on the mailing list.

Any suggestions?
I'm counting on you guys...


------=_Part_3629_3322145.1207248458031--