Details
-
Bug
-
Resolution: Obsolete
-
Neutral
-
None
-
1.2.1
Description
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"
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
DOCU-2034 Remove AVX/AVX2 CPU support for CPU that doesn't have this instruction set
-
- Closed
-
-
MGNLPER-148 SIGILL - JVM core dump on M1 (apple silicon) based macbooks due to nd4j
-
- Closed
-
- relates to
-
MGNLPER-143 Out of memory still occurring as of 6.2.2
-
- Closed
-
-
BUILD-392 Update DL4J versions to latest beta (beta7)
-
- Closed
-
- mentioned in
-
Page Loading...