Error in table OKM_NODE_DOCUMENT_VERSION
PostPosted:Tue Jun 25, 2013 8:56 pm
Hi All,
When I try to insert a document this error appears and I can not send the document.
When I try to insert a document this error appears and I can not send the document.
Code: Select all
How to solve this? My version is 6.2.4-DEV (8075)2013-06-25 17:31:06,038 [ajp-bio-8009-exec-14] INFO com.openkm.servlet.frontend.FileUploadServlet - Filename: 'RELAÇÃO DE CONTRIBUIÇÃO DE FGTS.pdf'
2013-06-25 17:31:06,038 [ajp-bio-8009-exec-14] INFO com.openkm.servlet.frontend.FileUploadServlet - Upload file 'RELAÇÃO DE CONTRIBUIÇÃO DE FGTS.pdf' into '/okm:root/PESSOAL/GEFIP/Ampla (3.8 KB)'
2013-06-25 17:31:06,038 [ajp-bio-8009-exec-14] INFO com.openkm.servlet.frontend.FileUploadServlet - Wizard: {path=, showWizardCategories=false, showWizardKeywords=false, groupsList=[], workflowList=[], hasAutomation=false, error=, digitalSignature=false}
2013-06-25 17:31:06,108 [ajp-bio-8009-exec-14] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 145, SQLState: HY000
2013-06-25 17:31:06,108 [ajp-bio-8009-exec-14] ERROR org.hibernate.util.JDBCExceptionReporter - Table './okmdb/OKM_NODE_DOCUMENT_VERSION' is marked as crashed and should be repaired
2013-06-25 17:31:06,109 [ajp-bio-8009-exec-14] ERROR com.openkm.servlet.frontend.FileUploadServlet - Could not execute JDBC batch update
com.openkm.core.DatabaseException: Could not execute JDBC batch update
at com.openkm.dao.NodeDocumentDAO.create(NodeDocumentDAO.java:144)
at com.openkm.module.db.base.BaseDocumentModule.create(BaseDocumentModule.java:156)
at com.openkm.module.db.DbDocumentModule.create(DbDocumentModule.java:221)
at com.openkm.servlet.frontend.FileUploadServlet.doPost(FileUploadServlet.java:314)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)