Page 1 of 1

Repository export error with OpenKM 5.1.10 - 7548

PostPosted:Wed May 16, 2012 6:37 pm
by techexpress
Hi !
In Administration tab when I clic on Repository export I have this error
Code: Select all
Application error
Class: 	org.apache.jasper.JasperException
Message: 	Impossible de compiler la classe pour la JSP: Une erreur s'est produite à la ligne: 70 dans le fichier jsp: /admin/repository_export.jsp Config.INSTANCE_CHROOT_PATH cannot be resolved 67: try { 68: if (repoPath != null && !repoPath.equals("") && fsPath != null && !fsPath.equals("")) { 69: out.println(""); 70: File dir = new File(Config.INSTANCE_CHROOT_PATH + fsPath); 71: ContentInfo cInfo = OKMFolder.getInstance().getContentInfo(null, repoPath); 72: out.println("Files & directories to export: "+(cInfo.getDocuments() + cInfo.getFolders())+"
"); 73: long begin = System.currentTimeMillis(); Stacktrace:
Date: 	Wed May 16 14:34:31 EDT 2012
I can't have it in the debug box :(
Open KM is under Ubuntu 11.10 and repository is MySQL configuration on Centos 6 server

Also I can't find any option for system.ocr.rotate=90;180;270; (see:http://wiki.openkm.com/index.php?title= ... oldid=6464)

Re: Repository export error with OpenKM 5.1.10 - 7548

PostPosted:Thu May 17, 2012 8:44 am
by jllort
When you updated to 5.1.10 did you deleted /tmp and /work folders ?

Re: Repository export error with OpenKM 5.1.10 - 7548

PostPosted:Thu May 17, 2012 11:23 am
by techexpress
Hi !
Thank's for the quick reply , only the TMP directory .
I wasn't sure about WORK's directory . Do you think I can remove it and restart OpenKM without error ?

Re: Repository export error with OpenKM 5.1.10 - 7548

PostPosted:Fri May 18, 2012 3:51 pm
by jllort
Yes you can stop jboss and remove these folder. These are temporary folder that when you change war file sometimes are not rewritten with new application classes. Always when is made an upgrade should be removed after restarting jboss.

Re: Repository export error with OpenKM 5.1.10 - 7548

PostPosted:Tue May 22, 2012 7:21 pm
by techexpress
OK great , I stop Jboss , delete work and temp directory , download new Nightly version build 7550 .
I have to restart my ubuntu server , but after reboot I could login again .
But I have same error when I clic on Repository Export

Re: Repository export error with OpenKM 5.1.10 - 7548

PostPosted:Wed May 23, 2012 7:19 pm
by jllort