Uploaded image for project: 'Atlassian Internationalization'
  1. Atlassian Internationalization
  2. I18N-1159

Exception occurred when processing request: [GET] /dashboard/originalMessage/110080

This issue is archived. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 0.8.39
    • None
    • None
    • None

    Description

      It is caused by following url (with comma at the end):
      https://translations.atlassian.com/dashboard/originalMessage/110080?lang=de_DE,

      We should simply remove assertion and redirect to 404 page or something similar.

      Stacktrace follows:

      org.codehaus.groovy.grails.web.servlet.mvc.exceptions.ControllerExecutionException: Executing action [originalMessage] of controller [translate.DashboardController]  caused exception: Assertion failed:
      
      assert lang
             |
             null
      
              at com.studentsonly.grails.plugins.uiperformance.CacheFilter.doFilter(CacheFilter.java:67)
              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
              at java.lang.Thread.run(Thread.java:662)
      Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: Assertion failed:
      
      assert lang
             |
             null
      
              ... 4 more
      Caused by: Assertion failed:
      
      assert lang
             |
             null
      
              at translate.DashboardController$_closure7.doCall(DashboardController.groovy:173)
              at translate.DashboardController$_closure7.doCall(DashboardController.groovy)
              ... 4 more
      

      Attachments

        Activity

          People

            klopacinski Karol Lopacinski
            jjaroczynski Jacek Jaroczynski (Inactive)
            Archiver:
            mandreacchio Michael Andreacchio

            Dates

              Created:
              Updated:
              Resolved:
              Archived: