How to get JTS out of read-only mode
![]()
Craig Lawton (1●1●1●1)
| asked Jun 18 '13, 10:22 a.m.
retagged Jun 18 '13, 12:07 p.m. by Amy Laird (165●1●4)
Due to a disk-full issue we had to reboot our server hosting JTS. After resolving the disk issue and performing a reboot, we get the following message:
The dashboard can't be created because the server is in read-only mode. After the server exits read-only mode, refresh the page to see the dashboard.
HTTP Status 503 - CRJZS5787E The following RDF index cannot be read or used: indexer.internal.triple. Query-based operations do not work, and the application might not work at all. Before you can continue, this issue must be fixed. For more details, open the help system and search for CRJZS5787E.type Status report message CRJZS5787E The following RDF index cannot be read or used: indexer.internal.triple. Query-based operations do not work, and the application might not work at all. Before you can continue, this issue must be fixed. For more details, open the help system and search for CRJZS5787E. description The requested service (CRJZS5787E The following RDF index cannot be read or used: indexer.internal.triple. Query-based operations do not work, and the application might not work at all. Before you can continue, this issue must be fixed. For more details, open the help system and search for CRJZS5787E.) is not currently available. Apache Tomcat/7.0.25
How do I get the server out of read-only mode and past the error? and why did this happen?
|
5 answers
![]()
Your indices are likely corrupt. You should suspend the indexers (using repotools-jts -suspendIndexing), restore the indices from your backup, and resume the indexers (using repotools-jts -resumeIndexing)
Comments How would I go about restoring indicies from a backup? And if that is not possible, can we perform a re-index? 1
The following article should help you: https://jazz.net/library/article/1272
|
![]()
We have used this solution a few times now so we have formally documented it in this technote:
Accessing dashboards in JTS, RTC and RQM results in error "Can't be created because the server is in read-only mode" |
![]()
We just had this same message. The solution for us was to rename the conf/ccm/indices folder to a backup, then start service and let the triple live reindex happen automatically in the back ground. We needed to do this on both the jts and ccm. Then we stopped and started service when the triple live warning was gone from the diagnostics page (and it was also not showing up in the Active Services page of the Admin page.
|