Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 47091 invoked from network); 9 Mar 2006 13:29:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Mar 2006 13:29:50 -0000 Received: (qmail 52070 invoked by uid 500); 9 Mar 2006 13:29:49 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 52050 invoked by uid 500); 9 Mar 2006 13:29:49 -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 52020 invoked by uid 99); 9 Mar 2006 13:29:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 05:29:49 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of HAWKINSJ@uk.ibm.com designates 195.212.29.135 as permitted sender) Received: from [195.212.29.135] (HELO mtagate2.uk.ibm.com) (195.212.29.135) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 05:29:47 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate2.uk.ibm.com (8.12.10/8.12.10) with ESMTP id k29DTPm9160096 for ; Thu, 9 Mar 2006 13:29:25 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k29DTfGu200732 for ; Thu, 9 Mar 2006 13:29:41 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id k29DTOpl003282 for ; Thu, 9 Mar 2006 13:29:24 GMT Received: from d06ml068.portsmouth.uk.ibm.com (d06ml068.portsmouth.uk.ibm.com [9.149.38.194]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id k29DTOrQ003274 for ; Thu, 9 Mar 2006 13:29:24 GMT In-Reply-To: To: "Apache AXIS C User List" Subject: Re: AXIS C++ and AIX MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 From: John Hawkins X-MIMETrack: S/MIME Sign by Notes Client on John Hawkins/UK/IBM(Release 7.0 HF85|November 04, 2005) at 09/03/2006 13:29:10, Serialize by Notes Client on John Hawkins/UK/IBM(Release 7.0 HF85|November 04, 2005) at 09/03/2006 13:29:10, Serialize complete at 09/03/2006 13:29:10, S/MIME Sign failed at 09/03/2006 13:29:10: The cryptographic key was not found, Serialize by Router on D06ML068/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 09/03/2006 13:29:40, Serialize complete at 09/03/2006 13:29:40 Message-ID: Date: Thu, 9 Mar 2006 13:29:39 +0000 Content-Type: multipart/alternative; boundary="=_alternative 004A15248025712C_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 004A15248025712C_= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Are you using apache 2? I just found this comment in the ant scripts which says we don't build the = mod for that version (only 1.3)-> "Antoine Galataud" =20 09/03/2006 13:01 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject Re: AXIS C++ and AIX Thanks for your answer ! That's right, this logs come from apache startup process. But I verified=20 with the command "dump -Hv", that normally gives the loader section of a=20 library. The result is the same, it can't find the loader section. The=20 other libs given in binary release (libaxis=5Fserver.a for example) are=20 good, the output of the command is right.=20 I also already tested simple=5Faxis=5Fserver, it works (it launches, I didn= 't=20 tested examples). Axis traces and axis startup traces are also enabled, though it gives no=20 output cause libaxiscpp=5Fmod isn't loaded. But I didn't tried a client yet, I'll do that and give you the result. Many thanks again 2006/3/9, John Hawkins : Hi,=20 Given this is an IBM platform I'll forgive the personal mail ;-) However,=20 if we keep this on the mailing list then others can see.=20 I'm surprised that you're having such difficulties - we used to build this = on 5.1 but now only 5.2.=20 Let's break this down slowly so we can analyse what works and what=20 doesn't.=20 Have you got the client working on AIX? This would be a much easier thing=20 to verify. If you haven't done this then it might be a good idea to make=20 sure this slightly simpler piece of code works OK before we tackle the=20 server.=20 > > > Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp=5Fmod.so > > > into server: > > > 0509-022 Cannot load module > > > /home/antgalat/apache-rs6000/libexec/libaxiscpp=5Fmod.so. > > > 0509-108 The .loader section does not exist.=20 Where did you see this error? it doesn't look like it came out of the=20 trace logs - it's apache right? It might be easier to run this outside of=20 apache for now while we fix this problem - try using simple axis server.=20 Have you put axis trace on? Have you put axis start trace on?=20 Now, I remember some wierd things we had to do on the client because you=20 can't mix .a and .so files on AIX they all have to be .a. Now, you don't=20 have to build them any differently just create links to the same files but = with .a all the way down the dependency chain.=20 Try this out and see what you get.=20 cheers,=20 John.=20 Antoine Galataud =20 09/03/2006 10:35=20 To John Hawkins/UK/IBM@IBMGB=20 cc Subject AXIS C++ and AIX Hi,=20 =20 Sorry for this personal mail, but I would like to tell you some private=20 things about the problem I had with AIX 5.1 (my normal email address is=20 Antoine.Galataud@gmail.com on axis-c-user list).=20 So, I apologize in advance if it is not the right way to obtain help.=20 =20 In fact, as you guessed with my email address, I'm from Reuters (Financial = Software). I'm working on an important development. We are currently=20 trying to deliver an open source web services framework (Axis has been=20 chosen), to replace the existing CORBA communication layer.=20 It is a hard technical and functional task, but you can guess so. Our=20 application is designed in services, some are written in Java (axis java=20 used there), some in C++.=20 To validate Axis framework (we want to provide our customers both open=20 source and commercial solutions), I have to test prototypes on different=20 platforms: Solaris, Linux, and AIX (5.1 by the way). It's very important=20 to us.=20 =20 So, I want to ask you some help on AIX 5.1 Axis port: it could be a=20 miracle if you could give me some more precise indications on how to build = Axis or on how to make binary release work (this libaxiscpp=5Fmod.so is=20 driving me crazy, please see=20 http://marc.theaimsgroup.com/?l=3Daxis-c-user&m=3D114182989220791&w=3D2 as = a=20 reminder);=20 =20 Thanks in advance,=20 =20 Regards,=20 =20 Antoine=20 To find out more about Reuters visit www.about.reuters.com Any views expressed in this message are those of the individual sender,=20 except where the sender specifically states them to be the views of=20 Reuters Ltd.=20 --=20 Antoine Galataud antoine.galataud@gmail.com D=E9partement Architecture des Syst=E8mes d'Information INSA - Rouen=20 --=_alternative 004A15248025712C_= Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable
Are you using apache 2?
I just found this comment in the ant scripts which says we don't build the mod for that version (only 1.3)-><= /font>

        = <!--  NOT BUILDING THIS MODULE ON AIX DUE TO SOAPATTACHMENT ISSUES (compile and see what they are) -->




"Antoine Galatau= d" <antoine.galataud@gmail.com>

09/03/2006 13:01
Please respond to
"Apache AXIS C User List" <axis-c-user@ws.apache.org>

To
"Apache AXIS C User List" <axis-c-user@ws.apache.org>
cc
Subject
Re: AXIS C++ and AIX





Thanks for your answer !

That's right, this logs come from apache startup process. But I verified with the command "dump -Hv", that normally gives the loader secti= on of a library. The result is the same, it can't find the loader section. The other libs given in binary release (libaxis=5Fserver.a for example) are good, the output of the command is right.

I also already tested simple=5Faxis=5Fserver, it works (it launches, I didn= 't tested examples).
Axis traces and axis startup traces are also enabled, though it gives no output cause libaxiscpp=5Fmod isn't loaded.

But I didn't tried a client yet, I'll do that and give you the result.

Many thanks again

2006/3/9, John Hawkins <HAWKINSJ@uk.ibm.com >:

Hi,


Given this is an IBM platform I'll forgive the personal mail ;-) However, if we keep this on the mailing list then others can see.


I'm surprised that you're having such difficulties - we used to build this on 5.1 but now only 5.2.


Let's break this down slowly so we can analyse what works and what doesn't.=


Have you got the client working on AIX? This would be a much easier thing to verify.  If you haven't done this then it might be a good idea to make sure this slightly simpler piece of code works OK before we tackle the server.


> > > Cannot load /home/antgalat/apache-rs6000/libexec/libaxiscpp= =5Fmod.so
> > > into server:
> > > 0509-022 Cannot load module
> > > /home/antgalat/apache-rs6000/libexec/libaxiscpp=5Fmod.so.
> > > 0509-108 The .loader section does not exist.


Where did you see this error? it doesn't look like it came out of the trace logs - it's apache right? It might be easier to run this outside of apache for now while we fix this problem - try using simple axis server.


Have you put axis trace on? Have you put axis start trace on?


Now, I remember some wierd things we had to do on the client because you can't mix .a and .so files on AIX they all have to be .a. Now, you don't have to build them any differently just create links to the same files but with .a all the way down the dependency chain.


Try this out and see what you get.


cheers,

John.







Antoine Galataud <= = Antoine.Galataud@reut= ers.com >

09/03/2006 10:35


To
John Hawkins/UK/IBM@IBMG= B
cc
Subject
AXIS C++ and AIX







Hi,

 
Sorry for this personal mail, but I would like to tell you some private things about the problem I had with AIX 5.1 (my normal email address is
Antoine.Galataud@gmail.com on axis-c-user list).
So, I apologize in advance if it is not the right way to obtain help.
 
In fact, as you guessed with my email address, I'm from Reuters (Financial Software). I'm working on an important development. We are currently trying to deliver an open source web services framework (Axis has been chosen), to replace the existing CORBA communication layer.

It is a hard technical and functional task, but you can guess so. Our appli= cation is designed in services, some are written in Java (axis java used there), some in C++.

To validate Axis framework (we want to provide our customers both open source and commercial solutions), I have to test prototypes on different platforms: Solaris, Linux, and AIX (5.1 by the way). It's very important to us.

 
So, I want to ask you some help on AIX 5.1 Axis port: it could be a miracle if you could give me some more precise indications on how to build Axis or on how to make binary release work (this libaxiscpp=5Fmod.so is driving me crazy, please see
http://marc.theaimsgroup.com/?l=3Daxis-= c-user&m=3D114182989220791&w=3D2 as a reminder); =
 
Thanks in advance,

 
Regards,

 
Antoine



To find out more about Reuters visit
www.about.reuters= .com

Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd.




--
Antoine Galataud

antoine.galataud@gmail.com
D=E9partement Architecture des Syst=E8mes d'Information
INSA - Rouen

--=_alternative 004A15248025712C_=--