Uploaded image for project: 'Stratos'
  1. Stratos
  2. STRATOS-1273

Error in Java log message when updating a cartridge

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 4.1.0 Alpha
    • None
    • REST API
    • None

    Description

      There is a grammar mistake in the java error message [1] that appears when updating a cartridge, if the cartridge definition has not already been added. Add "does" to the error message [2] to correct the grammar mistake.

      [1] Current message:
      [2015-03-21 07:30:31,056] INFO

      {org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl} - Updating cartridge: [cartridge-type] tomcat2
      [2015-03-21 07:30:31,057] ERROR {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver} - This cartridge definition not exists
      org.apache.stratos.cloud.controller.exception.CartridgeDefinitionNotExistsException: This cartridge definition not exists

      Proposed message:
      [2015-03-21 07:30:31,056] INFO {org.apache.stratos.cloud.controller.services.impl.CloudControllerServiceImpl}

      - Updating cartridge: [cartridge-type] tomcat2
      [2015-03-21 07:30:31,057] ERROR

      {org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver}

      - This cartridge definition does not exists
      org.apache.stratos.cloud.controller.exception.CartridgeDefinitionNotExistsException: This cartridge definition does not exists
      --------------

      Attachments

        Activity

          People

            Unassigned Unassigned
            mariangela Mariangela Hills
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: