Page 1 of 1

problemas con el openkm

PostPosted:Wed Mar 05, 2014 1:02 pm
by juanda2012
Application error
Class: org.apache.jasper.JasperException
Message: javax.servlet.ServletException: java.lang.ExceptionInInitializerError
Date: Tue Mar 04 07:35:02 COT 2014


Alguien me puede ayudar con este error?

Re: problemas con el openkm

PostPosted:Sat Mar 08, 2014 9:54 am
by jllort
Esto que te pasa, al intentar logearte. Necesitariamos ver el log.
1- Para la aplicacion
2- Limpia el directorio de log
3- arranca la aplicacion, logeate y envianos el log aqui para hecharle un vistazo

Puede ser que tengas el repositorio corrupto

Re: problemas con el openkm

PostPosted:Wed Mar 01, 2017 5:33 pm
by plugas
Yo tambien tengo el mismo error. :(

Adjunto copia de los archivos catalina y localhost del log. Los coloco en texto aqui

Gracias por su ayuda.

Re: problemas con el openkm

PostPosted:Fri Mar 03, 2017 7:27 pm
by jllort
If you take a look at the error:
Code: Select all
Caused by: org.apache.lucene.index.CorruptIndexException: document count mismatch: deleted docs count 0 vs segment doc count 65412 segment=_2dor
Your lucene search index is corrupted. To solve it must generate it again, go with this steps:
1- stop openkm
2- delete the folder $TOMCAT_HOME/repository/index
3- start openkm
4- go to administration / tools
5- click on rebuild indexes, "choose rebuild lucene index" ( wait until the process be completed, can take some minutes or hours depending how many files do you have and the hardware you have )