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 "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/03/29 11:47:27 UTC

[jira] Created: (AXISCPP-586) RpcHttpHeaderTest3 - Client Compilation - FAILED

RpcHttpHeaderTest3 - Client Compilation - FAILED
------------------------------------------------

         Key: AXISCPP-586
         URL: http://issues.apache.org/jira/browse/AXISCPP-586
     Project: Axis-C++
        Type: Bug
  Components: Client - Stub  
    Versions: 1.5 Final    
    Reporter: Chinthana Danapala


It fail to compile the client code. Give following error.

       [cc] RpcHttpHeaderTest3Client.cpp
       [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
t.cpp(118) : error C2374: 'bSuccess' : redefinition; multiple initialization
       [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
st3Client.cpp(56) : see declaration of 'bSuccess'
       [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
t.cpp(119) : error C2374: 'iRetryIterationCount' : redefinition; multiple initia
lization
       [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
st3Client.cpp(57) : see declaration of 'iRetryIterationCount'
       [cc] SOAPStruct.cpp
       [cc] Generating Code...
       [cc] cl failed with return code 2

callCompileLinkedClient:

compileClient:

validateClientCompilationIfBuilding:
     [echo] RpcHttpHeaderTest3 - Client Compilation - FAILED

-- 
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


[jira] Commented: (AXISCPP-586) RpcHttpHeaderTest3 - Client Compilation - FAILED

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-586?page=comments#action_61725 ]
     
Chinthana Danapala commented on AXISCPP-586:
--------------------------------------------

I have done some modifications it's now compiling. 


Index: RpcHttpHeaderTest3Client.cpp
===================================================================
RCS file: /home/cvspublic/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHtt
pHeaderTest3Client.cpp,v
retrieving revision 1.9
diff -u -r1.9 RpcHttpHeaderTest3Client.cpp
--- RpcHttpHeaderTest3Client.cpp        23 Mar 2005 15:45:06 -0000      1.9
+++ RpcHttpHeaderTest3Client.cpp        29 Mar 2005 09:48:29 -0000
@@ -115,8 +115,8 @@
     ws.deleteTransportProperty("Accept-Language", 1);

     //now the request should not have these removed headers
-               bool bSuccess = false;
-               int     iRetryIterationCount = 3;
+               bSuccess = false;
+               iRetryIterationCount = 3;

                do
                {


> RpcHttpHeaderTest3 - Client Compilation - FAILED
> ------------------------------------------------
>
>          Key: AXISCPP-586
>          URL: http://issues.apache.org/jira/browse/AXISCPP-586
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala
>      Fix For: 1.5 Final

>
> It fail to compile the client code. Give following error.
>        [cc] RpcHttpHeaderTest3Client.cpp
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
> t.cpp(118) : error C2374: 'bSuccess' : redefinition; multiple initialization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
> st3Client.cpp(56) : see declaration of 'bSuccess'
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
> t.cpp(119) : error C2374: 'iRetryIterationCount' : redefinition; multiple initia
> lization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
> st3Client.cpp(57) : see declaration of 'iRetryIterationCount'
>        [cc] SOAPStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] RpcHttpHeaderTest3 - Client Compilation - FAILED

-- 
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


[jira] Assigned: (AXISCPP-586) RpcHttpHeaderTest3 - Client Compilation - FAILED

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-586?page=history ]

Samisa Abeysinghe reassigned AXISCPP-586:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> RpcHttpHeaderTest3 - Client Compilation - FAILED
> ------------------------------------------------
>
>          Key: AXISCPP-586
>          URL: http://issues.apache.org/jira/browse/AXISCPP-586
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.5 Final

>
> It fail to compile the client code. Give following error.
>        [cc] RpcHttpHeaderTest3Client.cpp
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
> t.cpp(118) : error C2374: 'bSuccess' : redefinition; multiple initialization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
> st3Client.cpp(56) : see declaration of 'bSuccess'
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
> t.cpp(119) : error C2374: 'iRetryIterationCount' : redefinition; multiple initia
> lization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
> st3Client.cpp(57) : see declaration of 'iRetryIterationCount'
>        [cc] SOAPStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] RpcHttpHeaderTest3 - Client Compilation - FAILED

-- 
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


[jira] Closed: (AXISCPP-586) RpcHttpHeaderTest3 - Client Compilation - FAILED

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-586?page=history ]
     
Samisa Abeysinghe closed AXISCPP-586:
-------------------------------------

     Resolution: Fixed
    Fix Version: 1.5 Final

Patch applied

> RpcHttpHeaderTest3 - Client Compilation - FAILED
> ------------------------------------------------
>
>          Key: AXISCPP-586
>          URL: http://issues.apache.org/jira/browse/AXISCPP-586
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.5 Final

>
> It fail to compile the client code. Give following error.
>        [cc] RpcHttpHeaderTest3Client.cpp
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
> t.cpp(118) : error C2374: 'bSuccess' : redefinition; multiple initialization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
> st3Client.cpp(56) : see declaration of 'bSuccess'
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTest3Clien
> t.cpp(119) : error C2374: 'iRetryIterationCount' : redefinition; multiple initia
> lization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest3\RpcHttpHeaderTe
> st3Client.cpp(57) : see declaration of 'iRetryIterationCount'
>        [cc] SOAPStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] RpcHttpHeaderTest3 - Client Compilation - FAILED

-- 
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