¿Did you enabled in the profile?
¿Did you enabled in the profile?
In the log there're are a lot of errors about path like: Caused by: com.openkm.core.PathNotFoundException: /okm:personal/okmAdmin/Nhà Nội/TKTT - TEST.xlsx Caused by: com.openkm.core.PathNotFoundException: /okm:personal/okmAdmin/Nhà Tôi/error.2025-02-24_16-27.log etc... ¿Do you have relevant data in ...
In the administration there's the option to send messages to the users. I suggest check it manually. Another option could be send and email address. You could automate both options from with a cron job.
Should also take a look at https://github.com/openkm/document-management-system/blob/master/src/main/java/com/openkm/frontend/client/panel/center/Dashboard.java and here https://github.com/openkm/document-management-system/blob/master/src/main/java/com/openkm/frontend/client/constants/ui/UIDashboard...
You should change the code https://github.com/openkm/document-mana ... /dashboard
Try to use the regular HTML link anchor with target="blank"
With the CE these are the libraries you can use. You can try to download the code and check if an upper version of the library can be used: https://github.com/openkm/document-management-system?tab=readme-ov-file or the personal development environment here https://docs.openkm.com/kcenter/view/okm-6....
The jar file is in the tomcat/lib folder, but I think can only updated until version 1.6 ( remove the file into and replace by the new one https://mvnrepository.com/artifact/com.sun.mail/javax.mail/1.6.2 ( download link https://repo1.maven.org/maven2/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.ja...
The memory continues being set in the set env. I think you have another kind of problem, in the screen it is showing "native library is missing".
* ¿Can share screenshot of the browser when trying to previewing the document?
* Check with browser tools the console and network ( clean just before trying to preview the document )
The link is fine, but from where are you trying to use it. In the preview of the openkm it will not working, only will working if you open the doc file with a regular editor ( LibreOffice or Microsoft Word )
Take a look at this line in the code https://github.com/openkm/document-mana ... t.java#L58
Should be shown an error in the log file but in what you have shared there's nothing. * Stop the openkm * delete all files in the logs folder * Start openkm * Try to preview a document Then share the log file as you have shared now. Check in the console and network in the browser tools for some error
255 characters is so long. What is the error you get in the openkm.log file
Probably you will solve it increasing the size of column NBS_NAME in the table OKM_NODE_BASE
In this section of the documentation are described the main tables https://docs.openkm.com/kcenter/view/ok ... ption.html ( the most relevant things are in these tables, others are not so relevant )