Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-569

Server engine failing to compile on all platforms in nightly build system

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • current (nightly)
    • 1.5 Final
    • Server - General
    • None
    • Windows, Linux (RH AS 3.0) and AIX when using ANT build scripts.

    Description

      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.

      Attachments

        Activity

          People

            samisa Don Samisa Abeysinghe
            dicka Adrian Dick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: