Rosetta 9.1 - General IE Viewer shows no "Table of contents" or images
- Product: Rosetta
- Product Version: 9.1.0.0
Symptoms
Rosetta "General IE Viewer" IE viewer, shows no "Table of contents" or images, when delivering a Representation with a LOGICAL Structure Map that contains one or more encoded XML characters (like "&apos").
Causes
An issue with Rosetta version 9.1, caused by JSTree component upgrade.
Workaround
SSH as 'dps' Linux user in each DEL (Delivery) role server in the Rosetta environment, then run the following:
### Backup existing "repTree.jsp" file ###
cd /exlibris/dps/d4_1/system.dir/thirdparty/tomcat/rosetta-webapps/dps-view-web.war/ieViewer
cp -p repTree.jsp repTree.jsp.SP91.`date +'%Y-%m-%d'`
### Apply the workaround fix ###
perl -i -0pe 's/("core".*?"data").*JSON\.parse\('\''(.*?)'\''\),/$1 : $2,/s' repTree.jsp
### Check the result ###
awk '/core.*\{/{getline;print}' repTree.jsp
✅ Expected: "data" : ${row},
❌ Unexpected: "data" : JSON.parse('${row}'),
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
The issue affects environments installed from SP package downloaded before 24th July 2026.
The fix will be part of Rosetta 9.2.
- Article last edited: 24-July-2026

