Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-3163

NPE in About Magnolia app

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2.9, 5.3.4
    • 5.2.8
    • about app

      When magnolia.repositories.jackrabbit.config is set to an absolute path instead of a relative one, then the About Magnolia app will throw

      Caused by: java.lang.NullPointerException
      	at info.magnolia.about.app.AboutPresenter.start(AboutPresenter.java:117)
      	at info.magnolia.about.app.AboutMainSubApp.<init>(AboutMainSubApp.java:48)
      

      That's because AboutPresenter.getConnectionString() line: 198 expects a relative path, leading to FileNotFoundException and NPE in consequence.

        Acceptance criteria

              cmeier Christoph Meier
              jfrantzius Joerg von Frantzius
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD