Trying to do a mass upload from the administrator>import repository screen, and I'm getting an error that says "IO Error: Too many open files". I can "reset" this error by logging the okmAdmin user off and logging back in again, but it seems to "get full" and happen again after a few hundred file uploads.
Also, clicking on the administrator>repository view screen gives me a "HTTP status 500" error as follows:
Also, clicking on the administrator>repository view screen gives me a "HTTP status 500" error as follows:
Code: Select all
Using OKM 5.1.9 on Ubuntu 10.10java.lang.NoClassDefFoundError: com/openkm/servlet/admin/RepositoryViewServlet$PropertyCmp
com.openkm.servlet.admin.RepositoryViewServlet.getProperties(RepositoryViewServlet.java:579)
com.openkm.servlet.admin.RepositoryViewServlet.list(RepositoryViewServlet.java:461)
com.openkm.servlet.admin.RepositoryViewServlet.doGet(RepositoryViewServlet.java:136)
com.openkm.servlet.admin.RepositoryViewServlet.service(RepositoryViewServlet.java:95)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)