2018-07-21 02:22:10,773 [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: C:\openkm-6.3.2-community\java\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\BIN;C:\Program Files (x86)\Parallels\Parallels Tools\Applications;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\BIN64;C:\Program Files\Java\jdk1.8.0_171\bin;C:\Media Plan\Softwares\apache-maven-3.5.0\bin;C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\BIN;C:\Program Files (x86)\Parallels\Parallels Tools\Applications;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Parallels\Plesk\ctl;C:\Program Files (x86)\Parallels\Plesk\Mail Servers\Mail Enable\BIN64;C:\Users\dgiprmedia\AppData\Local\Programs\Git\cmd;C:\openkm-6.3.2-community\tomcat\lib\sigar;.
2018-07-21 02:22:11,554 [main] INFO  org.apache.coyote.http11.Http11Protocol- Initializing ProtocolHandler ["http-bio-0.0.0.0-8080"]
2018-07-21 02:22:11,570 [main] ERROR org.apache.coyote.http11.Http11Protocol- Failed to initialize end point associated with ProtocolHandler ["http-bio-0.0.0.0-8080"]
java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8080
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:410)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:640)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:434)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:978)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:813)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:638)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:663)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:280)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:454)
Caused by: java.net.BindException: Address already in use: JVM_Bind
	at java.net.DualStackPlainSocketImpl.bind0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106)
	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:190)
	at java.net.ServerSocket.bind(ServerSocket.java:376)
	at java.net.ServerSocket.<init>(ServerSocket.java:237)
	at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:55)
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:400)
	... 17 more
2018-07-21 02:22:11,601 [main] ERROR org.apache.catalina.core.StandardService- Failed to initialize connector [Connector[HTTP/1.1-8080]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8080]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:813)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:638)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:663)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:280)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:454)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:980)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.BindException: Address already in use: JVM_Bind /0.0.0.0:8080
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:410)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:640)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:434)
	at org.apache.coyote.http11.AbstractHttp11JsseProtocol.init(AbstractHttp11JsseProtocol.java:119)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:978)
	... 13 more
Caused by: java.net.BindException: Address already in use: JVM_Bind
	at java.net.DualStackPlainSocketImpl.bind0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:106)
	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:190)
	at java.net.ServerSocket.bind(ServerSocket.java:376)
	at java.net.ServerSocket.<init>(ServerSocket.java:237)
	at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:55)
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:400)
	... 17 more
