Uploaded image for project: 'Periscope'
  1. Periscope
  2. MGNLPER-133

Result ranker crashes at login

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Neutral Neutral
    • None
    • 1.2.1

      Customers are reporting crashes at login due to the result ranker.

      Workaround:

          <dependency>
            <groupId>info.magnolia.dx</groupId>
            <artifactId>magnolia-dx-core-webapp</artifactId>
            <type>pom</type>
            <exclusions>
              <exclusion>
                <groupId>info.magnolia.periscope</groupId>
                <artifactId>magnolia-periscope-result-ranker</artifactId>
              </exclusion>
            </exclusions>
          </dependency>
          <dependency>
            <groupId>info.magnolia.dx</groupId>
            <artifactId>magnolia-dx-core-webapp</artifactId>
            <type>war</type>
            <exclusions>
              <exclusion>
                <groupId>info.magnolia.periscope</groupId>
                <artifactId>magnolia-periscope-result-ranker</artifactId>
              </exclusion>
            </exclusions>
          </dependency>
      

      If you have trouble removing the module config due to the level 1/2 block you can use a groovy script:

      module = "periscope-result-ranker"
      session = MgnlContext.getJCRSession("config")
      session.removeItem("/modules/" + module);
      session.save();
      println "done"
      

        Acceptance criteria

          1. image2.png
            image2.png
            203 kB
          2. imge1.png
            imge1.png
            919 kB

              Unassigned Unassigned
              rgange Richard Gange
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD