Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 72236 invoked from network); 13 Mar 2007 15:52:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2007 15:52:24 -0000 Received: (qmail 40521 invoked by uid 500); 13 Mar 2007 15:52:32 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 40497 invoked by uid 500); 13 Mar 2007 15:52:31 -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 40486 invoked by uid 99); 13 Mar 2007 15:52:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 08:52:31 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [207.53.38.97] (HELO calangunte.trigent.com) (207.53.38.97) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2007 08:52:20 -0700 Received: by CALANGUNTE with Internet Mail Service (5.5.2657.72) id <17QBB3KW>; Tue, 13 Mar 2007 10:50:14 -0500 Message-ID: From: Steve Porter To: axis-c-user@ws.apache.org Subject: Cannot load mod_axis2.dll into server. The specified module could not be found. Date: Tue, 13 Mar 2007 10:50:09 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C76587.4747E3B4" X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C76587.4747E3B4 Content-Type: text/plain Hello, I am very new to both Web Services and Axis. I installed Axis 1.6 (the build from Aug-06), along with Apache 2.2. I have followed all the instructions to create and deploy my web service. However, when I try to start the HTTP server, the first error I kept getting was "httpd: Syntax error on line 487 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll into server: The specified module could not be found." At some point I determined that the mod_axis2.dll file probably was being found, but it could not find the msvcp70.dll and msvcr70.dll (which are not included in the install kit). After finding those online someplace, I got the same error, but determined that the missing dll was probably libapr.dll. The Apache2.2 installation includes a libapr-1.dll. So taking a simplistic approach, I copied libapr-1.dll to libapr.dll. Now I get "httpd: Syntax error on line 487 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: API module structure 'axis_module' in file C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll is garbled - perhaps this is not an Apache module DSO?" So at this point I am sure I am doing many things wrong, could somebody tell me what they are? Thanks, Steve Steve Porter Trigent Software Inc. One Apple Hill, Suite 204 Natick, MA 01760 508-651-5958 781-929-7567 (cell) www.trigent.com ------_=_NextPart_001_01C76587.4747E3B4 Content-Type: text/html Content-Transfer-Encoding: quoted-printable

Hello,

 

I am very new to both Web Services and Axis.  I installed Axis 1.6 (the build from Aug-06), along with Apache = 2.2.  I have followed all the instructions to create and deploy my web = service.  However, when I try to start the HTTP server, the first error I kept = getting was

 

 “httpd: Syntax error on line 487 of = C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software = Foundation/Apache2.2/modules/mod_axis2.dll into server: The specified module could not be found.”  =

 

At some point I determined that the mod_axis2.dll = file = probably was = being found, but it could not find the msvcp70.dll and msvcr70.dll (which are not = included in the install kit).  After finding those online someplace, I got the = same error, but determined that the missing dll was probably = libapr.dll.  The Apache2.2 installation includes a libapr-1.dll.  So taking a = simplistic approach, I copied libapr-1.dll to libapr.dll.  Now I get

 

“httpd: Syntax error on line 487 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: API module structure ‘axis_module’ in file  C:/Program = Files/Apache Software Foundation/Apache2.2/modules/mod_axis2.dll is garbled – = perhaps this is not an Apache module DSO?”  =

 

So at this point = I am sure I am doing many things wrong, could somebody tell me what they = are?

 

Thanks, Steve

 

Steve Porter

Trigent Software = Inc.

One Apple Hill, Suite 204

Natick, MA 01760

508-651-5958

781-929-7567 = (cell)

www.trigent.com

=

 

------_=_NextPart_001_01C76587.4747E3B4--