Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-5767

UIMA-AS logs misleading msg when running at FINE level

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0AS
    • Async Scaleout
    • None

    Description

      When running uima-as service with FINE log level the following is logged:

      2018-04-12 15:59:09,040 FINE AggregateAnalysisEngineController_impl:sendReplyToRemoteClient T[83] Controller: EmrProcessingE2EWithWriter2 Unable to Deliver CAS to Client Destination:temp-queue://ID:bluejws107-55822-1523562929458-1:1:1. Attempt to Send CAS Failed Due To Missing Temp Queue. Dropping CAS: -681e42ab:162bb6d5ca8:-7ffd

       

      Code responsible for the above:

      if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.FINE))

      { UIMAFramework.getLogger(CLASS_NAME).logrb( Level.FINE, CLASS_NAME.getName(), "sendReplyToRemoteClient", UIMAEE_Constants.JMS_LOG_RESOURCE_BUNDLE, "UIMAEE_client_dead__FINE", new Object[] \{ getComponentName(), replyEndpoint.getDestination().toString(), casStateEntry.getCasReferenceId()}

      );
      }

      This must be a remnant of an old code that was partially removed some years ago. Remove this dead code. 

       

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: