Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 67040 invoked from network); 21 Jan 2005 11:39:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 11:39:27 -0000 Received: (qmail 26772 invoked by uid 500); 21 Jan 2005 11:39:26 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 26754 invoked by uid 500); 21 Jan 2005 11:39:26 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 26739 invoked by uid 99); 21 Jan 2005 11:39:26 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mtagate3.uk.ibm.com (HELO mtagate3.uk.ibm.com) (195.212.29.136) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 21 Jan 2005 03:39:25 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate3.uk.ibm.com (8.12.10/8.12.10) with ESMTP id j0LBdLvD222836 for ; Fri, 21 Jan 2005 11:39:21 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.6) with ESMTP id j0LBdjl9119296 for ; Fri, 21 Jan 2005 11:39:45 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j0LBdLds017492 for ; Fri, 21 Jan 2005 11:39:21 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 j0LBdL5s017485 for ; Fri, 21 Jan 2005 11:39:21 GMT In-Reply-To: Subject: Re: Axis c++ 1.5 release plan (draft 2) To: "Apache AXIS C Developers List" X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Fred Preston Date: Fri, 21 Jan 2005 11:43:51 +0000 X-MIMETrack: Serialize by Router on D06ML068/06/M/IBM(Release 6.51HF338 | June 21, 2004) at 21/01/2005 11:43:52 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Samisa, Just ran tests on Linux (using ant scripts) and all is well (if I make the ssl change before running package.xml). Let me have a quick look at the code because there was a problem in the with this bit of code. What was happening was that the destructor for the channel was being called twice. In HTTPTransport.cpp, lines 70 to 84 should be commented out. i.e the if blocks that contain delete m_pNormalChannel and delete m_pSecureChannel. Regards, Fred Preston. Samisa Abeysinghe @gmail.com> cc: Subject: Re: Axis c++ 1.5 release plan (draft 2) 21/01/05 11:13 Please respond to "Apache AXIS C Developers List" Hi Fred, I figured out the problem. There was an error in the Makefile.am - two files missing. BTW, you must have used ant. Now it is working (with your tip on copying non-ssl channel to ssl channel) but I get a segfault from ChannelFactory destructor on line: DELETE_OBJECT3 sDelete = (DELETE_OBJECT3) PLATFORM_GETPROCADDR( m_LibHandler[iCount], DELETE_FUNCTION3); Will have a look into to that. Thanks, Samisa... On Fri, 21 Jan 2005 10:54:59 +0000, Samisa Abeysinghe wrote: > Hi Fred, > I did a fresh checkout and tried it again but no luck on Linux. > Digging a bit further into the code, with debug I see that it > throws me an exception from within > ChannelFactory::LoadChannelLibrary(). It runs into if( !sLibHandler) > block. However, printing the pcLibraryName on output indicates the > file name to the .so file on my system is correct. But for some reason > the PLATFORM_LOADLIB seem to fail. > Any thoughts please? > Thanks, > Samisa... > > On Fri, 21 Jan 2005 09:47:03 +0000, Fred Preston wrote: > > > > > > Hi Samisa, > > I ran the new Axis3 transport last night and it worked fine. I will > > download the latest build now and retry... > > > > P.S. I had to delete the built http_channelssl.so and copy/rename > > http_channel.so to http_channelssl.so as I did not have the correct openSSL > > libraries. > > > > Regards, > > > > Fred Preston. > > Software Engineer > > CWSS > > > > Mail Point 127, IBM Hursley Park > > Winchester, Hampshire, SO21 2JN, UK > > Notes id: Fred Preston/UK/IBM @ IBMGB > > Internet: prestonf@uk.ibm.com > > Tel: +44 1962 817180 > > Internal: 247180 > > > > Samisa Abeysinghe > > > > @gmail.com> cc: > > Subject: Re: Axis c++ 1.5 release plan (draft 2) > > 21/01/05 09:01 > > Please respond to > > "Apache AXIS C > > Developers List" > > > > > > Hi Sanjaya, > > Given that we are facing couple of challenges with axis3 transport > > on Linux, do you think Jan 25th code freeze would be possible. > > I am trying to identify the problem and I think Fred is also > > looking into the problem. > > Axis3 transport is important as it has the proper SSL support > > implemented. > > > > Thanks, > > Samisa... > > > > On Wed, 19 Jan 2005 16:41:50 +0600, sanjaya singharage > > wrote: > > > (Second draft of the release plan.) > > > > > > Hi all, > > > I would like to volunteer to be the release manager for the Axis C++ 1.5 > > > release. > > > > > > A draft Release Plan is presented below using the current items found in > > the > > > wiki at http://wiki.apache.org/ws/FrontPage/AxisC_2b_2b/ToDo1.5 . > > > Please update the wiki of any more items that are applicable to the 1.5 > > > release that developers are working on. > > > > > > Also we need to decide on dates for code freeze etc. and release dates at > > > the bottom. > > > Please comment. > > > > > > > > > > > > This is the release plan (draft) for Axis C++ version 1.5. Given below is > > a > > > snapshot > > > of all the changes for 1.5 since the 1.4 version. > > > > > > Changes from 1.4 to 1.5: > > > > > > C support - http://issues.apache.org/jira/browse/AXISCPP-210 > > > Memory clean-up and fix - > > http://issues.apache.org/jira/browse/AXISCPP-149 > > > Improve HTTP Support - http://issues.apache.org/jira/browse/AXISCPP-176 > > > Improvement of Web Site > > > > > > a.Web-site should be made more or less like Axis-Java website for ease of > > > use > > > > > > b.More user oriented and less developer oriented > > > Fault mapping (stub level) > > > Add support for xsd:any type > > > Ability to add custom headers > > > "100 Continue" support in axis2 transport > > > http://issues.apache.org/jira/browse/AXISCPP-311 > > > Proxy support for axis2 transport > > > http://issues.apache.org/jira/browse/AXISCPP-325 > > > Numerous memory leak fixes > > > > > > > > > > > > > > > Details on these features could be found on JIRA and the AxisCpp TODO > > wiki > > > page at http://wiki.apache.org/ws/FrontPage/AxisC_2b_2b/ToDo1.5 > > > > > > Release Criteria: > > > > > > - Functional tests pass > > > - Test on installation procedures > > > - Test on different versions of Apache web server(1.3.xx, 2.0.xx) > > > - Test samples on different platforms (Linux, Microsoft Windows) > > > - Fix blockers and most critical bugs that applies to 1.4 > > > > > > Dates: > > > > > > The following are the proposed dates for the release, opinions please: > > > Code freeze January 25, 2005 ?? > > > Release alpha version January 28, 2005 ?? > > > Release beta version ?? > > > Release 1.4 February 28, 2005 ?? > > > > > > > > > sanjaya. > > > > > > > >