Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Rosetta

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Rosetta
    3. Knowledge Articles
    4. Unable to export REP or IE or view Itemize Set "Members"

    Unable to export REP or IE or view Itemize Set "Members"

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Symptoms
    2. Causes
    3. Workaround
    4. Defect Status
    • Product: Rosetta
    • Product Version: 8.0.0.0 -

    Symptoms

    • "Search failed. Please contact the System Administrator" red notification is seen in Rosetta UI in the following scenarios:
      • Running "Export IE" or "Export Representation" from either the Web Editor or as a Process fails with error.
        • Data Management → Monitor Process History → Exception screen lists "ExportError" exception.
        • The relevant files are either not exported or a empty file (with the expected file name) is created under the "Export Path" directory.
      • Clicking on "Members" button (of an Itemized Set), from Data Management → "Sets" screen or Data Management → "Publishing Configuration" → "Set" tab screen.
    • Rosetta "server.log" shows:

      ERROR [com.exlibris.core.infra.web.common.GeneralAction] (http-nio-1801-exec-x) [] Error Message: Search failed. Please contact the System Administrator

      ERROR [com.exlibris.digitool.mng.workBench.SearchHandlingAction] (http-nio-1801-exec-x) [] search failed.

      ERROR [com.exlibris.digitool.mng.workBench.SearchHandlingAction] (http-nio-1801-exec-x) [] org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://xxx.xxx.xxx.xxx:8983/solr/collection: org.apache.solr.search.SyntaxError: Cannot parse '((IE.internalIdentifier.internalIdentifierType.PID.string.single:"IExxxxxxx") OR ... : too many boolean clauses

    Causes

    An issue with Rosetta version 8.0 and newer versions, related to indexing of Structural IEs.

    Workaround

    SSH as 'dps' Linux user in each IDX (index) role server in the environment (run: "ver_full" to determine the server roles for the latest Rosetta version) then run the following:

    ## Backup existing Solr "solr.xml" configuration file ##
    cd /exlibris/dps/d4_1/solr/server/solr/
    cp -p solr.xml solr.xml.backup.SP`awk -F= '/app.version/ {print $2}' $dps_system/conf/global.properties`_`date +'%Y%m%d_%H%M%S'`

    ## Reconfigure "solr.xml" with "<int name="maxBooleanClauses">${solr.max.booleanClauses:500000}</int>" under "<solr>" tag ##
    set max_limit=500000

    [ `grep -i 'booleanClauses' solr.xml | wc -m` == 0 ] && sed -i '/<solr>/a <int name="maxBooleanClauses">${solr.max.booleanClauses:'${max_limit}'}</int>' solr.xml || sed -i 's/booleanClauses:.*}/booleanClauses:'${max_limit}'}/i' solr.xml

    ## Restart Solr ##
    $dps_dev/solr/bin/solr stop; $dps_dev/solr/bin/solr start -p 8983

    Feel free to consult with Ex Libris Rosetta Support Team in case your organization have any question or need assistance deploying this workaround.

    Defect Status

    A fix is tentatively planned to be released with one of the upcoming versions of Rosetta.


    • Article last edited: 28-Apr-2025
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Unable to create Metadata Extraction/Format Validation/Virus Check Error Rule when "Error Message" is long
      • Unable to ignore Format Validation Error from "Technical Issues" screen with Rosetta 7.3.0.0 - 7.4.0.1
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      Rosetta
    2. Tags
      1. export
      2. Solr
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved