Issues fixed in MarkLogic Server 9.0-5.1
- Last Updated: July 6, 2026
- 2 minute read
- MarkLogic Server
- Documentation
Released: Jun 8, 2018
The following issues have been addressed in this release:
| Platform | Component | Bug ID | Details |
|---|---|---|---|
| linux(64-bit) | xdmp | BUG-50020 | Segmentation fault when viewing Monitoring History data Viewing Meters data on the Server's Monitoring History page may cause a MarkLogic Server restart. The error logs will show a segmentation fault in xdmp::CachedOnDiskTripleDocIndex |
| linux(64-bit) | JavaScript | BUG-49871 | JavaScript Precommit Trigger Fails on Multi-Document Transactions If you have a precommit trigger that has a "let" or "const" variable declaration in it, and multiple documents are being committed in a single transaction, the commit will fail with the exception: [javascript] JS-JAVASCRIPT: ... -- Error running JavaScript request: SyntaxError: Identifier has already been declared. |
| all | search | BUG-49877 | Searches involving range queries may throw range index not found errors When incomplete information is given to range query constructors used in a searches and the passed value is untyped, the range index cannot be identified and a range index not found error is raised. |
| all | xdmp | BUG-49819 | Cannot load JSON or text documents with non-XML characters Even when escaped, characters in the \u0001-\u0008, \u000b-\u000c, and \u000e-\u001f ranges cannot be loaded into the database. The characters are replaced with the substitution character or an error is raised. |
| all | Encryption at REST | BUG-50053 | Log files stop being encrypted Log files stop being encrypted when a server restarts and a log file rotation occurs. |
| all | xdmp | BUG-49866 | xdmp:server-status expanded tree cache rates innacurate xdmp:server-status() expanded tree cache rates are innacurate. This is a regression found in 9.0-5. |
| all | Upgrade | BUG-49990 | Upgrade with LDAP Admin fails with SEC-NOADMIN Upgrade fails with SEC-NOADMIN: (err:FOER0000) User does not have admin role when Admin appserver is pointing to LDAP for authentication and authorization |
| all | xdmp | BUG-49816 | Segmentation Fault Segmentation Fault after requests get retried. |