• Document Preview and PDF conversion.

  • OpenKM has many interesting features, but requires some configuration process to show its full potential.
OpenKM has many interesting features, but requires some configuration process to show its full potential.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #29870  by iammenotyou
 
Hello,

I recently installed/config openKm and when i try to preview or download a .doc or .txt as a pdf i get:

The System has generated an error
Conversion:

I tried converting a file from .doc to .pdf by command line with libreoffice and that was succesful.

Doing a check in the config I get:
system.swftools.pdf2swf
OK - /opt/tomcat/bin/pdf2swf
system.imagemagick.convert
OK - /usr/bin/convert
system.ocr
Not configured
system.openoffice.path
OK - /usr/lib/libreoffice/program/soffice.bin

I realize OCR is not configured, and don't plan on having OCR functionality which is why that is like that.

I have also stopped and restarted openkm without success.
 #29875  by opensourced
 
If you delete the files in the cache/pdf, can you "download as pdf" successfully? I have an issue where pdf creation via preview creates a bad file, but if I avoid previewing after deleting the cache files, download as pdf works fine.
 #29898  by jllort
 
this is not ok
Code: Select all
Not configured
system.openoffice.path
OK - /usr/lib/LibreOffice/program/soffice.bin
The path should be /usr/lib/LibreOffice

Ensure ( catalina.log ) when starting openkm soffice service starts correctly.
 #29905  by iammenotyou
 
Hello and thanks for the responses.

I cleared the cache and no help.

The only thing in the configuration not working is the OCR. I didn't think I needed it. So I installed cuneiform. So now if I click a file and select download as PDF it downloads a pdf and the file is ok :)

However, if I click preview (even for the above mentioned file which did download as a pdf it provide the error. And so I tried to re-dload the file again as pdf and again it did not work. If i delete the cache then again the download as pdf would again work, but preview still would not work. (The file in the cache folder for previewed files is always a 4075 byte file).

catalina.log is also working, this is an excerpt from when I tried to do a preview of a .doc file.
Code: Select all
2014-09-13 12:15:57,654 [http-bio-0.0.0.0-1215-exec-55] WARN  com.openkm.util.ExecutionUtils- Abnormal program termination: 139
2014-09-13 12:15:57,654 [http-bio-0.0.0.0-1215-exec-55] WARN  com.openkm.util.ExecutionUtils- CommandLine: [/opt/tomcat/bin/pdf2swf, -f, -T, 9, -t, -s, storeallcharacters, /opt/tomcat/repository/cache/pdf/a6978d22-8ef1-4ad5-9171-9f5d19d78dcd.pdf, -o, /opt/tomcat/repository/cache/swf/a6978d22-8ef1-4ad5-9171-9f5d19d78dcd.swf]
2014-09-13 12:15:57,654 [http-bio-0.0.0.0-1215-exec-55] WARN  com.openkm.util.ExecutionUtils- STDERR:
2014-09-13 12:15:57,655 [http-bio-0.0.0.0-1215-exec-55] ERROR com.openkm.servlet.frontend.ConverterServlet-
com.openkm.core.ConversionException:
        at com.openkm.util.DocConverter.pdf2swf(DocConverter.java:685)
        at com.openkm.servlet.frontend.ConverterServlet.toSWF(ConverterServlet.java:308)
        at com.openkm.servlet.frontend.ConverterServlet.service(ConverterServlet.java:145)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:701)

Any additional thoughts?
Last edited by iammenotyou on Sat Sep 13, 2014 4:19 pm, edited 2 times in total.
 #29906  by iammenotyou
 
I forgot to mention I'm using OpenKM 6.3 build 8156 with community extensions.

Checking for running libreoffice i get:
ps -ef |grep office
root 10943 10859 0 Sep12 ? 00:00:03 /usr/lib/libreoffice/program/soffice.bin -accept=socket,host=127.0.0.1,port=2002;urp; -env:UserInstallation=file:///opt/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-2002 -headless -nocrashreport -nodefault -nofirststartwizard -nolockcheck -nologo -norestore