2018-07-21 02:22:11,601 [main] INFO  org.apache.coyote.ajp.AjpProtocol- Initializing ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
2018-07-21 02:22:11,617 [main] INFO  org.apache.catalina.startup.Catalina- Initialization processed in 1375 ms
2018-07-21 02:22:11,726 [main] INFO  org.apache.catalina.core.StandardService- Starting service Catalina
2018-07-21 02:22:11,726 [main] INFO  org.apache.catalina.core.StandardEngine- Starting Servlet Engine: Apache Tomcat/7.0.53
2018-07-21 02:22:11,804 [localhost-startStop-1] INFO  org.apache.catalina.startup.HostConfig- Deploying web application archive C:\openkm-6.3.2-community\tomcat\webapps\OpenKM.war
2018-07-21 02:22:42,051 [localhost-startStop-1] INFO  org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM]- No Spring WebApplicationInitializer types detected on classpath
2018-07-21 02:22:42,098 [localhost-startStop-1] INFO  org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM]- Initializing Spring root WebApplicationContext
2018-07-21 02:22:42,098 [localhost-startStop-1] INFO  org.springframework.web.context.ContextLoader- Root WebApplicationContext: initialization started
2018-07-21 02:22:42,223 [localhost-startStop-1] INFO  org.springframework.web.context.support.XmlWebApplicationContext- Refreshing Root WebApplicationContext: startup date [Sat Jul 21 02:22:42 GMT-07:00 2018]; root of context hierarchy
2018-07-21 02:22:42,317 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
2018-07-21 02:22:43,051 [localhost-startStop-1] INFO  org.springframework.context.annotation.ClassPathBeanDefinitionScanner- JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
2018-07-21 02:22:45,380 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
2018-07-21 02:22:45,427 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from class path resource [META-INF/cxf/cxf-servlet.xml]
2018-07-21 02:22:45,584 [localhost-startStop-1] INFO  org.springframework.security.core.SpringSecurityCoreVersion- You are running with Spring Security Core 3.1.0.RELEASE
2018-07-21 02:22:45,584 [localhost-startStop-1] INFO  org.springframework.security.config.SecurityNamespaceHandler- Spring Security 'config' module version is 3.1.0.RELEASE
2018-07-21 02:22:45,756 [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]
2018-07-21 02:22:45,771 [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]
2018-07-21 02:22:45,771 [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]
2018-07-21 02:22:45,787 [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]
2018-07-21 02:22:45,803 [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]
2018-07-21 02:22:45,803 [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]
2018-07-21 02:22:45,803 [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]
2018-07-21 02:22:45,818 [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]
2018-07-21 02:22:45,818 [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]
2018-07-21 02:22:45,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, <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]
2018-07-21 02:22:45,849 [localhost-startStop-1] INFO  org.springframework.beans.factory.xml.XmlBeanDefinitionReader- Loading XML bean definitions from URL [file:C:/openkm-6.3.2-community/tomcat/OpenKM.xml]
2018-07-21 02:22:46,272 [localhost-startStop-1] INFO  org.springframework.beans.factory.support.DefaultListableBeanFactory- Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@51c68486: 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,roleVoter,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.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,accessDecisionManager,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
2018-07-21 02:22:47,037 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMAuth from class com.openkm.ws.endpoint.AuthService
2018-07-21 02:22:48,257 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMAuth
2018-07-21 02:22:48,304 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMBookmark from class com.openkm.ws.endpoint.BookmarkService
2018-07-21 02:22:48,413 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMBookmark
2018-07-21 02:22:48,429 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMDocument from class com.openkm.ws.endpoint.DocumentService
2018-07-21 02:22:48,898 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMDocument
2018-07-21 02:22:48,898 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMFolder from class com.openkm.ws.endpoint.FolderService
2018-07-21 02:22:49,054 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMFolder
2018-07-21 02:22:49,069 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMMail from class com.openkm.ws.endpoint.MailService
2018-07-21 02:22:49,210 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMMail
2018-07-21 02:22:49,227 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMNote from class com.openkm.ws.endpoint.NoteService
2018-07-21 02:22:49,288 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMNote
2018-07-21 02:22:49,320 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMNotification from class com.openkm.ws.endpoint.NotificationService
2018-07-21 02:22:49,382 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMNotification
2018-07-21 02:22:49,398 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMPropertyGroup from class com.openkm.ws.endpoint.PropertyGroupService
2018-07-21 02:22:49,538 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMPropertyGroup
2018-07-21 02:22:49,538 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMProperty from class com.openkm.ws.endpoint.PropertyService
2018-07-21 02:22:49,601 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMProperty
2018-07-21 02:22:49,617 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMRepository from class com.openkm.ws.endpoint.RepositoryService
2018-07-21 02:22:49,789 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMRepository
2018-07-21 02:22:49,804 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMSearch from class com.openkm.ws.endpoint.SearchService
2018-07-21 02:22:50,039 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMSearch
2018-07-21 02:22:50,054 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMDashboard from class com.openkm.ws.endpoint.DashboardService
2018-07-21 02:22:50,273 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMDashboard
2018-07-21 02:22:50,336 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMWorkflow from class com.openkm.ws.endpoint.WorkflowService
2018-07-21 02:22:50,820 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMWorkflow
2018-07-21 02:22:50,836 [localhost-startStop-1] INFO  org.apache.cxf.service.factory.ReflectionServiceFactoryBean- Creating Service {http://ws.openkm.com}OKMTest from class com.openkm.ws.endpoint.TestService
2018-07-21 02:22:50,883 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /OKMTest
2018-07-21 02:22:50,992 [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
2018-07-21 02:22:51,914 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/NavigationService
2018-07-21 02:22:51,977 [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
2018-07-21 02:22:52,462 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/PolicyService
2018-07-21 02:22:52,462 [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
2018-07-21 02:22:52,774 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/DiscoveryService
2018-07-21 02:22:52,790 [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
2018-07-21 02:22:53,102 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/MultiFilingService
2018-07-21 02:22:53,118 [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
2018-07-21 02:22:53,571 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/RepositoryService
2018-07-21 02:22:53,587 [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
2018-07-21 02:22:54,040 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/RelationshipService
2018-07-21 02:22:54,057 [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
2018-07-21 02:22:54,337 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/VersioningService
2018-07-21 02:22:54,353 [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
2018-07-21 02:22:54,837 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/ObjectService
2018-07-21 02:22:54,853 [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
2018-07-21 02:22:55,463 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /cmis/ACLService
2018-07-21 02:22:55,697 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/auth
2018-07-21 02:22:55,760 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/document
2018-07-21 02:22:55,775 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/folder
2018-07-21 02:22:55,791 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/mail
2018-07-21 02:22:55,807 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/note
2018-07-21 02:22:55,822 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/propertyGroup
2018-07-21 02:22:55,854 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/search
2018-07-21 02:22:55,885 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/repository
2018-07-21 02:22:55,885 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/property
2018-07-21 02:22:55,900 [localhost-startStop-1] INFO  org.apache.cxf.endpoint.ServerImpl- Setting the server's publish address to be /rest/test
2018-07-21 02:22:56,619 [localhost-startStop-1] INFO  org.springframework.security.provisioning.JdbcUserDetailsManager- No authentication manager set. Reauthentication of users when changing passwords will not be performed.
2018-07-21 02:22:56,760 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/status'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@4d02199e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@44dffb91, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4cfd0fea, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7a1ff322, org.springframework.security.web.access.ExceptionTranslationFilter@47937bd1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@23a5fb0d]
2018-07-21 02:22:56,776 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/download'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@5dc494c5, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1503419b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@8c831e4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@f43743d, org.springframework.security.web.access.ExceptionTranslationFilter@1584589f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@23d639c2]
2018-07-21 02:22:56,791 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/workflow-register'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2c3fe39e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1678b0c4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4d9d1f62, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@67782bd, org.springframework.security.web.access.ExceptionTranslationFilter@1028499c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@44f8a90d]
2018-07-21 02:22:57,010 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/webdav/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@38e86fc4, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2401ca0c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7177ec4b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@783a6a1f, org.springframework.security.web.access.ExceptionTranslationFilter@430d56e3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@20c37379]
2018-07-21 02:22:57,026 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/feed/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@3fbb5045, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@229302b3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@61964780, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5130568d, org.springframework.security.web.access.ExceptionTranslationFilter@3c826c9f, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@16a959c2]
2018-07-21 02:22:57,260 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/cmis/browser/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@39cd828a, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@63354fab, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4101966f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f3b72c0, org.springframework.security.web.access.ExceptionTranslationFilter@47eac3e3, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5e290f8]
2018-07-21 02:22:57,479 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/cmis/atom/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@7bc9a7da, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@742b18b3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3962cb5a, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5149f25, org.springframework.security.web.access.ExceptionTranslationFilter@cdc38be, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4e11488a]
2018-07-21 02:22:57,714 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/cmis/atom11/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@612167be, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@58221cc3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@278e7369, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@793b06c8, org.springframework.security.web.access.ExceptionTranslationFilter@123a72a6, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3b3cf9a3]
2018-07-21 02:22:57,854 [localhost-startStop-1] INFO  org.springframework.security.web.DefaultSecurityFilterChain- Creating filter chain: Ant [pattern='/services/rest/**'], [org.springframework.security.web.context.SecurityContextPersistenceFilter@2e083a3a, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1e26cd72, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@57a06d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@e568cc2, org.springframework.security.web.access.ExceptionTranslationFilter@54331be8, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@676d4787]
2018-07-21 02:22:58,073 [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@1a6cd646, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5f679b37, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@aff68d0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@63a3554, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@578320fd, org.springframework.security.web.session.SessionManagementFilter@61eaeeed, org.springframework.security.web.access.ExceptionTranslationFilter@6ec3bd4, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7f4bded8]
2018-07-21 02:22:58,089 [localhost-startStop-1] INFO  org.springframework.security.config.http.DefaultFilterChainValidator- Checking whether login URL '/login.jsp' is accessible with your configuration
2018-07-21 02:22:58,120 [localhost-startStop-1] INFO  org.springframework.web.context.ContextLoader- Root WebApplicationContext: initialization completed in 16022 ms
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- ** Application OpenKM has DTDs at C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd **
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- ** Language profiles at C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\lang-profiles **
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- ** Reading config file C:\openkm-6.3.2-community\tomcat\OpenKM.cfg **
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.create.autofix=true
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.datasource=java:/comp/env/jdbc/OpenKMDS
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.dialect=org.hibernate.dialect.HSQLDialect
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.hbm2ddl=none
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.search.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.search.index.exclusive=true
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.search.index.home=C:\openkm-6.3.2-community\tomcat\repository\index
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.show_sql=false
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - hibernate.statistics=false
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - instance.chroot.path=
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - instance.home=C:\openkm-6.3.2-community\tomcat
2018-07-21 02:22:58,136 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - jbpm.config=C:\openkm-6.3.2-community\tomcat\jbpm.xml
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - property.groups.cnd=C:\openkm-6.3.2-community\tomcat\PropertyGroups.cnd
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - property.groups.xml=C:\openkm-6.3.2-community\tomcat\PropertyGroups.xml
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.dxf=C:\openkm-6.3.2-community\tomcat\repository\cache\dxf
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.home=C:\openkm-6.3.2-community\tomcat\repository\cache
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.pdf=C:\openkm-6.3.2-community\tomcat\repository\cache\pdf
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.cache.swf=C:\openkm-6.3.2-community\tomcat\repository\cache\swf
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.config=NUL:
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.datastore.backend=fs
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.datastore.home=C:\openkm-6.3.2-community\tomcat\repository\datastore
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.home=C:\openkm-6.3.2-community\tomcat\repository
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - repository.native=true
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.core.Config- LOAD - system.multiple.instances=false
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.util.WarUtils- Implementation-Version: 6.3.2
2018-07-21 02:22:58,151 [localhost-startStop-1] INFO  com.openkm.util.WarUtils- Implementation-Build: 8289
2018-07-21 02:22:58,167 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Application version: 6.3.2 (build: 8289) ***
2018-07-21 02:22:58,167 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Hibernate initialize ***
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.dialect' = org.hibernate.dialect.HSQLDialect
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.connection.datasource' = java:/comp/env/jdbc/OpenKMDS
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.hbm2ddl.auto' = none
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.show_sql' = false
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.generate_statistics' = false
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.search.default.directory_provider' = org.hibernate.search.store.FSDirectoryProvider
2018-07-21 02:22:59,965 [localhost-startStop-1] INFO  com.openkm.dao.HibernateUtil- Hibernate 'hibernate.search.default.indexBase' = C:\openkm-6.3.2-community\tomcat\repository\index
2018-07-21 02:23:02,935 [localhost-startStop-1] INFO  hsqldb.db.HSQLDB647F4D355C.ENGINE- checkpointClose start
2018-07-21 02:23:03,294 [localhost-startStop-1] INFO  hsqldb.db.HSQLDB647F4D355C.ENGINE- checkpointClose end
2018-07-21 02:23:04,435 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Node]; using defaults.
2018-07-21 02:23:04,482 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.Bookmark]; using defaults.
2018-07-21 02:23:04,545 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.instantiation.Delegation]; using defaults.
2018-07-21 02:23:04,560 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.User]; using defaults.
2018-07-21 02:23:04,560 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ProcessDefinition]; using defaults.
2018-07-21 02:23:04,576 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Action]; using defaults.
2018-07-21 02:23:04,591 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Transition]; using defaults.
2018-07-21 02:23:04,638 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.NodeProperty]; using defaults.
2018-07-21 02:23:04,670 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.Language]; using defaults.
2018-07-21 02:23:04,685 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.Translation]; using defaults.
2018-07-21 02:23:04,701 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.DatabaseMetadataValue]; using defaults.
2018-07-21 02:23:04,701 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.NodeDocumentVersion]; using defaults.
2018-07-21 02:23:04,748 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.RegisteredPropertyGroup]; using defaults.
2018-07-21 02:23:04,748 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.module.def.ModuleDefinition]; using defaults.
2018-07-21 02:23:04,779 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ExceptionHandler]; using defaults.
2018-07-21 02:23:04,795 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.Css]; using defaults.
2018-07-21 02:23:04,826 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.DatabaseMetadataType]; using defaults.
2018-07-21 02:23:04,842 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.MimeType]; using defaults.
2018-07-21 02:23:04,857 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.DatabaseMetadataSequence]; using defaults.
2018-07-21 02:23:04,873 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.Role]; using defaults.
2018-07-21 02:23:04,888 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.Task]; using defaults.
2018-07-21 02:23:04,920 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Event]; using defaults.
2018-07-21 02:23:04,935 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.context.def.VariableAccess]; using defaults.
2018-07-21 02:23:04,951 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.TaskController]; using defaults.
2018-07-21 02:23:04,982 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.NodeNote]; using defaults.
2018-07-21 02:23:05,014 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.UserConfig]; using defaults.
2018-07-21 02:23:05,060 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.Language.translations]; using defaults.
2018-07-21 02:23:05,154 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ProcessDefinition.nodes]; using defaults.
2018-07-21 02:23:05,154 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ProcessDefinition.actions]; using defaults.
2018-07-21 02:23:05,154 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults.
2018-07-21 02:23:05,154 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Node.events]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ProcessDefinition.definitions]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Node.leavingTransitions]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.Task.events]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.node.TaskNode.tasks]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ExceptionHandler.actions]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Event.actions]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.SuperState.nodes]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Transition.exceptionHandlers]; using defaults.
2018-07-21 02:23:05,170 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.Task.exceptionHandlers]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Node.arrivingTransitions]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Node.exceptionHandlers]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.action.Script.variableAccesses]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [com.openkm.dao.bean.User.roles]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.file.def.FileDefinition.processFiles]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.ProcessDefinition.events]; using defaults.
2018-07-21 02:23:05,186 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes]; using defaults.
2018-07-21 02:23:05,201 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.node.Decision.decisionConditions]; using defaults.
2018-07-21 02:23:05,201 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.graph.def.Transition.events]; using defaults.
2018-07-21 02:23:05,201 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults.
2018-07-21 02:23:05,201 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults.
2018-07-21 02:23:05,608 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.hibernate.cache.UpdateTimestampsCache]; using defaults.
2018-07-21 02:23:05,608 [localhost-startStop-1] WARN  net.sf.ehcache.hibernate.AbstractEhcacheRegionFactory- Couldn't find a specific ehcache configuration for cache named [org.hibernate.cache.StandardQueryCache]; using defaults.
2018-07-21 02:23:05,998 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Initialize property groups... ***
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- new LocalResolver(C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Property Groups 1.0//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-1.0.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Property Groups 1.1//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-1.1.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Property Groups 2.0//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-2.0.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Property Groups 2.1//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-2.1.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Property Groups 2.2//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-2.2.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Property Groups 2.3//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-2.3.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Report Parameters 2.0//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\report-parameters-2.0.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 1.0//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-1.0.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 1.1//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-1.1.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 2.0//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-2.0.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 2.1//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-2.1.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 2.2//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-2.2.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 2.3//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-2.3.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 2.4//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-2.4.dtd)
2018-07-21 02:23:06,014 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- registerDTD(-//OpenKM//DTD Workflow Forms 2.5//EN, C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\workflow-forms-2.5.dtd)
2018-07-21 02:23:06,030 [localhost-startStop-1] INFO  com.openkm.util.FormUtils$LocalResolver- resolveEntity(publicId=-//OpenKM//DTD Property Groups 2.0//EN, systemId=http://www.openkm.com/dtd/property-groups-2.0.dtd) => C:\openkm-6.3.2-community\tomcat\webapps\OpenKM\WEB-INF\classes\dtd\property-groups-2.0.dtd
2018-07-21 02:23:06,076 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Initialize language detection engine... ***
2018-07-21 02:23:06,889 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Initializing text extractors
2018-07-21 02:23:06,889 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.PlainTextExtractor for 'text/plain'
2018-07-21 02:23:06,905 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsWordTextExtractor for 'application/vnd.ms-word'
2018-07-21 02:23:06,905 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsWordTextExtractor for 'application/msword'
2018-07-21 02:23:06,905 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsExcelTextExtractor for 'application/vnd.ms-excel'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsExcelTextExtractor for 'application/msexcel'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsExcelTextExtractor for 'application/excel'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsPowerPointTextExtractor for 'application/vnd.ms-powerpoint'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsPowerPointTextExtractor for 'application/mspowerpoint'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsPowerPointTextExtractor for 'application/powerpoint'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.oasis.opendocument.database'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.oasis.opendocument.formula'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.oasis.opendocument.graphics'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.oasis.opendocument.presentation'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.oasis.opendocument.spreadsheet'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.oasis.opendocument.text'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.sun.xml.calc'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.sun.xml.draw'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.sun.xml.impress'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.OpenOfficeTextExtractor for 'application/vnd.sun.xml.writer'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.RTFTextExtractor for 'application/rtf'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.RTFTextExtractor for 'text/rtf'
2018-07-21 02:23:06,921 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.HTMLTextExtractor for 'text/html'
2018-07-21 02:23:06,936 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.XMLTextExtractor for 'text/xml'
2018-07-21 02:23:06,936 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.XMLTextExtractor for 'application/xml'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering org.apache.jackrabbit.extractor.MsOutlookTextExtractor for 'application/vnd.ms-outlook'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.PdfTextExtractor for 'application/pdf'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.AudioTextExtractor for 'audio/mpeg'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.AudioTextExtractor for 'audio/x-ogg'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.ExifTextExtractor for 'image/jpeg'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.Tesseract3TextExtractor for 'image/tiff'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.Tesseract3TextExtractor for 'image/gif'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.Tesseract3TextExtractor for 'image/jpg'
2018-07-21 02:23:06,952 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.Tesseract3TextExtractor for 'image/jpeg'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.Tesseract3TextExtractor for 'image/png'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.SourceCodeTextExtractor for 'text/x-java'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.SourceCodeTextExtractor for 'text/css'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.SourceCodeTextExtractor for 'text/x-csrc'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.SourceCodeTextExtractor for 'text/x-sql'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.SourceCodeTextExtractor for 'application/x-php'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.SourceCodeTextExtractor for 'application/javascript'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.wordprocessingml.template'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.presentationml.template'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.presentationml.slideshow'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.presentationml.presentation'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
2018-07-21 02:23:06,967 [localhost-startStop-1] INFO  com.openkm.extractor.RegisteredExtractors- Registering com.openkm.extractor.MsOffice2007TextExtractor for 'application/vnd.openxmlformats-officedocument.spreadsheetml.template'
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - amazon.access.key=
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - amazon.secret.key=
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - application.url=http://s166-62-103-130.secureserver.net/OpenKM/index.jsp
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - default.admin.role=ROLE_ADMIN
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - default.lang=
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - default.script=print("UserId: " + session.getUserID());
print("EventType: " + eventType);
print("EventNode: " + eventNode.getPath());
print("ScriptNode: " + scriptNode.getPath());
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - default.user.role=ROLE_USER
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.create.autofix=true
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.datasource=java:/comp/env/jdbc/OpenKMDS
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.dialect=org.hibernate.dialect.HSQLDialect
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.hbm2ddl=none
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.indexer.batch.size.load.objects=30
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.indexer.mass.indexer=false
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.indexer.threads.index.writer=3
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.indexer.threads.load.objects=4
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.indexer.threads.subsequent.fetching=8
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.search.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
2018-07-21 02:23:07,249 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.search.index.exclusive=true
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.search.index.home=C:\openkm-6.3.2-community\tomcat\repository\index
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.show_sql=false
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - hibernate.statistics=false
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - instance.chroot.path=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - instance.home=C:\openkm-6.3.2-community\tomcat
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - jbpm.config=C:\openkm-6.3.2-community\tomcat\jbpm.xml
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - kea.thesaurus.base.url=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - kea.thesaurus.owl.file=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - kea.thesaurus.skos.file=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - kea.thesaurus.tree.childs=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - kea.thesaurus.tree.root=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - kea.thesaurus.vocabulary.serql=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - keep.session.alive.interval=5
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - managed.text.extraction=true
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - managed.text.extraction.batch=10
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - managed.text.extraction.concurrent=false
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - managed.text.extraction.pool.size=5
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - managed.text.extraction.pool.threads=5
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - managed.text.extraction.pool.timeout=1
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - max.file.size=0
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - max.search.clauses=1024
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - max.search.results=500
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - min.search.characters=3
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - notification.message.body=<b>Message: </b>${notificationMessage}<br/><b>User: </b>${userId}<br/><#list documentList as doc><b>Document: </b><a href="${doc.url}">${doc.path}</a><br/></#list>
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - notification.message.subject=OpenKM - NOTIFICATION
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - notify.twitter.password=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - notify.twitter.status=OpenKM - ${documentUrl} - ${documentPath} - ${userId} - ${eventType}
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - notify.twitter.user=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - openmeetings.credentials=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - openmeetings.port=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - openmeetings.url=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - openmeetings.user=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - plugin.debug=false
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.adapter=com.openkm.principal.DatabasePrincipalAdapter
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.database.filter.inactive.users=true
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.hide.connection.roles=false
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.identifier.validation=^[a-zA-Z0-9_]+$
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.mail.attribute=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.mail.search.base=
2018-07-21 02:23:07,264 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.mail.search.filter=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.referral=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.role.attribute=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.role.search.base=[]
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.role.search.filter=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.roles.by.user.attribute=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.roles.by.user.search.base=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.roles.by.user.search.filter=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.security.credentials=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.security.principal=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.server=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.user.attribute=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.user.search.base=[]
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.user.search.filter=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.username.attribute=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.username.search.base=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.username.search.filter=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.users.by.role.attribute=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.users.by.role.search.base=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.users.by.role.search.filter=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - principal.ldap.users.from.roles=false
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - property.groups.cnd=C:\openkm-6.3.2-community\tomcat\PropertyGroups.cnd
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - property.groups.xml=C:\openkm-6.3.2-community\tomcat\PropertyGroups.xml
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - registered.text.extractors=[org.apache.jackrabbit.extractor.PlainTextExtractor, org.apache.jackrabbit.extractor.MsWordTextExtractor, org.apache.jackrabbit.extractor.MsExcelTextExtractor, org.apache.jackrabbit.extractor.MsPowerPointTextExtractor, org.apache.jackrabbit.extractor.OpenOfficeTextExtractor, org.apache.jackrabbit.extractor.RTFTextExtractor, org.apache.jackrabbit.extractor.HTMLTextExtractor, org.apache.jackrabbit.extractor.XMLTextExtractor, org.apache.jackrabbit.extractor.MsOutlookTextExtractor, com.openkm.extractor.PdfTextExtractor, com.openkm.extractor.AudioTextExtractor, com.openkm.extractor.ExifTextExtractor, com.openkm.extractor.Tesseract3TextExtractor, com.openkm.extractor.SourceCodeTextExtractor, com.openkm.extractor.MsOffice2007TextExtractor]
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - remote.conversion.server=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.cache.dxf=C:\openkm-6.3.2-community\tomcat\repository\cache\dxf
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.cache.home=C:\openkm-6.3.2-community\tomcat\repository\cache
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.cache.pdf=C:\openkm-6.3.2-community\tomcat\repository\cache\pdf
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.cache.swf=C:\openkm-6.3.2-community\tomcat\repository\cache\swf
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.config=NUL:
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.content.checksum=true
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.datastore.backend=fs
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.datastore.home=C:\openkm-6.3.2-community\tomcat\repository\datastore
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.home=C:\openkm-6.3.2-community\tomcat\repository
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.native=true
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - repository.purgatory.home=
2018-07-21 02:23:07,280 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - restrict.file.mime=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - restrict.file.name=*~;*.bak
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - schedule.dashboard.refresh=30
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - schedule.session.keepalive=15
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - schedule.ui.notification=1
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - security.access.manager=simple
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - security.live.change.node.limit=100
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - security.mode.multiple=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - security.search.evaluation=lucene
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - send.mail.from.user=true
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - store.node.path=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - subscription.message.body=<b>Document: </b><a href="${documentUrl}">${documentPath}</a><br/><b>User: </b>${userId}<br/><b>Event: </b>${eventType}<br/><b>Comment: </b>${subscriptionComment}<br/>
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - subscription.message.subject=OpenKM - ${eventType} - ${documentPath}
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.antivir=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.apache.request.header.fix=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.catdoc.xls2csv=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.document.name.mismatch.check=true
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.execution.timeout=5
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.ghostscript=C:\openkm-6.3.2-community\tomcat\bin\gswin32c.exe
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.imagemagick.convert=/usr/bin/convert
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.keyword.lowercase=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.login.lowercase=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.maintenance=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.multiple.instances=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.ocr=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.ocr.rotate=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.openoffice.dictionary=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.openoffice.path=/usr/lib/libreoffice
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.openoffice.port=2002
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.openoffice.server=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.openoffice.tasks=200
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.pdf.force.ocr=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.pdfimages=
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.previewer=flexpaper
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.profiling=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.readonly=false
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.swftools.pdf2swf=/opt/openkm/bin/pdf2swf -f -T 9 -t -s storeallcharacters ${fileIn} -o ${fileOut}
2018-07-21 02:23:07,296 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.webdav.fix=false
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - system.webdav.server=false
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - tomcat.connector.uri.encoding=ISO-8859-1
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - upload.throttle.filter=false
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - user.admin=okmAdmin
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - user.assign.document.creation=true
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - user.password.reset=false
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - user.system=system
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password=com.openkm.validator.password.NoPasswordValidator
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password.max.length=0
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password.min.digits=0
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password.min.length=0
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password.min.lowercase=0
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password.min.uppercase=0
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - validator.password.mini.special=0
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - version.numeration.adapter=com.openkm.vernum.MajorMinorVersionNumerationAdapter
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - version.numeration.format=%d
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - workflow.run.config.form=run_config
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - workflow.start.task.auto.run=true
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - zoho.api.key=
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - zoho.password=
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - zoho.secret.key=
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.core.Config- RELOAD - zoho.user=
2018-07-21 02:23:07,311 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Repository initializing... ***
2018-07-21 02:23:07,389 [localhost-startStop-1] INFO  com.openkm.module.db.stuff.SecurityHelper- Configuring AccessManager with com.openkm.module.db.stuff.DbSimpleAccessManager
2018-07-21 02:23:07,389 [localhost-startStop-1] INFO  com.openkm.module.db.DbRepositoryModule- Repository already created
2018-07-21 02:23:07,405 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Repository initialized ***
2018-07-21 02:23:07,405 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** User database initialized ***
2018-07-21 02:23:07,421 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Initializing workflow engine... ***
2018-07-21 02:23:07,421 [localhost-startStop-1] INFO  com.openkm.util.JBPMUtils- Creating JBPM default configuration
2018-07-21 02:23:07,499 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Initializing MIME types... ***
2018-07-21 02:23:07,608 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Activating update info ***
2018-07-21 02:23:07,624 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Activating cron ***
2018-07-21 02:23:07,624 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Activating UI Notification ***
2018-07-21 02:23:07,671 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Activating thesaurus repository ***
2018-07-21 02:23:07,686 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Start OpenOffice manager ***
2018-07-21 02:23:07,702 [localhost-startStop-1] INFO  com.openkm.util.DocConverter- *** Build Office Manager ***
2018-07-21 02:23:07,702 [localhost-startStop-1] INFO  com.openkm.util.DocConverter- system.openoffice.path=/usr/lib/libreoffice
2018-07-21 02:23:07,702 [localhost-startStop-1] INFO  com.openkm.util.DocConverter- system.openoffice.tasks=200
2018-07-21 02:23:07,702 [localhost-startStop-1] INFO  com.openkm.util.DocConverter- system.openoffice.port=2002
2018-07-21 02:23:07,702 [localhost-startStop-1] WARN  com.openkm.servlet.RepositoryStartupServlet- officeHome must exist and be a directory
java.lang.IllegalArgumentException: officeHome must exist and be a directory
	at org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.checkArgument(DefaultOfficeManagerConfiguration.java:221)
	at org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.setOfficeHome(DefaultOfficeManagerConfiguration.java:54)
	at org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.setOfficeHome(DefaultOfficeManagerConfiguration.java:49)
	at com.openkm.util.DocConverter.getInstance(DocConverter.java:167)
	at com.openkm.servlet.RepositoryStartupServlet.start(RepositoryStartupServlet.java:279)
	at com.openkm.servlet.RepositoryStartupServlet.init(RepositoryStartupServlet.java:127)
	at javax.servlet.GenericServlet.init(GenericServlet.java:158)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5493)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
	at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
	at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
2018-07-21 02:23:07,718 [localhost-startStop-1] INFO  com.openkm.extension.core.ExtensionManager- Initialize and load plugins...
2018-07-21 02:23:07,780 [localhost-startStop-1] WARN  net.xeoh.plugins.base.impl.classpath.loader.FileLoader- Supplied path does not exist. Unable to add plugins from there.
2018-07-21 02:23:07,796 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Execute start script ***
2018-07-21 02:23:07,796 [localhost-startStop-1] WARN  com.openkm.util.ExecutionUtils- Unable to read script: C:\openkm-6.3.2-community\tomcat\start.bsh
2018-07-21 02:23:07,796 [localhost-startStop-1] WARN  com.openkm.util.ExecutionUtils- Unable to read jar: C:\openkm-6.3.2-community\tomcat\start.jar
2018-07-21 02:23:07,796 [localhost-startStop-1] INFO  com.openkm.servlet.RepositoryStartupServlet- *** Execute start SQL ***
2018-07-21 02:23:07,796 [localhost-startStop-1] WARN  com.openkm.servlet.RepositoryStartupServlet- Unable to read sql: C:\openkm-6.3.2-community\tomcat\start.sql
2018-07-21 02:23:07,858 [localhost-startStop-1] WARN  org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet- CMIS version is not defined! Setting it to CMIS 1.0.
2018-07-21 02:23:07,921 [localhost-startStop-1] INFO  org.apache.catalina.startup.HostConfig- Deploying web application directory C:\openkm-6.3.2-community\tomcat\webapps\ROOT
2018-07-21 02:23:10,344 [main] INFO  org.apache.coyote.ajp.AjpProtocol- Starting ProtocolHandler ["ajp-bio-127.0.0.1-8009"]
2018-07-21 02:23:10,422 [main] INFO  org.apache.catalina.startup.Catalina- Server startup in 58802 ms
