Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 32619 invoked from network); 9 Mar 2006 13:01:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Mar 2006 13:01:34 -0000 Received: (qmail 13964 invoked by uid 500); 9 Mar 2006 13:01:33 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 13943 invoked by uid 500); 9 Mar 2006 13:01:32 -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 13932 invoked by uid 99); 9 Mar 2006 13:01:32 -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:01:32 -0800 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_MESSAGE,HTML_TAG_EXIST_TBODY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of antoine.galataud@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO pproxy.gmail.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 05:01:31 -0800 Received: by pproxy.gmail.com with SMTP id b36so148706pyb for ; Thu, 09 Mar 2006 05:01:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=AYEnuJ+t6FwogRhJaDg2VaE/SRkr0YtSEbWxQxBrnCgH2Ruif1JlN43oubmANzc57KenUeR3alGBJVfvSsyHE5OVGncLkzxbzk5jNhFkxZIMMXrgpdGBH0gFY+1/fXS+vT1rbP7CfqntAj2RCF1xlrJgsVJfC+5iITM4xZLqI/4= Received: by 10.65.230.17 with SMTP id h17mr1009644qbr; Thu, 09 Mar 2006 05:01:10 -0800 (PST) Received: by 10.65.253.4 with HTTP; Thu, 9 Mar 2006 05:01:10 -0800 (PST) Message-ID: Date: Thu, 9 Mar 2006 14:01:10 +0100 From: "Antoine Galataud" To: "Apache AXIS C User List" Subject: Re: AXIS C++ and AIX In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4513_30103830.1141909270822" References: <2B674CE447106D46A53D0FDDC7DF8B1C922982@PTXSMSXM01.emea.ime.reuters.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4513_30103830.1141909270822 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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 section of a library. The result is the same, it can't find the loader section. The othe= r libs given in binary release (libaxis_server.a for example) are good, the output of the command is right. I also already tested simple_axis_server, 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_mod 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, > > 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 thi= s > 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_mod.so > > > > into server: > > > > 0509-022 Cannot load module > > > > /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.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 bu= t > with .a all the way down the dependency chain. > > Try this out and see what you get. > > cheers, > John. > > > > > > > > *Antoine Galataud * > > 09/03/2006 10:35 > To > John Hawkins/UK/IBM@IBMGB 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 (Financia= l > Software). I'm working on an important development. We are currently tryi= ng > 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 > application 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 buil= d > Axis or on how to make binary release work (this libaxiscpp_mod.so is > driving me crazy, please see * > http://marc.theaimsgroup.com/?l=3Daxis-c-user&m=3D114182989220791&w=3D2*<= 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 Reute= rs > Ltd. > > -- Antoine Galataud antoine.galataud@gmail.com D=E9partement Architecture des Syst=E8mes d'Information INSA - Rouen ------=_Part_4513_30103830.1141909270822 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Thanks for your answer !

That's right, this logs come from apache st= artup process. But I verified with the command "dump -Hv", that n= ormally gives the loader section of a library. The result is the same, it c= an't find the loader section. The other libs given in binary release (libax= is_server.a for example) are good, the output of the command is right.

I also already tested simple_axis_server, it works (it launches, I = didn't tested examples).
Axis traces and axis startup traces are also en= abled, though it gives no output cause libaxiscpp_mod isn't loaded.

But I didn't tried a client yet, I'll do that and give you the result.<= br>
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 s= uch 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_= mod.so
> > > into server:
> > > 0509-022 Cannot load module
> > > /home/antgalat/apache-rs6000/libexec/libaxiscpp_mod.so.
> > > 0509-108 The .loader section does not exist.


Where did you see this error? it d= oesn'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 y= ou 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@reuter= s.com >

09/03/2006 10:35

<= /tr>
To
John Hawkins/UK/IBM@IBMGB
cc

Subject
AXIS C++ and AIX







Hi,
 
Sorry for this personal mail, but I wou= ld like to tell you some private things about the problem I had with AIX 5.1 (my normal email address is Antoine.Galataud@gm= ail.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 a= ddress, I'm from Reuters (Financial Software). I'm working on an important developm= ent. We are currently trying to deliver an open source web services framework (Axis has been chosen), to replace the existing CORBA communication layer.<= /font>
It is a hard technical and functional t= ask, but you can guess so. Our application 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_mod.so is driving me crazy, please see http://marc.theaimsgroup.com/?l=3Daxis-c-user&m=3D114182989220791&am= p;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 Gala= taud
antoine.galataud@gmai= l.com
D=E9partement Architecture des Syst=E8mes d'Information
INS= A - Rouen ------=_Part_4513_30103830.1141909270822--