Uploaded image for project: 'Apache S4'
  1. Apache S4
  2. S4-126

Log two times when error happens during create App

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6
    • 0.6
    • None

    Description

      When creating App meets some problems, the error log shows 2 times. When I look into the code, it has duplicate code.

      CreateApp.java
       // create project structure
       try {
        //blabla
       } catch (Exception e) {
           logger.error("Could not create project due to [{}]. Please check your configuration.", e.getMessage());
           logger.error("Could not create project due to [{}]. Please check your configuration.", e.getMessage());
       }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sjcheng Aimee Cheng
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: