Overview
You are seeing an issue where the text in file/document previews, including Excel, .docx, and .pdf files, displays as blocks, rendering the content unreadable. This issue affects all users and all previously uploaded files.
Solution
This issue was caused due to a new PDF preview feature that was introduced in the latest release. To resolve this issue, kindly contact us and provide the below information:
- Mention your Jive instance's URL.
- Grant permissions to make modifications to your instance.
- There is a Rolling Restart required for the changes to be in effect. Provide a couple of time ranges (along with the timezone) on when this activity can be performed. It is best suited to do this activity during your off business hours.
Once the above activity is completed, you will receive a confirmation indicating that this is resolved.
<supportagent>
- Run the below query on the customer's Jive instance
SELECT * FROM jiveproperty WHERE name ILIKE 'locale.%';
The output should be something like that
name | propvalue
--------------------------+---------------------
locale.characterEncoding | UTF-8
locale.country |
locale.language | en
locale.timeZone | America/Los_Angeles
- Make sure
locale.characterEncoding
isUTF-8
andlocale.language
isen
. If it’s not, then set them fromAdmin Console > System > Management > System Properties
. -
Go to
Admin Console > System > Management > System Properties
. -
Find and delete
locale.language
system property. - Perform a Rolling Restart of the instance as per the customer's time preferences.
</supportagent>
Comments
1 comment
What was the root cause of this issue?
Article is closed for comments.