Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 9838 invoked from network); 3 Apr 2008 18:20:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 18:20:41 -0000 Received: (qmail 7559 invoked by uid 500); 3 Apr 2008 18:20:41 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 7544 invoked by uid 500); 3 Apr 2008 18:20:41 -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 7533 invoked by uid 99); 3 Apr 2008 18:20:41 -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:20:41 -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 209.85.162.180 as permitted sender) Received: from [209.85.162.180] (HELO el-out-1112.google.com) (209.85.162.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 18:20:00 +0000 Received: by el-out-1112.google.com with SMTP id j27so1703764elf.14 for ; Thu, 03 Apr 2008 11:20:10 -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:mime-version:content-type; bh=eqWQDkWeTWsnl4zpPq7RnQ2CQSC9RvZNVNHcCbIIqd0=; b=RttuPG6Y4x63HdGY8+e8t2+N0YEn4+QpL5JhrTI+XJIPVNtt/Re6fZFCMtffIEsR6l+hUkyQhmbqOGYViVDLEmKwJkvzWKK4ZwsoZflJamS6jUjgfl6grg84hRBbsNRQ2MLbF0fUNdq/kH3HBScS0S3H1kHzzN6gWEIMT6itSr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=m8qJ6sP5nl+iX7cMCFM8Q/PUeh2lrCEVkDjSsBQNcGjnsaTfV1crBE2nLFzaKpXN+xP19zFPZJ0UtLrIcxv3GSYIHYizilB9DB1pECvzxW6khFICWHdgae7QPzymtIm7lndI8m9NZWUeXy2WsaU5PjqHrGBOXPhTFFRjXxenX+g= Received: by 10.115.78.1 with SMTP id f1mr242194wal.100.1207246809554; Thu, 03 Apr 2008 11:20:09 -0700 (PDT) Received: by 10.114.121.8 with HTTP; Thu, 3 Apr 2008 11:20:09 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 16:20:09 -0200 From: "Andre Coelho" To: axis-c-user@ws.apache.org Subject: Yet another cannot load mod_axis2.dll problem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3497_18662658.1207246809539" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_3497_18662658.1207246809539 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_3497_18662658.1207246809539 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_3497_18662658.1207246809539--