Log from a shutdown of the application:
Code: Select all
2014-09-13 11:15:23,266 [main] INFO  org.apache.catalina.core.StandardServer- A valid shutdown command was received via the shutdown port. Stopping the Server instance.
2014-09-13 11:15:23,267 [main] INFO  org.apache.coyote.http11.Http11Protocol- Pausing ProtocolHandler ["http-bio-0.0.0.0-1216"]
2014-09-13 11:15:23,318 [main] INFO  org.apache.coyote.ajp.AjpProtocol- Pausing ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
2014-09-13 11:15:23,369 [main] INFO  org.apache.catalina.core.StandardService- Stopping service Catalina
2014-09-13 11:15:23,454 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting down OpenOffice manager ***
2014-09-13 11:15:23,454 [localhost-startStop-2] INFO  org.artofsolving.jodconverter.office.ProcessPoolOfficeManager- stopping
2014-09-13 11:15:23,538 [MessageDispatcher] INFO  org.artofsolving.jodconverter.office.OfficeConnection- disconnected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'
2014-09-13 11:15:24,781 [OfficeProcessThread-0] INFO  org.artofsolving.jodconverter.office.ManagedOfficeProcess- process exited with code 0
2014-09-13 11:15:24,951 [localhost-startStop-2] INFO  org.artofsolving.jodconverter.office.ProcessPoolOfficeManager- stopped
2014-09-13 11:15:24,952 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting down UI Notification... ***
2014-09-13 11:15:24,952 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting down cron... ***
2014-09-13 11:15:24,952 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting down update info... ***
2014-09-13 11:15:24,952 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting pending task executor... ***
2014-09-13 11:15:24,952 [localhost-startStop-2] INFO  com.openkm.util.pendtask.PendingTaskExecutor- ### All threads shutdown requested ###
2014-09-13 11:15:24,953 [localhost-startStop-2] INFO  com.openkm.util.pendtask.PendingTaskExecutor- ### All threads have finished ###
2014-09-13 11:15:24,953 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting down repository... ***
2014-09-13 11:15:24,953 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Repository shutted down ***
2014-09-13 11:15:24,953 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Execute stop script ***
2014-09-13 11:15:24,953 [localhost-startStop-2] WARN  com.openkm.util.ExecutionUtils- Unable to read script: /opt/tomcat/stop.bsh
2014-09-13 11:15:24,953 [localhost-startStop-2] WARN  com.openkm.util.ExecutionUtils- Unable to read jar: /opt/tomcat/stop.jar
2014-09-13 11:15:24,953 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Execute stop SQL ***
2014-09-13 11:15:24,953 [localhost-startStop-2] WARN  com.openkm.servlet.RepositoryStartupServlet- Unable to read sql: /opt/tomcat/stop.sql
2014-09-13 11:15:24,953 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Shutting down workflow engine... ***
2014-09-13 11:15:25,020 [localhost-startStop-2] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Hibernate shutdown ***
2014-09-13 11:15:25,037 [localhost-startStop-2] INFO  org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM]- Closing Spring root WebApplicationContext
2014-09-13 11:15:25,038 [localhost-startStop-2] INFO  org.springframework.web.context.support.XmlWebApplicationContext- Closing Root WebApplicationContext: startup date [Fri Sep 12 10:25:32 EDT 2014]; root of context hierarchy
2014-09-13 11:15:25,040 [localhost-startStop-2] INFO  org.springframework.beans.factory.support.DefaultListableBeanFactory- Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@722bac67: defining beans [dbAuthModule,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,WSS4JInInterceptor,authService,bookmarkService,documentService,folderService,mailService,noteService,notificationService,propertyGroupService,propertyService,repositoryService,searchService,dashboardService,workflowService,testService,cmisNavigationService,cmisPolicyService,cmisDiscoveryService,cmisMultiFilingService,cmisRepositoryService,cmisRelationshipService,cmisVersioningService,cmisObjectService,cmisAclService,restAuth,restDocument,restFolder,restMail,restNote,restPropertyGroup,restSearch,restRepository,restProperty,restTest,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.security.access.vote.RoleVoter#0,CmisLifecycleBean,CmisServiceFactory,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.context.NullSecurityContextRepository#0,org.springframework.security.web.savedrequest.NullRequestCache#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.userDetailsServiceFactory,org.springframework.security.web.DefaultSecurityFilterChain#0,org.springframework.security.web.PortMapperImpl#1,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#1,org.springframework.security.authentication.ProviderManager#1,org.springframework.security.web.context.NullSecurityContextRepository#1,org.springframework.security.web.savedrequest.NullRequestCache#1,org.springframework.security.access.vote.AffirmativeBased#2,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#1,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#1,org.springframework.security.authentication.AnonymousAuthenticationProvider#1,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#1,org.springframework.security.web.DefaultSecurityFilterChain#1,org.springframework.security.web.PortMapperImpl#2,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#2,org.springframework.security.authentication.ProviderManager#2,org.springframework.security.web.context.NullSecurityContextRepository#2,org.springframework.security.web.savedrequest.NullRequestCache#2,org.springframework.security.access.vote.AffirmativeBased#3,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#2,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#2,org.springframework.security.authentication.AnonymousAuthenticationProvider#2,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#2,org.springframework.security.web.DefaultSecurityFilterChain#2,org.springframework.security.web.PortMapperImpl#3,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#3,org.springframework.security.authentication.ProviderManager#3,org.springframework.security.web.context.NullSecurityContextRepository#3,org.springframework.security.web.savedrequest.NullRequestCache#3,org.springframework.security.access.vote.AffirmativeBased#4,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#3,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#3,org.springframework.security.authentication.AnonymousAuthenticationProvider#3,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#3,org.springframework.security.web.DefaultSecurityFilterChain#3,org.springframework.security.web.PortMapperImpl#4,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#4,org.springframework.security.authentication.ProviderManager#4,org.springframework.security.web.context.NullSecurityContextRepository#4,org.springframework.security.web.savedrequest.NullRequestCache#4,org.springframework.security.access.vote.AffirmativeBased#5,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#4,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#4,org.springframework.security.authentication.AnonymousAuthenticationProvider#4,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#4,org.springframework.security.web.DefaultSecurityFilterChain#4,org.springframework.security.web.PortMapperImpl#5,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#5,org.springframework.security.authentication.ProviderManager#5,org.springframework.security.web.context.NullSecurityContextRepository#5,org.springframework.security.web.savedrequest.NullRequestCache#5,org.springframework.security.access.vote.AffirmativeBased#6,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#5,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#5,org.springframework.security.authentication.AnonymousAuthenticationProvider#5,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#5,org.springframework.security.web.DefaultSecurityFilterChain#5,org.springframework.security.web.PortMapperImpl#6,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#6,org.springframework.security.authentication.ProviderManager#6,org.springframework.security.web.context.NullSecurityContextRepository#6,org.springframework.security.web.savedrequest.NullRequestCache#6,org.springframework.security.access.vote.AffirmativeBased#7,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#6,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#6,org.springframework.security.authentication.AnonymousAuthenticationProvider#6,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#6,org.springframework.security.web.DefaultSecurityFilterChain#6,org.springframework.security.web.PortMapperImpl#7,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#7,org.springframework.security.authentication.ProviderManager#7,org.springframework.security.web.context.NullSecurityContextRepository#7,org.springframework.security.web.savedrequest.NullRequestCache#7,org.springframework.security.access.vote.AffirmativeBased#8,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#7,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#7,org.springframework.security.authentication.AnonymousAuthenticationProvider#7,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#7,org.springframework.security.web.DefaultSecurityFilterChain#7,org.springframework.security.web.PortMapperImpl#8,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#8,org.springframework.security.authentication.ProviderManager#8,org.springframework.security.web.context.NullSecurityContextRepository#8,org.springframework.security.web.savedrequest.NullRequestCache#8,org.springframework.security.access.vote.AffirmativeBased#9,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#8,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#8,org.springframework.security.authentication.AnonymousAuthenticationProvider#8,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#8,org.springframework.security.web.DefaultSecurityFilterChain#8,org.springframework.security.web.PortMapperImpl#9,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#9,org.springframework.security.authentication.ProviderManager#9,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.access.vote.AffirmativeBased#10,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#9,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#9,org.springframework.security.authentication.AnonymousAuthenticationProvider#9,org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0,org.springframework.security.web.DefaultSecurityFilterChain#9,loggerListener,dataSource,org.springframework.security.provisioning.JdbcUserDetailsManager#0,org.springframework.security.authentication.dao.DaoAuthenticationProvider#0,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
2014-09-13 11:15:25,196 [localhost-startStop-2] ERROR org.apache.catalina.loader.WebappClassLoader- The web application [/OpenKM] appears to have started a thread named [HSQLDB Timer @7bd7d288] but has failed to stop it. This is very likely to create a memory leak.
2014-09-13 11:15:25,196 [localhost-startStop-2] ERROR org.apache.catalina.loader.WebappClassLoader- The web application [/OpenKM] appears to have started a thread named [OfficeProcessThread-0] but has failed to stop it. This is very likely to create a memory leak.
2014-09-13 11:15:25,204 [main] INFO  org.apache.coyote.http11.Http11Protocol- Stopping ProtocolHandler ["http-bio-0.0.0.0-1216"]
2014-09-13 11:15:25,205 [main] INFO  org.apache.coyote.ajp.AjpProtocol- Stopping ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
2014-09-13 11:15:25,205 [main] INFO  org.apache.coyote.http11.Http11Protocol- Destroying ProtocolHandler ["http-bio-0.0.0.0-1216"]
2014-09-13 11:15:25,206 [main] INFO  org.apache.coyote.ajp.AjpProtocol- Destroying ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
Last edited by iammenotyou on Sat Sep 13, 2014 4:20 pm, edited 1 time in total.
 #29907  by iammenotyou
 
and a startup (since I hit the character limit in the last post)
Code: Select all
2014-09-13 11:15:32,832 [main] INFO  org.apache.catalina.core.AprLifecycleListener- The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64::/opt/tomcat/lib/sigar:/usr/java/packages/lib/amd64:/usr/lib/jni:/lib:/usr/lib
2014-09-13 11:15:33,672 [main] INFO  org.apache.coyote.http11.Http11Protocol- Initializing ProtocolHandler ["http-bio-0.0.0.0-1216"]
2014-09-13 11:15:33,699 [main] INFO  org.apache.coyote.ajp.AjpProtocol- Initializing ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
2014-09-13 11:15:33,709 [main] INFO  org.apache.catalina.startup.Catalina- Initialization processed in 1507 ms
2014-09-13 11:15:33,911 [main] INFO  org.apache.catalina.core.StandardService- Starting service Catalina
2014-09-13 11:15:33,911 [main] INFO  org.apache.catalina.core.StandardEngine- Starting Servlet Engine: Apache Tomcat/7.0.53
2014-09-13 11:15:33,996 [localhost-startStop-1] INFO  org.apache.catalina.startup.HostConfig- Deploying web application archive /opt/tomcat/webapps/OpenKM.war
2014-09-13 11:16:07,551 [localhost-startStop-1] INFO  org.apache.tomcat.websocket.server.WsSci- JSR 356 WebSocket (Java WebSocket 1.0) support is not available when running on Java 6. To suppress this message, run Tomcat on Java 7, remove the WebSocket JARs from $CATALINA_HOME/lib or add the WebSocketJARs to the tomcat.util.scan.DefaultJarScanner.jarsToSkip property in $CATALINA_BASE/conf/catalina.properties. Note that the deprecated Tomcat 7 WebSocket API will be available.
2014-09-13 11:16:07,551 [localhost-startStop-1] INFO  org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM]- No Spring WebApplicationInitializer types detected on classpath
2014-09-13 11:16:07,628 [localhost-startStop-1] INFO  org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM]- Initializing Spring root WebApplicationContext
2014-09-13 11:16:07,628 [localhost-startStop-1] INFO  org.springframework.web.context.ContextLoader- Root WebApplicationContext: initialization started
2014-09-13 11:16:07,761 [localhost-startStop-1] INFO  org.springframework.web.context.support.XmlWebApplicationContext- Refreshing Root WebApplicationContext: startup date [Sat Sep 13 11:16:07 EDT 2014]; root of context hierarchy
2014-09-13 11:16:07,836 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
2014-09-13 11:16:08,788 [localhost-startStop-1] INFO  org.springframework.context.annotation.ClassPathBeanDefinitionScanner- JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
2014-09-13 11:16:11,410 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
2014-09-13 11:16:11,436 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
2014-09-13 11:16:11,670 [localhost-startStop-1] INFO  org.springframework.security.core.SpringSecurityCoreVersion- You are running with Spring Security Core 3.1.0.RELEASE
2014-09-13 11:16:11,671 [localhost-startStop-1] INFO  org.springframework.security.config.SecurityNamespaceHandler- Spring Security 'config' module version is 3.1.0.RELEASE
2014-09-13 11:16:11,769 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2000]
2014-09-13 11:16:11,784 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#1>, order = 2000]
2014-09-13 11:16:11,788 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#2>, order = 2000]
2014-09-13 11:16:11,801 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#3>, order = 2000]
2014-09-13 11:16:11,816 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#4>, order = 2000]
2014-09-13 11:16:11,821 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#5>, order = 2000]
2014-09-13 11:16:11,834 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#6>, order = 2000]
2014-09-13 11:16:11,848 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#7>, order = 2000]
2014-09-13 11:16:11,861 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#8>, order = 2000]
2014-09-13 11:16:11,904 [localhost-startStop-1] INFO  org.springframework.security.config.http.HttpSecurityBeanDefinitionParser- Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, <org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0>, order = 800, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1300, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1800, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#9>, order = 2000]
2014-09-13 11:16:11,920 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from URL [file:/opt/tomcat/OpenKM.xml]
2014-09-13 11:16:12,372 [localhost-startStop-1] INFO  org.springframework.beans.factory.support.DefaultListableBeanFactory- Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5bdc9a1a: defining beans [dbAuthModule,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,cxf,org.apache.cxf.bus.spring.BusWiringBeanFactoryPostProcessor,org.apache.cxf.bus.spring.Jsr250BeanPostProcessor,org.apache.cxf.bus.spring.BusExtensionPostProcessor,WSS4JInInterceptor,authService,bookmarkService,documentService,folderService,mailService,noteService,notificationService,propertyGroupService,propertyService,repositoryService,searchService,dashboardService,workflowService,testService,cmisNavigationService,cmisPolicyService,cmisDiscoveryService,cmisMultiFilingService,cmisRepositoryService,cmisRelationshipService,cmisVersioningService,cmisObjectService,cmisAclService,restAuth,restDocument,restFolder,restMail,restNote,restPropertyGroup,restSearch,restRepository,restProperty,restTest,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.security.access.vote.RoleVoter#0,CmisLifecycleBean,CmisServiceFactory,org.springframework.security.filterChains,org.springframework.security.filterChainProxy,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.context.NullSecurityContextRepository#0,org.springframework.security.web.savedrequest.NullRequestCache#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.userDetailsServiceFactory,org.springframework.security.web.DefaultSecurityFilterChain#0,org.springframework.security.web.PortMapperImpl#1,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#1,org.springframework.security.authentication.ProviderManager#1,org.springframework.security.web.context.NullSecurityContextRepository#1,org.springframework.security.web.savedrequest.NullRequestCache#1,org.springframework.security.access.vote.AffirmativeBased#2,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#1,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#1,org.springframework.security.authentication.AnonymousAuthenticationProvider#1,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#1,org.springframework.security.web.DefaultSecurityFilterChain#1,org.springframework.security.web.PortMapperImpl#2,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#2,org.springframework.security.authentication.ProviderManager#2,org.springframework.security.web.context.NullSecurityContextRepository#2,org.springframework.security.web.savedrequest.NullRequestCache#2,org.springframework.security.access.vote.AffirmativeBased#3,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#2,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#2,org.springframework.security.authentication.AnonymousAuthenticationProvider#2,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#2,org.springframework.security.web.DefaultSecurityFilterChain#2,org.springframework.security.web.PortMapperImpl#3,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#3,org.springframework.security.authentication.ProviderManager#3,org.springframework.security.web.context.NullSecurityContextRepository#3,org.springframework.security.web.savedrequest.NullRequestCache#3,org.springframework.security.access.vote.AffirmativeBased#4,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#3,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#3,org.springframework.security.authentication.AnonymousAuthenticationProvider#3,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#3,org.springframework.security.web.DefaultSecurityFilterChain#3,org.springframework.security.web.PortMapperImpl#4,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#4,org.springframework.security.authentication.ProviderManager#4,org.springframework.security.web.context.NullSecurityContextRepository#4,org.springframework.security.web.savedrequest.NullRequestCache#4,org.springframework.security.access.vote.AffirmativeBased#5,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#4,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#4,org.springframework.security.authentication.AnonymousAuthenticationProvider#4,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#4,org.springframework.security.web.DefaultSecurityFilterChain#4,org.springframework.security.web.PortMapperImpl#5,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#5,org.springframework.security.authentication.ProviderManager#5,org.springframework.security.web.context.NullSecurityContextRepository#5,org.springframework.security.web.savedrequest.NullRequestCache#5,org.springframework.security.access.vote.AffirmativeBased#6,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#5,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#5,org.springframework.security.authentication.AnonymousAuthenticationProvider#5,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#5,org.springframework.security.web.DefaultSecurityFilterChain#5,org.springframework.security.web.PortMapperImpl#6,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#6,org.springframework.security.authentication.ProviderManager#6,org.springframework.security.web.context.NullSecurityContextRepository#6,org.springframework.security.web.savedrequest.NullRequestCache#6,org.springframework.security.access.vote.AffirmativeBased#7,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#6,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#6,org.springframework.security.authentication.AnonymousAuthenticationProvider#6,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#6,org.springframework.security.web.DefaultSecurityFilterChain#6,org.springframework.security.web.PortMapperImpl#7,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#7,org.springframework.security.authentication.ProviderManager#7,org.springframework.security.web.context.NullSecurityContextRepository#7,org.springframework.security.web.savedrequest.NullRequestCache#7,org.springframework.security.access.vote.AffirmativeBased#8,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#7,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#7,org.springframework.security.authentication.AnonymousAuthenticationProvider#7,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#7,org.springframework.security.web.DefaultSecurityFilterChain#7,org.springframework.security.web.PortMapperImpl#8,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#8,org.springframework.security.authentication.ProviderManager#8,org.springframework.security.web.context.NullSecurityContextRepository#8,org.springframework.security.web.savedrequest.NullRequestCache#8,org.springframework.security.access.vote.AffirmativeBased#9,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#8,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#8,org.springframework.security.authentication.AnonymousAuthenticationProvider#8,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#8,org.springframework.security.web.DefaultSecurityFilterChain#8,org.springframework.security.web.PortMapperImpl#9,org.springframework.security.config.authentication.AuthenticationManagerFactoryBean#9,org.springframework.security.authentication.ProviderManager#9,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.access.vote.AffirmativeBased#10,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#9,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#9,org.springframework.security.authentication.AnonymousAuthenticationProvider#9,org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter#0,org.springframework.security.web.DefaultSecurityFilterChain#9,loggerListener,dataSource,org.springframework.security.provisioning.JdbcUserDetailsManager#0,org.springframework.security.authentication.dao.DaoAuthenticationProvider#0,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.context.annotation.ConfigurationClassPostProcessor$ImportAwareBeanPostProcessor#0]; root of factory hierarchy
2014-09-13 11:16:13,312 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMAuth from class com.openkm.ws.endpoint.AuthService
2014-09-13 11:16:14,755 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMAuth
2014-09-13 11:16:14,825 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMBookmark from class com.openkm.ws.endpoint.BookmarkService
2014-09-13 11:16:14,973 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMBookmark
2014-09-13 11:16:15,002 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMDocument from class com.openkm.ws.endpoint.DocumentService
2014-09-13 11:16:15,450 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMDocument
2014-09-13 11:16:15,502 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMFolder from class com.openkm.ws.endpoint.FolderService
2014-09-13 11:16:15,753 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMFolder
2014-09-13 11:16:15,768 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMMail from class com.openkm.ws.endpoint.MailService
2014-09-13 11:16:15,958 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMMail
2014-09-13 11:16:15,972 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMNote from class com.openkm.ws.endpoint.NoteService
2014-09-13 11:16:16,054 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMNote
2014-09-13 11:16:16,066 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMNotification from class com.openkm.ws.endpoint.NotificationService
2014-09-13 11:16:16,138 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMNotification
2014-09-13 11:16:16,151 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMPropertyGroup from class com.openkm.ws.endpoint.PropertyGroupService
2014-09-13 11:16:16,305 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMPropertyGroup
2014-09-13 11:16:16,317 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMProperty from class com.openkm.ws.endpoint.PropertyService
2014-09-13 11:16:16,377 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMProperty
2014-09-13 11:16:16,431 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMRepository from class com.openkm.ws.endpoint.RepositoryService
2014-09-13 11:16:16,647 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMRepository
2014-09-13 11:16:16,662 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMSearch from class com.openkm.ws.endpoint.SearchService
2014-09-13 11:16:16,987 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMSearch
2014-09-13 11:16:17,003 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMDashboard from class com.openkm.ws.endpoint.DashboardService
2014-09-13 11:16:17,289 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMDashboard
2014-09-13 11:16:17,311 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMWorkflow from class com.openkm.ws.endpoint.WorkflowService
2014-09-13 11:16:17,854 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMWorkflow
2014-09-13 11:16:17,864 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMTest from class com.openkm.ws.endpoint.TestService
2014-09-13 11:16:17,915 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMTest
2014-09-13 11:16:17,954 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}NavigationServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.NavigationServicePort
2014-09-13 11:16:19,161 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/NavigationService
2014-09-13 11:16:19,181 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}PolicyServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.PolicyServicePort
2014-09-13 11:16:19,835 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/PolicyService
2014-09-13 11:16:19,847 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}DiscoveryServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.DiscoveryServicePort
2014-09-13 11:16:20,369 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/DiscoveryService
2014-09-13 11:16:20,379 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}MultiFilingServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.MultiFilingServicePort
2014-09-13 11:16:20,960 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/MultiFilingService
2014-09-13 11:16:21,046 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}RepositoryServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.RepositoryServicePort
2014-09-13 11:16:21,421 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/RepositoryService
2014-09-13 11:16:21,431 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}RelationshipServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.RelationshipServicePort
2014-09-13 11:16:21,749 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/RelationshipService
2014-09-13 11:16:21,764 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}VersioningServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.VersioningServicePort
2014-09-13 11:16:22,256 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/VersioningService
2014-09-13 11:16:22,276 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}ObjectServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.ObjectServicePort
2014-09-13 11:16:23,157 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/ObjectService
2014-09-13 11:16:23,184 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://webservices.impl.server.opencmis.chemistry.apache.org/}AclServiceService from class org.apache.chemistry.opencmis.commons.impl.jaxb.ACLServicePort
2014-09-13 11:16:23,603 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/ACLService
2014-09-13 11:16:23,756 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/auth
2014-09-13 11:16:23,895 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/document
2014-09-13 11:16:23,907 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/folder
2014-09-13 11:16:23,919 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/mail
2014-09-13 11:16:23,929 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/note
2014-09-13 11:16:23,941 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/propertyGroup
2014-09-13 11:16:23,958 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/search
2014-09-13 11:16:23,972 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/repository
2014-09-13 11:16:23,982 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/property
2014-09-13 11:16:23,992 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/test
2014-09-13 11:16:24,365 [localhost-startStop-1] INFO  org.springframework.security.provisioning.JdbcUserDetailsManager- No authentication manager set. Reauthentication of users when changing passwords will not be performed.
2014-09-13 11:16:24,652 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/status'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@7978be79, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6621383c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@ef31f86, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7b9a9e14, org.springframework.security.web.access.ExceptionTranslationFilter@64007271, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@59598c01]
2014-09-13 11:16:24,713 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/download'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@68709d62, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@396cc27f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@13553d4d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@412b9425, org.springframework.security.web.access.ExceptionTranslationFilter@140b2a90, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69175e37]
2014-09-13 11:16:24,768 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/workflow-register'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@66113903, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@74b6284e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@631054be, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@452bb8c1, org.springframework.security.web.access.ExceptionTranslationFilter@396eaa61, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1073e3bc]
2014-09-13 11:16:24,826 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/webdav/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@6f7666de, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@465bb1fd, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2e027d21, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@25651920, org.springframework.security.web.access.ExceptionTranslationFilter@1054970e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@21892082]
2014-09-13 11:16:24,883 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/feed/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1b614425, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@ec0e72e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1a898493, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3a5edc81, org.springframework.security.web.access.ExceptionTranslationFilter@29deb717, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5cc65c7a]
2014-09-13 11:16:24,948 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/cmis/browser/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@4bfb03f0, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4cbfa888, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3ad1a015, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1864e0de, org.springframework.security.web.access.ExceptionTranslationFilter@6e71b55, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2eb36cfd]
2014-09-13 11:16:25,005 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/cmis/atom/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@726662e1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1fe5dc74, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2bec5408, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2880efbf, org.springframework.security.web.access.ExceptionTranslationFilter@28fbf95f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@36b0e0fe]
2014-09-13 11:16:25,051 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/cmis/atom11/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1e8e2a09, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@769c48b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@30e6857a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6e4525aa, org.springframework.security.web.access.ExceptionTranslationFilter@7dabf474, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@243e2c21]
2014-09-13 11:16:25,076 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/services/rest/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@1d6807d4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@18d9fe61, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@fcb9f06, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1354b04, org.springframework.security.web.access.ExceptionTranslationFilter@51cff43a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2bab35cc]
2014-09-13 11:16:25,181 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [org.springframework.security.web.context.SecurityContextPersistenceFilter@52baa44a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5b7820b4, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2bab3856, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@75ffac7f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6496025e, org.springframework.security.web.session.SessionManagementFilter@34759ce9, org.springframework.security.web.access.ExceptionTranslationFilter@15909fe7, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@49f201c0]
2014-09-13 11:16:25,205 [localhost-startStop-1] INFO  org.springframework.security.config.http.DefaultFilterChainValidator- Checking whether login URL '/login.jsp' is accessible with your configuration
2014-09-13 11:16:25,232 [localhost-startStop-1] INFO  org.springframework.web.context.ContextLoader- Root WebApplicationContext: initialization completed in 17604 ms
2014-09-13 11:16:25,279 [localhost-startStop-1] INFO  com.openkm.core.Config- ** Application OpenKM has DTDs at /opt/tomcat/webapps/OpenKM/WEB-INF/classes/dtd **
2014-09-13 11:16:25,279 [localhost-startStop-1] INFO  com.openkm.core.Config- ** Language profiles at /opt/tomcat/webapps/OpenKM/WEB-INF/classes/lang-profiles **
2014-09-13 11:16:25,279 [localhost-startStop-1] INFO  com.openkm.core.Config- ** Reading config file /opt/tomcat/OpenKM.cfg **
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.create.autofix=true
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.datasource=java:/comp/env/jdbc/OpenKMDS
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.dialect=org.hibernate.dialect.HSQLDialect
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.hbm2ddl=none
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.search.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.search.index.exclusive=true
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.search.index.home=/opt/tomcat/repository/index
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.show_sql=false
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.statistics=false
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - instance.chroot.path=
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - instance.home=/opt/tomcat
2014-09-13 11:16:25,280 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - jbpm.config=/opt/tomcat/jbpm.xml
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - property.groups.cnd=/opt/tomcat/PropertyGroups.cnd
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - property.groups.xml=/opt/tomcat/PropertyGroups.xml
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.dxf=/opt/tomcat/repository/cache/dxf
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.home=/opt/tomcat/repository/cache
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.pdf=/opt/tomcat/repository/cache/pdf
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.swf=/opt/tomcat/repository/cache/swf
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.config=/dev/null
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.datastore.backend=fs
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.datastore.home=/opt/tomcat/repository/datastore
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.home=/opt/tomcat/repository
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.native=true
2014-09-13 11:16:25,281 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - system.multiple.instances=false
2014-09-13 11:16:25,283 [localhost-startStop-1] INFO  com.openkm.util.WarUtils- Implementation-Version: 6.3.0
2014-09-13 11:16:25,283 [localhost-startStop-1] INFO  com.openkm.util.WarUtils- Implementation-Build: 8156
2014-09-13 11:16:25,289 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Application version: 6.3.0 (build: 8156) ***
2014-09-13 11:16:25,289 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Hibernate initialize ***
 #29910  by jllort
 
soffice service seems is right, for what you told us, is you click donwload as pdf button it goes right ? that means soffice service is correct. Then if same document ( what we're sure is be able to convert to pdf ) fails on preview then is a problem with pdf2swf. I suggest take the command you see in log and try to execute from terminal, in terminal view we can get more accurate idea about why this command is going wrong.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.