Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 57918 invoked from network); 13 Sep 2005 10:11:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 10:11:25 -0000 Received: (qmail 23479 invoked by uid 500); 13 Sep 2005 10:11:24 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 23461 invoked by uid 500); 13 Sep 2005 10:11:22 -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 23445 invoked by uid 99); 13 Sep 2005 10:11:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 03:11:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [198.8.67.13] (HELO em03.cincom.com) (198.8.67.13) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 03:11:32 -0700 Received: from im03.cincom.com ([10.20.5.10]) by em03.cincom.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 13 Sep 2005 06:11:11 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Trying to run simple Calculator sample client program Date: Tue, 13 Sep 2005 11:11:06 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Trying to run simple Calculator sample client program Thread-Index: AcW4R73cxL19OZoOTMul6YiEFt/kqQAA1KuA From: "Kon Kam King, France" To: "Apache AXIS C User List" X-OriginalArrivalTime: 13 Sep 2005 10:11:11.0059 (UTC) FILETIME=[77204A30:01C5B84B] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Samisa, Yes. This is the link,Fred gave below. I also tried again with your link. Same error. Can you send me your version of 2_2_0? Thanks you. -----Original Message----- From: Samisa Abeysinghe [mailto:samisa.abeysinghe@gmail.com]=20 Sent: Wednesday, September 14, 2005 12:46 AM To: Apache AXIS C User List Subject: Re: Trying to run simple Calculator sample client program I got Xerces 2.2.0 from=20 http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_2_0/ It works for me. Did you get yours from the same location. Thanks, Samisa... Kon Kam King, France wrote: > Hi Fred, > > I have tested with MSVC 6 without any change. Also on another issue,=20 > Samisa Abeysinghe mentioned I needed to rebuild axis-c to use=20 > Xerces-c_2.6. > > Do you have a xerces_2_2_0.dll on your box I could just do a test with? > > I have tried posting for help on the xerces-c mailing list, but am not > sure it got through. So far I have not received any reply. There is a=20 > mil saying that distributions in the archive site (from 2.6 backwards) > for the hp platform is corrupt. > > Regards, > > France > > ------------------------------------------------------------------------ > > *From:* Fred Preston [mailto:PRESTONF@uk.ibm.com] > *Sent:* Tuesday, September 13, 2005 11:15 AM > *To:* Apache AXIS C User List > *Subject:* RE: Trying to run simple Calculator sample client program > > > Hi Kon Kam King, > Chinthana C. Dinapala's note yesterday "RE: Most of the test are=20 > failing", says that he as tested with xerces-c2_6 as well as=20 > xerces-c2_2_0 ("I have tested and its working fine for us. Both with=20 > xerces-c2_2_0 and xerces-c2_6 it's working fine."). If you cannot=20 > successfully download 2_2_0 it would be worth trying to use 2_6. I=20 > also note that you are building using MSVC 7. All of our builds are=20 > currently built using MSVC 6 and there are some problems that we are=20 > uncovering/investigating between mixing 6 and 7. Some produce compiler > warnings (as you have discovered) and other areas produce errors. For=20 > the moment, ignore the warnings as it seems to be resolving them=20 > correctly. The AxisClient_D.dll is the debug version of the=20 > AxisClient.dll (this is also true of transport and channel dlls).=20 > Check the link options in your application build to make sure that you > have specified AxisClient.lib rather than AxisClient_D.lib. If you=20 > have specified '_D', it will look for AxisClient_D.dll. > > Regards, > > Fred Preston. > > > =09 > > *"Kon Kam King, France" * > > 09/12/2005 12:08 PM > Please respond to "Apache AXIS C User List" > > =09 > > > To: "Apache AXIS C User List" > cc: > Subject: RE: Trying to run simple Calculator sample client program > > > > Hi, > Thanks for your help. > I downloaded again with your link. But I still have a problem with=20 > Winzip complaining it cannot open the file it's an invalid archive. > I also have a bubble when I point to the file saying bad zip file or=20 > it may be part of a spanned zip file. > I am looking at my build under Microsoft Visual C++. > I see the following warnings (C4251) at compile. Can they be source of > errors at run time? > : Calculator.cpp=20 > c:\axis-c-1.5\axis-c-1-5-win32\include\axis\client\Call.hpp(484) :=20 > warning C4251: 'axiscpp::Call::m_strProxyHost' : class=20 > 'std::basic_string<_Elem,_Traits,_Ax>' needs to have dll-interface to=20 > be used by clients of class 'axiscpp::Call' with [ _Elem=3Dchar,=20 > _Traits=3Dstd::char_traits, _Ax=3Dstd::allocator ]=20 > c:\axis-c-1.5\axis-c-1-5-win32\include\axis\client\Stub.hpp(698) :=20 > warning C4251: 'axiscpp::Stub::m_viCurrentSOAPHeaderBlock' : class=20 > 'std::vector<_Ty>::iterator' needs to have dll-interface to be used by > clients of class 'axiscpp::Stub' with [ _Ty=3Daxiscpp::IHeaderBlock * = ]=20 > c:\Program Files\Microsoft Visual Studio .NET=20 > 2003\Vc7\include\vector(200) : see declaration of=20 > 'std::vector<_Ty>::iterator' with [ _Ty=3Daxiscpp::IHeaderBlock * ]=20 > c:\axis-c-1.5\axis-c-1-5-win32\include\axis\client\Stub.hpp(713) :=20 > warning C4251: 'axiscpp::Stub::m_viCurrentSOAPMethodAttribute' : class > 'std::vector<_Ty>::iterator' needs to have dll-interface to be used by > clients of class 'axiscpp::Stub' with [ _Ty=3Daxiscpp::IAttribute * ]=20 > c:\Program Files\Microsoft Visual Studio .NET=20 > 2003\Vc7\include\vector(200) : see declaration of=20 > 'std::vector<_Ty>::iterator' with [ _Ty=3Daxiscpp::IAttribute * ]=20 > c:\axis-c-1.5\axis-c-1-5-win32\include\axis\AxisException.hpp(176) :=20 > warning C4275: non dll-interface class 'exception' used as base for=20 > dll-interface class 'axiscpp::AxisException' c:\Program=20 > Files\Microsoft Visual Studio .NET 2003\Vc7\include\exception(39) :=20 > see declaration of 'exception' > > Also on one link it seemed looks for Axis_Client_D;dll, which I don't=20 > find in the extract/bin. > Can these be causing the error? > > Thanks, > France > > ------------------------------------------------------------------------ > > > *From:* Fred Preston [mailto:PRESTONF@uk.ibm.com] * > Sent:* Monday, September 12, 2005 12:35 PM* > To:* Apache AXIS C User List* > Subject:* RE: Trying to run simple Calculator sample client program > > > Hi Kon Kam King, > I have just downloaded xerces_2_2_0 from=20 > http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_2_0/=20 > (incidentally, http://archive.apache.org/dist/xml/xerces-c/ contains=20 > all of the builds from the original 1_0_0 !). > > Regards, > > Fred Preston. > > =09 > > *"Kon Kam King, France" * > > 09/09/2005 04:42 PM > Please respond to "Apache AXIS C User List" > > =09 > > > To: "Apache AXIS C User List" > cc: > Subject: RE: Trying to run simple Calculator sample client program > > > > > Fred, > Thanks for your answer. > I am having trouble opening the xerces-c_2_2_0 from the archive site. > Could you please send me a copy of xerces-c_2_2_0.dll > Thanks, > France > > > ------------------------------------------------------------------------ > > > * > From:* Fred Preston [mailto:PRESTONF@uk.ibm.com] * > Sent:* Friday, September 09, 2005 3:14 PM* > To:* Apache AXIS C User List* > Subject:* RE: Trying to run simple Calculator sample client program > > > Hi Kon Kam King, > All of the DLLs (LIBs for Linux & AIX) must be on the path. Don't=20 > forget that XERCES also needs to be on the path as does OpenSSL (if=20 > you are using SSL). Reference to the 'parser library' means that it=20 > can't find xerces. Be sure that you have the correct version of xerces > and it is on the PATH environment variable (all this information=20 > should either be in the documentation or web site (i.e for xerces, I=20 > use xerces-c_2_2_0.dll). > > Regards, > > Fred Preston. > > =09 > > *"Kon Kam King, France" * > > 09/09/2005 10:49 > Please respond to "Apache AXIS C User List" > > =09 > > > To: "Apache AXIS C User List" > cc: > Subject: RE: Trying to run simple Calculator sample client program > > > > > When I run outside of debugger, I get the error: DLOPEN failed in > loading parser library. > The procedure being executed is : > Calculator::Calculator(const char* pchEndpointUri, AXIS_PROTOCOL_TYPE > eProtocol) > :Stub(pchEndpointUri, eProtocol) > { > } > > Is the parser Xerces lib missing or in error? How do I check that? > Can somebody help? > Thanks > -----Original Message----- > From: Kon Kam King, France > Sent: Monday, September 05, 2005 4:15 PM > To: 'Apache AXIS C User List' > Subject: Trying to run simple Calculator sample client program > > I have built the Calculator sample with Vc++ with Axis-C 1.5. > I run the client under the debugger, and I get the following > At execution of line 79 Calculator ws (endpoint): > > 'Calculator_D.exe': Loaded > 'C:\axis-c-1.5\axis-c-1-5-win32\bin\Calculator_D.exe', Symbols loaded. > 'Calculator_D.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols > loaded. > 'Calculator_D.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No > symbols loaded. > 'Calculator_D.exe': Loaded > 'C:\axis-c-1.5\axis-c-1-5-win32\bin\AxisClient.dll', No symbols loaded. > 'Calculator_D.exe': Loaded 'C:\WINDOWS\system32\msvcp60.dll', No symbols > loaded. > 'Calculator_D.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols > loaded. > HEAP[Calculator_D.exe]: Invalid Address specified to RtlFreeHeap( > 00310000, 10080F0C ) > Unhandled exception at 0x7c822583 in Calculator_D.exe: User breakpoint. > First-chance exception at 0x77e55dea in Calculator_D.exe: Microsoft C++ > exception: axiscpp::AxisEngineException @ 0x0012f8b4. > First-chance exception at 0x77e55dea in Calculator_D.exe: Microsoft C++ > exception: [rethrow] @ 0x00000000. > The program '[5144] Calculator_D.exe: Native' has exited with code 0 > (0x0). > > What's wrong or missing? > Thanks, > France >