first of all, there are some warnings like this
Just to clarify, I have installed all the relevant softwares.
Thanks for your help in advanced.
Code: Select all
and then there is this warning about a starting and connecting to office or jodconverter :2012-12-23 12:57:20,311 [pool-2-thread-1] WARN com.openkm.d.m - Extractor class not found: com.openkm.extractor.PdfTextExtractor
2012-12-23 12:57:20,312 [pool-2-thread-1] WARN com.openkm.d.m - Extractor class not found: com.openkm.extractor.AudioTextExtractor
2012-12-23 12:57:20,313 [pool-2-thread-1] WARN com.openkm.d.m - Extractor class not found: com.openkm.extractor.ExifTextExtractor
2012-12-23 12:57:20,313 [pool-2-thread-1] WARN com.openkm.d.m - Extractor class not found: com.openkm.extractor.CuneiformTextExtractor
2012-12-23 12:57:20,314 [pool-2-thread-1] WARN com.openkm.d.m - Extractor class not found: com.openkm.extractor.SourceCodeTextExtractor
2012-12-23 12:57:20,315 [pool-2-thread-1] WARN com.openkm.d.m - Extractor class not found: com.openkm.extractor.MsOffice2007TextExtractor
Code: Select all
then, i get this error message, when i go to adminstration --> Stats2012-12-23 12:57:20,939 [pool-2-thread-1] INFO com.openkm.util.i - *** Build Office Manager ***
2012-12-23 12:57:20,939 [pool-2-thread-1] INFO com.openkm.util.i - system.openoffice.path=/usr/lib/libreoffice
2012-12-23 12:57:20,939 [pool-2-thread-1] INFO com.openkm.util.i - system.openoffice.tasks=200
2012-12-23 12:57:20,940 [pool-2-thread-1] INFO com.openkm.util.i - system.openoffice.port=2002
2012-12-23 12:57:20,988 [pool-2-thread-1] INFO org.artofsolving.jodconverter.office.ProcessPoolOfficeManager - ProcessManager implementation is SigarProcessManager
2012-12-23 12:57:21,013 [pool-2-thread-1] WARN com.openkm.servlet.RepositoryStartupServlet - failed to start and connect
org.artofsolving.jodconverter.office.OfficeException: failed to start and connect
at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:64)
at org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeManager.java:101)
Code: Select all
and this one, on administration --> Scripting2012-12-23 12:58:29,672 [http-bio-0.0.0.0-8080-exec-6] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM].[jsp] - Servlet.service() for servlet [jsp] in context with path [/OpenKM] threw exception [Unable to compile class for JSP:
An error occurred at line: 17 in the generated java file
Only a type can be imported. com.openkm.extractor.TextExtractorWork resolves to a package
(....)
An error occurred at line: 17 in the generated java file
Only a type can be imported. com.openkm.extractor.TextExtractorWork resolves to a package
An error occurred at line: 18 in the generated java file
Only a type can be imported. com.openkm.extractor.TextExtractorWorker resolves to a package
Stacktrace:
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:331)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:469)
Code: Select all
and this one, when trying to preview or download an office document as pdf2012-12-23 12:58:41,102 [http-bio-0.0.0.0-8080-exec-1] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM].[jsp] - Servlet.service() for servlet [jsp] in context with path [/OpenKM] threw exception [Unable to compile class for JSP:
An error occurred at line: 15 in the generated java file
Only a type can be imported. com.openkm.util.UserActivity resolves to a package
An error occurred at line: 82 in the jsp file: /admin/scripting.jsp
UserActivity cannot be resolved
79: IOUtils.closeQuietly(fis);
80: } else {
Code: Select all
of course I have copied just a small part of each group of messages from log file and the complete log is attached too.2012-12-23 12:59:25,950 [http-bio-0.0.0.0-8080-exec-5] ERROR com.openkm.servlet.frontend.ConverterServlet - Error in application/vnd.oasis.opendocument.spreadsheet to PDF conversion
com.openkm.core.c: Error in application/vnd.oasis.opendocument.spreadsheet to PDF conversion
at com.openkm.util.i.b(Unknown Source)
at com.openkm.servlet.frontend.ConverterServlet.b(Unknown Source)
at com.openkm.servlet.frontend.ConverterServlet.c(Unknown Source)
Just to clarify, I have installed all the relevant softwares.
Thanks for your help in advanced.
Attachments
(17.97 KiB) Downloaded 823 times