Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 40162 invoked from network); 9 Sep 2005 13:14:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Sep 2005 13:14:37 -0000 Received: (qmail 83220 invoked by uid 500); 9 Sep 2005 13:14:36 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 83140 invoked by uid 500); 9 Sep 2005 13:14:35 -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 82966 invoked by uid 99); 9 Sep 2005 13:14:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 06:14:34 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_30_40,HTML_MESSAGE,SPF_HELO_FAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of PRESTONF@uk.ibm.com designates 195.212.29.136 as permitted sender) Received: from [195.212.29.136] (HELO mtagate3.uk.ibm.com) (195.212.29.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2005 06:14:46 -0700 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 j89DEXgO013504 for ; Fri, 9 Sep 2005 14:14:33 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j89DETO9018358 for ; Fri, 9 Sep 2005 14:14:29 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id j89DETAR016047 for ; Fri, 9 Sep 2005 14:14:29 +0100 Received: from d06ml068.portsmouth.uk.ibm.com (d06ml068.portsmouth.uk.ibm.com [9.149.38.194]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j89DETBI016035 for ; Fri, 9 Sep 2005 14:14:29 +0100 In-Reply-To: To: "Apache AXIS C User List" MIME-Version: 1.0 Subject: RE: Trying to run simple Calculator sample client program X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: Fred Preston Date: Fri, 9 Sep 2005 14:14:28 +0100 X-MIMETrack: Serialize by Router on D06ML068/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 09/09/2005 14:14:28, Serialize complete at 09/09/2005 14:14:28 Content-Type: multipart/alternative; boundary="=_alternative 0048BC6580257077_=" 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 0048BC6580257077_= Content-Type: text/plain; charset="US-ASCII" Hi Kon Kam King, All of the DLLs (LIBs for Linux & AIX) must be on the path. Don't forget that XERCES also needs to be on the path as does OpenSSL (if you are using SSL). Reference to the 'parser library' means that it 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 should either be in the documentation or web site (i.e for xerces, I use xerces-c_2_2_0.dll). Regards, Fred Preston. "Kon Kam King, France" 09/09/2005 10:49 Please respond to "Apache AXIS C User List" 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 --=_alternative 0048BC6580257077_= Content-Type: text/html; charset="US-ASCII"
Hi Kon Kam King,
        All of the DLLs (LIBs for Linux & AIX) must be on the path.  Don't forget that XERCES also needs to be on the path as does OpenSSL (if you are using SSL).   Reference to the 'parser library' means that it 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 should either be in the documentation or web site (i.e for xerces, I use xerces-c_2_2_0.dll).

Regards,

Fred Preston.



"Kon Kam King, France" <fking@cincom.com>

09/09/2005 10:49
Please respond to "Apache AXIS C User List"

       
        To:        "Apache AXIS C User List" <axis-c-user@ws.apache.org>
        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

--=_alternative 0048BC6580257077_=--