• Search

  • Search it up!

Search found 12131 matches

 Go to advanced search

Re: OpenKM no se puede conectar al servidor MySQL

 by jllort ¦  Wed Oct 01, 2025 6:52 am ¦  Forum: Instalación ¦  Topic: OpenKM no se puede conectar al servidor MySQL ¦  Replies: 5 ¦  Views: 217

* La configuracion de la base de datos parece correcta.
* En vez de mysql te aconsejaría instalar mariadb ( fíjate en la sección https://docs.openkm.com/kcenter/view/okm-6.3-com/configuring-mysql-and-mariadb.html ) -> esto implica cambiar el driver y la configuracion del parámetro hibernate.dialect ...

Re: OpenKM no se puede conectar al servidor MySQL

 by jllort ¦  Tue Sep 30, 2025 11:24 am ¦  Forum: Instalación ¦  Topic: OpenKM no se puede conectar al servidor MySQL ¦  Replies: 5 ¦  Views: 217

Comparte el fichero server.xml para estar seguros de que has configurado correctamente la conexión
Comparte la traza completa del error.
¿Imagino que no se ha creado ninguna tabla en la base de datos?

Re: "Start Workflow" dropdown shows no process (v6.3.13-DEV)

 by jllort ¦  Fri Jul 18, 2025 6:19 am ¦  Forum: Configuration ¦  Topic: "Start Workflow" dropdown shows no process (v6.3.13-DEV) ¦  Replies: 5 ¦  Views: 176553

The table starting with JBPM_XXX ( it is the same database used by openkm )
Assigned task are shown in the dashboard
Some data is serialized in the database ( not the best for queries but is how the JBoss guys in this version decided to keep the data )

Currently, we are just going to release a ...

Re: "Start Workflow" dropdown shows no process (v6.3.13-DEV)

 by jllort ¦  Fri Jul 11, 2025 4:12 pm ¦  Forum: Configuration ¦  Topic: "Start Workflow" dropdown shows no process (v6.3.13-DEV) ¦  Replies: 5 ¦  Views: 176553

I think in the profile you must set what workflows are available for the users. The screenshot shares is so small and I can not watch it. Check if you have enabled in a drop down list the workflow. Then refresh the UI.

Re: "Start Workflow" dropdown shows no process (v6.3.13-DEV)

 by jllort ¦  Wed Jul 09, 2025 3:59 pm ¦  Forum: Configuration ¦  Topic: "Start Workflow" dropdown shows no process (v6.3.13-DEV) ¦  Replies: 5 ¦  Views: 176553

¿Did you enabled in the profile?

Re: Text Extractor Job Error

 by jllort ¦  Fri Jun 13, 2025 4:48 pm ¦  Forum: Usage ¦  Topic: Text Extractor Job Error ¦  Replies: 2 ¦  Views: 154375

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 ...

Re: Reminder for ToDo´s after a specific time

 by jllort ¦  Tue Apr 22, 2025 6:57 am ¦  Forum: Usage ¦  Topic: Reminder for ToDo´s after a specific time ¦  Replies: 1 ¦  Views: 72072

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.

Re: Change order of dashboard tabs

 by jllort ¦  Thu Feb 13, 2025 7:41 am ¦  Forum: Usage ¦  Topic: Change order of dashboard tabs ¦  Replies: 8 ¦  Views: 367926

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 ...

Re: Change order of dashboard tabs

 by jllort ¦  Fri Jan 24, 2025 8:20 am ¦  Forum: Usage ¦  Topic: Change order of dashboard tabs ¦  Replies: 8 ¦  Views: 367926

Re: wiki extension : open external link in new browser tab

 by jllort ¦  Mon Jan 20, 2025 7:16 am ¦  Forum: Usage ¦  Topic: wiki extension : open external link in new browser tab ¦  Replies: 1 ¦  Views: 36133

Try to use the regular HTML link anchor with target="blank"

Re: How to replace JavaMail with Jakarta Mail in OpenKM?

 by jllort ¦  Mon Jan 20, 2025 7:14 am ¦  Forum: Configuration ¦  Topic: How to replace JavaMail with Jakarta Mail in OpenKM? ¦  Replies: 3 ¦  Views: 328993

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 ...

Re: How to replace JavaMail with Jakarta Mail in OpenKM?

 by jllort ¦  Wed Jan 15, 2025 5:59 pm ¦  Forum: Configuration ¦  Topic: How to replace JavaMail with Jakarta Mail in OpenKM? ¦  Replies: 3 ¦  Views: 328993

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 ...

Re: No memory info

 by jllort ¦  Mon Dec 30, 2024 4:04 pm ¦  Forum: Installation ¦  Topic: No memory info ¦  Replies: 1 ¦  Views: 56105

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".

Re: OpenKM on Linux: Preview Not Working

 by jllort ¦  Fri Nov 29, 2024 7:11 pm ¦  Forum: Configuration ¦  Topic: OpenKM on Linux: Preview Not Working ¦  Replies: 3 ¦  Views: 50187

* ¿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 )

Re: How to add a link in a word document to another document (openkm CE !)

 by jllort ¦  Wed Nov 06, 2024 7:35 am ¦  Forum: Usage ¦  Topic: How to add a link in a word document to another document (openkm CE !) ¦  Replies: 1 ¦  Views: 40830

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 )

  • 1
  • 2
  • 3
  • 4
  • 5
  • 809

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.