Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-193

Hue's application bar may disappear on upgrade from CDH3b3 -> CDH3u0

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Duplicate
    • Affects Version/s: CDH3b3
    • Fix Version/s: CDH3u2
    • Component/s: Packaging
    • Labels:
      None

      Description

      This bug will only happen for users who have the Beeswax window open before upgrade to CDH3u0.

      The Hue from CDH3b3 has the potential to write out malformed JSON into the desktop_userpreferences table. Specifically, it truncates the info restoring the Beeswax window. When this attempts to get loaded at login in bootstrap.js, we just blindly inject the data, and we end up with a syntax error in bootstrap.js, which prevents the application bar from loading.

      The work-around is:

      1. Log in to the Hue database.
      2. DELETE FROM desktop_userpreferences WHERE key = 'state';

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                atm Aaron T. Myers
                Reporter:
                atm Aaron T. Myers
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: