You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2004/10/26 10:52:45 UTC

[jira] Resolved: (AXISCPP-89) Message Larger than 2048 bytes fails.

     [ http://issues.apache.org/jira/browse/AXISCPP-89?page=history ]
     
Samisa Abeysinghe resolved AXISCPP-89:
--------------------------------------

     Resolution: Fixed
    Fix Version: 1.3 Final

We have gone well above 2048 clar limit.
Tests for echoing strings of 4M chars were successful.

> Message Larger than 2048 bytes fails.
> -------------------------------------
>
>          Key: AXISCPP-89
>          URL: http://issues.apache.org/jira/browse/AXISCPP-89
>      Project: Axis-C++
>         Type: Bug
>   Components: Transport (Client)
>     Versions: 1.1 Final
>  Environment: windows xp 
>     Reporter: Glenn Everitt
>     Priority: Critical
>      Fix For: 1.3 Final

>
> It looks like when a larger payload is sent a buffer is reallocated larger and fails.  I'm not sure why.  I'm calling a web service hosted in JBoss with java Axis. Smaller payloads are successful.
>  	ntdll.dll!77f75a58() 	
>  	ntdll.dll!77f9cb5e() 	
>  	ntdll.dll!77f9cfc4() 	
>  	ntdll.dll!77f8c366() 	
>  	kernel32.dll!77e75b6c() 	
>  	kernel32.dll!77e6c75a() 	
>  	msvcr71d.dll!_CrtIsValidHeapPointer(const void * pUserData=0x003af0f8)  Line 1807	C
> >	msvcr71d.dll!_free_dbg_lk(void * pUserData=0x003af0f8, int nBlockUse=1)  Line 1132 + 0x9	C
>  	msvcr71d.dll!_free_dbg(void * pUserData=0x003af0f8, int nBlockUse=1)  Line 1070 + 0xd	C
>  	msvcr71d.dll!operator delete(void * pUserData=0x003af0f8)  Line 54 + 0x10	C++
>  	msvcp71d.dll!std::allocator<char>::deallocate(char * _Ptr=0x003af0f8, unsigned int __formal=2048)  Line 138 + 0x9	C++
>  	msvcp71d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Tidy(bool _Built=true, unsigned int _Newsize=0)  Line 1519	C++
>  	msvcp71d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Copy(unsigned int _Newsize=3071, unsigned int _Oldlen=4)  Line 1468	C++
>  	msvcp71d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::_Grow(unsigned int _Newsize=3071, bool _Trim=false)  Line 1485	C++
>  	msvcp71d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::assign(const char * _Ptr=0x06ca73a8, unsigned int _Num=3071)  Line 612 + 0xe	C++
>  	msvcp71d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::assign(const char * _Ptr=0x06ca73a8)  Line 623	C++
>  	msvcp71d.dll!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::operator=(const char * _Ptr=0x06ca73a8)  Line 473	C++
>  	AxisClient_D.dll!BasicTypeSerializer::SerializeAsElement(const char * pName=0x003afafc, const void * pValue=0x003afad0, XSDTYPETag type=XSD_STRING)  Line 123 + 0x12	C++
>  	AxisClient_D.dll!SoapSerializer::SerializeAsElement(const char * pName=0x003afafc, void * pValue=0x003afad0, XSDTYPETag type=XSD_STRING)  Line 656 + 0x17	C++
>  	AxisClient_D.dll!Param::serialize(SoapSerializer & pSZ={...})  Line 185 + 0x32	C++
>  	AxisClient_D.dll!SoapMethod::serializeOutputParam(SoapSerializer & pSZ={...})  Line 182 + 0x13	C++
>  	AxisClient_D.dll!SoapMethod::serialize(SoapSerializer & pSZ={...})  Line 97 + 0xc	C++
>  	AxisClient_D.dll!SoapBody::serialize(SoapSerializer & pSZ={...}, SOAP_VERSIONTag eSoapVersion=SOAP_VER_1_1)  Line 85 + 0xf	C++
>  	AxisClient_D.dll!SoapEnvelope::serialize(SoapSerializer & pSZ={...}, SOAP_VERSIONTag eSoapVersion=SOAP_VER_1_1)  Line 107 + 0x13	C++
>  	AxisClient_D.dll!SoapSerializer::SetOutputStream(const Ax_soapstream * pStream=0x06ca2c9c)  Line 222 + 0x16	C++
>  	AxisClient_D.dll!ClientAxisEngine::Invoke(MessageData * pMsg=0x003abfe8)  Line 160 + 0x12	C++
>  	AxisClient_D.dll!ClientAxisEngine::Process(Ax_soapstream * pSoap=0x06ca2c9c)  Line 98 + 0x14	C++
>  	AxisClient_D.dll!Call::Invoke()  Line 98 + 0x1a	C++
>  	mscorwks.dll!7925c098() 	
>  	COSMRWebServicesClient.exe!COSMRWebServices::publish(char* Value0 = 0x0042201c, char* Value1 = 0x00422014, char* Value2 = 0x06ca73a8) Line 195 + 0x20 bytes	C++
>  	COSMRWebServicesClient.exe!main(__int32 argc = 3, char** argv = 0x06ca3978) Line 55	C++
>  	COSMRWebServicesClient.exe!mainCRTStartup()  Line 259 + 0x19	C

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira