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 2005/03/21 10:37:21 UTC

[jira] Assigned: (AXISCPP-569) Server engine failing to compile on all platforms in nightly build system

     [ http://issues.apache.org/jira/browse/AXISCPP-569?page=history ]

Samisa Abeysinghe reassigned AXISCPP-569:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> Server engine failing to compile on all platforms in nightly build system
> -------------------------------------------------------------------------
>
>          Key: AXISCPP-569
>          URL: http://issues.apache.org/jira/browse/AXISCPP-569
>      Project: Axis-C++
>         Type: Bug
>   Components: Server - General
>     Versions: current (nightly)
>  Environment: Windows, Linux (RH AS 3.0) and AIX when using ANT build scripts.
>     Reporter: Adrian Dick
>     Assignee: Samisa Abeysinghe
>     Priority: Blocker
>      Fix For: 1.5 Final

>
> The Server engine is failing to compile in the nightly builds.
> Compilation error as seen on Linux:
> /build/nw00_PA/obj/src/engine/server/ServerAxisEngine.cpp: In member function 
>    `virtual int axiscpp::ServerAxisEngine::process(axiscpp::SOAPTransport*)':
> /build/nw00_PA/obj/src/engine/server/ServerAxisEngine.cpp:365: `pcTempStr' 
>    undeclared (first use this function)
> /build/nw00_PA/obj/src/engine/server/ServerAxisEngine.cpp:365: (Each undeclared 
>    identifier is reported only once for each function it appears in.)
> The following shows the latest changes on this file, before which it was able to compile:
> ===================================================================
> RCS file: /home/cvspublic/ws-axis/c/src/engine/server/ServerAxisEngine.cpp,v
> retrieving revision 1.28
> retrieving revision 1.29
> diff -u -r1.28 -r1.29
> --- ServerAxisEngine.cpp	2005/02/16 02:26:22	1.28
> +++ ServerAxisEngine.cpp	2005/03/18 10:52:19	1.29
> @@ -326,7 +326,7 @@
>       */
>       //m_pSZ->setSoapFault (SoapFault::getSoapFault (CLIENT_SOAP_SOAPCONTENTERROR));
>          int iExceptionCode = e.getExceptionCode();
> -        char* pcTempStr = (char*) e.what();
> +        //char* pcTempStr = (char*) e.what();
>          AXISTRACE2("Exception:", pcTempStr, CRITICAL);
>          if(AXISC_SERVICE_THROWN_EXCEPTION == iExceptionCode)
>          {
> It is not clear to me if this was an accidental commit, or a partial fix.

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