Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2019-07-31 10:02:29,966 INFO [localhost-startStop-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 5.5.3 [build 5515 based on commit hash dc14a8a1bb8ff5f410b8fec10fffebe66c51617e]
- 2019-07-31 10:02:35,594 INFO [localhost-startStop-1] [atlassian.plugin.manager.DefaultPluginManager] init Initialising the plugin system
- 2019-07-31 10:02:45,480 INFO [localhost-startStop-1] [atlassian.plugin.manager.DefaultPluginManager] init Plugin system started in 0:00:09.881
- 2019-07-31 10:02:48,198 INFO [localhost-startStop-1] [com.atlassian.confluence.lifecycle] init Confluence is ready to serve
- 2019-07-31 10:04:25,022 ERROR [http-bio-8090-exec-9] [atlassian.config.bootstrap.DefaultAtlassianBootstrapManager] getTestDatabaseConnection Could not successfully test your database:
- -- referer: http://<confluence-host>/setup/setupstandarddb-start.action?database=mysql | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
- at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1038)
- at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339)
- at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2247)
- at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
- at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
- at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
- at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
- at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
- at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
- at java.sql.DriverManager.getConnection(DriverManager.java:571)
- at java.sql.DriverManager.getConnection(DriverManager.java:215)
- at com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager.getTestDatabaseConnection(DefaultAtlassianBootstrapManager.java:346)
- at com.atlassian.confluence.setup.actions.SetupStandardDatabaseAction.setupDatabase(SetupStandardDatabaseAction.java:33)
- at com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction.execute(AbstractDatabaseCreationAction.java:33)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:168)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.ConfluenceWorkflowInterceptor.intercept(ConfluenceWorkflowInterceptor.java:64)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.xwork.interceptors.XsrfTokenInterceptor.intercept(XsrfTokenInterceptor.java:100)
- at com.atlassian.confluence.xwork.ConfluenceXsrfTokenInterceptor.intercept(ConfluenceXsrfTokenInterceptor.java:26)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.interceptors.CaptchaInterceptor.intercept(CaptchaInterceptor.java:49)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.validation.MessageHolderInterceptor.intercept(MessageHolderInterceptor.java:43)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.util.LoggingContextInterceptor.intercept(LoggingContextInterceptor.java:49)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.CancellingInterceptor.intercept(CancellingInterceptor.java:23)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.xwork.HttpMethodValidationInterceptor.intercept(HttpMethodValidationInterceptor.java:72)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.websudo.WebSudoInterceptor.intercept(WebSudoInterceptor.java:36)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.themes.ThemeContextInterceptor.intercept(ThemeContextInterceptor.java:46)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.actions.PermissionCheckInterceptor.intercept(PermissionCheckInterceptor.java:63)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.setup.webwork.BootstrapAwareInterceptor.intercept(BootstrapAwareInterceptor.java:27)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.user.actions.UserAwareInterceptor.intercept(UserAwareInterceptor.java:58)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.pages.actions.CommentAwareInterceptor.intercept(CommentAwareInterceptor.java:50)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.pages.actions.PageAwareInterceptor.intercept(PageAwareInterceptor.java:151)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor.intercept(SpaceAwareInterceptor.java:77)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.xwork.FlashScopeInterceptor.intercept(FlashScopeInterceptor.java:25)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.actions.LastModifiedInterceptor.intercept(LastModifiedInterceptor.java:31)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.ConfluenceAutowireInterceptor.intercept(ConfluenceAutowireInterceptor.java:49)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.xwork.interceptors.XWorkTransactionInterceptor.intercept(XWorkTransactionInterceptor.java:58)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.xwork.SetupIncompleteInterceptor.intercept(SetupIncompleteInterceptor.java:38)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.interceptors.NosniffSecurityHeaderInterceptor.intercept(NosniffSecurityHeaderInterceptor.java:21)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.interceptors.XXSSSecurityHeaderInterceptor.intercept(XXSSSecurityHeaderInterceptor.java:21)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.setup.actions.SetupCheckInterceptor.intercept(SetupCheckInterceptor.java:30)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:115)
- at com.atlassian.confluence.servlet.ConfluenceServletDispatcher.serviceAction(ConfluenceServletDispatcher.java:58)
- at com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:199)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.DebugFilter.doFilter(DebugFilter.java:50)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.security.websudo.MessagesDecoratorFilter.doFilter(MessagesDecoratorFilter.java:59)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129)
- at com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77)
- at com.atlassian.confluence.util.profiling.ProfilingPageFilter.doFilter(ProfilingPageFilter.java:44)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.jmx.JmxFilter.doFilter(JmxFilter.java:113)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.cache.TransactionalCacheFactoryCleanupFilter.doFilter(TransactionalCacheFactoryCleanupFilter.java:68)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.ServletContextThreadLocalFilter.doFilter(ServletContextThreadLocalFilter.java:21)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.LoggingContextFilter.doFilter(LoggingContextFilter.java:40)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.UserNameHeaderFilter.doFilter(UserNameHeaderFilter.java:26)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.UserThreadLocalFilter.doFilter(UserThreadLocalFilter.java:41)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.ConfluenceTimeoutFilter.doFilter(ConfluenceTimeoutFilter.java:63)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:75)
- at com.atlassian.confluence.web.filter.ConfluenceSecurityFilter.doFilter(ConfluenceSecurityFilter.java:27)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.ThreadLocalCacheFilter.doFilter(ThreadLocalCacheFilter.java:28)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter$SwapOnBootstrapFilter.doFilter(AbstractBootstrapHotSwappingFilter.java:47)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter.doFilter(AbstractBootstrapHotSwappingFilter.java:34)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.seraph.filter.BaseLoginFilter.doFilter(BaseLoginFilter.java:150)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.ClusterHeaderFilter.doFilter(ClusterHeaderFilter.java:42)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.johnson.filters.AbstractJohnsonFilter.doFilter(AbstractJohnsonFilter.java:72)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.spring.filter.FlushingSpringSessionInViewFilter.doFilterInternal(FlushingSpringSessionInViewFilter.java:26)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.ConfluenceErrorFilter.doFilter(ConfluenceErrorFilter.java:27)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java:99)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter.doFilter(RequestTimeThreadLocalFilter.java:41)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.gzipfilter.GzipFilter.doFilterInternal(GzipFilter.java:80)
- at com.atlassian.gzipfilter.GzipFilter.doFilter(GzipFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.cache.AbstractCachingFilter.doFilter(AbstractCachingFilter.java:33)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter.doFilter(RequestParamValidationFilter.java:58)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.TranslationModeFilter.doFilter(TranslationModeFilter.java:43)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:71)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.LanguageExtractionFilter.doFilter(LanguageExtractionFilter.java:53)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.RequestCacheThreadLocalFilter.doFilter(RequestCacheThreadLocalFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.ResponseOutputStreamFilter.doFilter(ResponseOutputStreamFilter.java:25)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.encoding.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java:41)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.HeaderSanitisingFilter.doFilter(HeaderSanitisingFilter.java:44)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter.doFilter(FourOhFourErrorLoggingFilter.java:65)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.DebugFilter.doFilter(DebugFilter.java:50)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)
- at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603)
- at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
- 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)
- Caused by: java.net.ConnectException: Connection refused (Connection refused)
- at java.net.PlainSocketImpl.socketConnect(Native Method)
- at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
- at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
- at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
- at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
- at java.net.Socket.connect(Socket.java:580)
- at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:214)
- at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298)
- ... 238 more
- 2019-07-31 10:04:25,041 ERROR [http-bio-8090-exec-9] [confluence.setup.actions.AbstractSetupDatabaseAction] setupDatabase Unable to connect to database: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
- -- referer: http://<confluence-host>/setup/setupstandarddb-start.action?database=mysql | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- com.atlassian.config.bootstrap.BootstrapException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
- at com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager.getTestDatabaseConnection(DefaultAtlassianBootstrapManager.java:358)
- at com.atlassian.confluence.setup.actions.SetupStandardDatabaseAction.setupDatabase(SetupStandardDatabaseAction.java:33)
- at com.atlassian.confluence.setup.actions.AbstractDatabaseCreationAction.execute(AbstractDatabaseCreationAction.java:33)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:168)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.ConfluenceWorkflowInterceptor.intercept(ConfluenceWorkflowInterceptor.java:64)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.xwork.interceptors.XsrfTokenInterceptor.intercept(XsrfTokenInterceptor.java:100)
- at com.atlassian.confluence.xwork.ConfluenceXsrfTokenInterceptor.intercept(ConfluenceXsrfTokenInterceptor.java:26)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.interceptors.CaptchaInterceptor.intercept(CaptchaInterceptor.java:49)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.validation.MessageHolderInterceptor.intercept(MessageHolderInterceptor.java:43)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.util.LoggingContextInterceptor.intercept(LoggingContextInterceptor.java:49)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.CancellingInterceptor.intercept(CancellingInterceptor.java:23)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.xwork.HttpMethodValidationInterceptor.intercept(HttpMethodValidationInterceptor.java:72)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.websudo.WebSudoInterceptor.intercept(WebSudoInterceptor.java:36)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.themes.ThemeContextInterceptor.intercept(ThemeContextInterceptor.java:46)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.actions.PermissionCheckInterceptor.intercept(PermissionCheckInterceptor.java:63)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.setup.webwork.BootstrapAwareInterceptor.intercept(BootstrapAwareInterceptor.java:27)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.user.actions.UserAwareInterceptor.intercept(UserAwareInterceptor.java:58)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.pages.actions.CommentAwareInterceptor.intercept(CommentAwareInterceptor.java:50)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.pages.actions.PageAwareInterceptor.intercept(PageAwareInterceptor.java:151)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.spaces.actions.SpaceAwareInterceptor.intercept(SpaceAwareInterceptor.java:77)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.xwork.FlashScopeInterceptor.intercept(FlashScopeInterceptor.java:25)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.actions.LastModifiedInterceptor.intercept(LastModifiedInterceptor.java:31)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.core.ConfluenceAutowireInterceptor.intercept(ConfluenceAutowireInterceptor.java:49)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.xwork.interceptors.XWorkTransactionInterceptor.intercept(XWorkTransactionInterceptor.java:58)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.xwork.SetupIncompleteInterceptor.intercept(SetupIncompleteInterceptor.java:38)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.interceptors.NosniffSecurityHeaderInterceptor.intercept(NosniffSecurityHeaderInterceptor.java:21)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.security.interceptors.XXSSSecurityHeaderInterceptor.intercept(XXSSSecurityHeaderInterceptor.java:21)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:35)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.atlassian.confluence.setup.actions.SetupCheckInterceptor.intercept(SetupCheckInterceptor.java:30)
- at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
- at com.opensymphony.xwork.DefaultActionProxy.execute(DefaultActionProxy.java:115)
- at com.atlassian.confluence.servlet.ConfluenceServletDispatcher.serviceAction(ConfluenceServletDispatcher.java:58)
- at com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:199)
- at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.DebugFilter.doFilter(DebugFilter.java:50)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.security.websudo.MessagesDecoratorFilter.doFilter(MessagesDecoratorFilter.java:59)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129)
- at com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77)
- at com.atlassian.confluence.util.profiling.ProfilingPageFilter.doFilter(ProfilingPageFilter.java:44)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.jmx.JmxFilter.doFilter(JmxFilter.java:113)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.cache.TransactionalCacheFactoryCleanupFilter.doFilter(TransactionalCacheFactoryCleanupFilter.java:68)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.ServletContextThreadLocalFilter.doFilter(ServletContextThreadLocalFilter.java:21)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.LoggingContextFilter.doFilter(LoggingContextFilter.java:40)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.UserNameHeaderFilter.doFilter(UserNameHeaderFilter.java:26)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.UserThreadLocalFilter.doFilter(UserThreadLocalFilter.java:41)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.ConfluenceTimeoutFilter.doFilter(ConfluenceTimeoutFilter.java:63)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:75)
- at com.atlassian.confluence.web.filter.ConfluenceSecurityFilter.doFilter(ConfluenceSecurityFilter.java:27)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.ThreadLocalCacheFilter.doFilter(ThreadLocalCacheFilter.java:28)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter$SwapOnBootstrapFilter.doFilter(AbstractBootstrapHotSwappingFilter.java:47)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at com.atlassian.confluence.util.AbstractBootstrapHotSwappingFilter.doFilter(AbstractBootstrapHotSwappingFilter.java:34)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.seraph.filter.BaseLoginFilter.doFilter(BaseLoginFilter.java:150)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.ClusterHeaderFilter.doFilter(ClusterHeaderFilter.java:42)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.johnson.filters.AbstractJohnsonFilter.doFilter(AbstractJohnsonFilter.java:72)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.spring.filter.FlushingSpringSessionInViewFilter.doFilterInternal(FlushingSpringSessionInViewFilter.java:26)
- at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.ConfluenceErrorFilter.doFilter(ConfluenceErrorFilter.java:27)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java:99)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.core.datetime.RequestTimeThreadLocalFilter.doFilter(RequestTimeThreadLocalFilter.java:41)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.gzipfilter.GzipFilter.doFilterInternal(GzipFilter.java:80)
- at com.atlassian.gzipfilter.GzipFilter.doFilter(GzipFilter.java:51)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.cache.AbstractCachingFilter.doFilter(AbstractCachingFilter.java:33)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:71)
- at com.atlassian.plugin.servlet.filter.ServletFilterModuleContainerFilter.doFilter(ServletFilterModuleContainerFilter.java:63)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.validateparam.RequestParamValidationFilter.doFilter(RequestParamValidationFilter.java:58)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.TranslationModeFilter.doFilter(TranslationModeFilter.java:43)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.plugin.servlet.filter.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:71)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.LanguageExtractionFilter.doFilter(LanguageExtractionFilter.java:53)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.util.RequestCacheThreadLocalFilter.doFilter(RequestCacheThreadLocalFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.ResponseOutputStreamFilter.doFilter(ResponseOutputStreamFilter.java:25)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.encoding.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java:41)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.core.filters.HeaderSanitisingFilter.doFilter(HeaderSanitisingFilter.java:44)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.servlet.FourOhFourErrorLoggingFilter.doFilter(FourOhFourErrorLoggingFilter.java:65)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at com.atlassian.confluence.web.filter.DebugFilter.doFilter(DebugFilter.java:50)
- at com.atlassian.core.filters.AbstractHttpFilter.doFilter(AbstractHttpFilter.java:31)
- at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
- at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
- at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
- at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
- at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
- at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
- at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
- at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
- at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
- at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)
- at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:603)
- at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
- 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)
- Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
- The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
- at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1038)
- at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339)
- at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2247)
- at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
- at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
- at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
- at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
- at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
- at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
- at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
- at java.sql.DriverManager.getConnection(DriverManager.java:571)
- at java.sql.DriverManager.getConnection(DriverManager.java:215)
- at com.atlassian.config.bootstrap.DefaultAtlassianBootstrapManager.getTestDatabaseConnection(DefaultAtlassianBootstrapManager.java:346)
- ... 223 more
- Caused by: java.net.ConnectException: Connection refused (Connection refused)
- at java.net.PlainSocketImpl.socketConnect(Native Method)
- at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
- at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
- at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
- at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
- at java.net.Socket.connect(Socket.java:580)
- at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:214)
- at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298)
- ... 238 more
- 2019-07-31 10:06:20,255 INFO [http-bio-8090-exec-5] [springframework.web.context.ContextLoader] initWebApplicationContext Root WebApplicationContext: initialization started
- 2019-07-31 10:06:27,129 INFO [http-bio-8090-exec-5] [com.atlassian.confluence.lifecycle] <init> Loading EhCache cache manager
- 2019-07-31 10:06:51,275 WARN [http-bio-8090-exec-5] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:07:11,929 INFO [http-bio-8090-exec-5] [springframework.web.context.ContextLoader] initWebApplicationContext Root WebApplicationContext: initialization completed in 51668 ms
- 2019-07-31 10:07:24,377 INFO [http-bio-8090-exec-5] [atlassian.plugin.manager.DefaultPluginManager] shutdown Shutting down the plugin system
- 2019-07-31 10:07:24,481 INFO [http-bio-8090-exec-5] [atlassian.plugin.manager.DefaultPluginManager] init Initialising the plugin system
- 2019-07-31 10:07:24,734 WARN [http-bio-8090-exec-5] [osgi.container.felix.ExportsBuilder] getUrlClassPath Cannot deep scan non file 'http://felix.extensions:9/'
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:07:57,030 WARN [http-bio-8090-exec-5] [factory.transform.stage.ScanDescriptorForHostClassesStage] execute The plugin 'atlassian-universal-plugin-manager-plugin-2.15.2.jar' uses a package 'org.apache.commons.fileupload.servlet' that is also exported by the application. It is highly recommended that the plugin use its own packages.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:08:17,815 WARN [http-bio-8090-exec-5] [factory.transform.stage.ScanDescriptorForHostClassesStage] execute The plugin 'confluence-rest-resources-5.5.3.jar' uses a package 'com.atlassian.confluence.rest.serialization' that is also exported by the application. It is highly recommended that the plugin use its own packages.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:07,357 WARN [ThreadPoolAsyncTaskExecutor::Thread 9] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,611 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,614 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,616 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,628 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,631 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,633 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:10,639 WARN [ThreadPoolAsyncTaskExecutor::Thread 6] [org.springframework.beans.TypeConverterDelegate] findDefaultEditor PropertyEditor [com.sun.beans.editors.EnumEditor] found through deprecated global PropertyEditorManager fallback - consider using a more isolated form of registration, e.g. on the BeanWrapper/BeanFactory!
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:36,651 WARN [http-bio-8090-exec-5] [atlassian.soy.renderer.SoyResourceModuleDescriptor] enabled soy-resource is deprecated. Please convert com.atlassian.confluence.plugins.soy:soy-core-functions to a web-resource and/or a soy-function
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:40,257 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.plugin.notifications.config.ao.ServerParam[] com.atlassian.plugin.notifications.config.ao.ServerConfig.getServerParams() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:40,261 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.plugin.notifications.config.ao.ServerParam[] com.atlassian.plugin.notifications.config.ao.ServerConfig.getServerParams() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:40,270 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.plugin.notifications.config.ao.scheme.FilterParam[] com.atlassian.plugin.notifications.config.ao.scheme.Notification.getFilterParams() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:40,271 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.plugin.notifications.config.ao.scheme.Recipient[] com.atlassian.plugin.notifications.config.ao.scheme.Notification.getRecipients() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:40,273 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.plugin.notifications.config.ao.scheme.Event[] com.atlassian.plugin.notifications.config.ao.scheme.Notification.getEvents() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:47,740 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.mywork.host.upgrade.v8.AOUserApplicationLink[] com.atlassian.mywork.host.upgrade.v8.AOUser.getUserApplicationLinks() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:47,745 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.mywork.host.upgrade.v8.AOUserApplicationLink[] com.atlassian.mywork.host.upgrade.v8.AOUser.getUserApplicationLinks() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:48,299 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.mywork.host.dao.ao.AOUserApplicationLink[] com.atlassian.mywork.host.dao.ao.AOUser.getUserApplicationLinks() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:48,302 WARN [active-objects-ddl-0] [java.ao.schema.SchemaGenerator] validateOneToManyAnnotation public abstract com.atlassian.mywork.host.dao.ao.AOUserApplicationLink[] com.atlassian.mywork.host.dao.ao.AOUser.getUserApplicationLinks() does not have a value specified for the reverse element of its OneToMany annotation. A value will be required by a future version of ActiveObjects.
- -- referer: http://<confluence-host>/setup/setupstandarddb.action | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
- 2019-07-31 10:09:58,858 INFO [http-bio-8090-exec-5] [atlassian.plugin.manager.DefaultPluginManager] init Plugin system started in 0:02:34.377
- 2019-07-31 10:11:39,773 INFO [http-bio-8090-exec-6] [confluence.user.crowd.EmbeddedCrowdBootstrap] ensureInternalDirectoryExists Created default internal directory: com.atlassian.crowd.model.directory.DirectoryImpl@2d5b156d[lowerName=confluence internal directory,description=Confluence default internal directory,type=INTERNAL,implementationClass=com.atlassian.crowd.directory.InternalDirectory,allowedOperations=[DELETE_GROUP, CREATE_ROLE, UPDATE_GROUP, DELETE_ROLE, UPDATE_ROLE, UPDATE_ROLE_ATTRIBUTE, UPDATE_GROUP_ATTRIBUTE, UPDATE_USER, CREATE_GROUP, DELETE_USER, UPDATE_USER_ATTRIBUTE, CREATE_USER],attributes={user_encryption_method=atlassian-security}], isActive: true
- 2019-07-31 10:11:40,854 ERROR [http-bio-8090-exec-10] [atlassian.confluence.setup.DefaultSetupPersister] progessSetupStep setupStack is empty of actions.
- -- referer: http://<confluence-host>/setup/setupadministrator-start.action | url: /setup/finishsetup.action | userName: anonymous | action: finishsetup
- 2019-07-31 10:11:41,121 INFO [http-bio-8090-exec-10] [plugins.tasklist.upgradetask.StorageToAoMigrationUpgradeTask] buildTaskExtractionThreads Using 4 task extraction threads
- 2019-07-31 10:11:41,141 INFO [http-bio-8090-exec-10] [plugins.tasklist.upgradetask.StorageToAoMigrationUpgradeTask] buildTaskInsertionThreads Using 4 task insertion threads
- 2019-07-31 10:11:41,255 INFO [http-bio-8090-exec-10] [plugins.tasklist.upgradetask.StorageToAoMigrationUpgradeTask] logProgress Migrating tasks to active objects. 0 tasks migrated so far.
- 2019-07-31 10:11:41,278 INFO [StorageToAoMigrationUpgradeTask-PageFinder] [plugins.tasklist.upgradetask.StorageToAoMigrationPageFinder] run Starting migration of tasks in 0 pages to Active Objects.
- 2019-07-31 10:11:41,344 INFO [http-bio-8090-exec-10] [plugins.tasklist.upgradetask.StorageToAoMigrationUpgradeTask] finishUpgradeSuccessfully Successfully migrated 0 tasks in 229ms.
- 2019-07-31 10:11:54,458 INFO [http-bio-8090-exec-10] [confluence.upgrade.impl.DefaultUpgradeGate] waitForBooleanValue Waiting to find if plugin dependent upgrades are required. Maximum wait time will be 90 seconds.
- 2019-07-31 10:11:54,467 INFO [http-bio-8090-exec-10] [confluence.upgrade.impl.DefaultUpgradeGate] waitForBooleanValue plugin dependent upgrades are required : false.
- 2019-07-31 10:11:56,440 INFO [http-bio-8090-exec-10] [atlassian.confluence.status.SystemErrorInformationLogger] writeToLog
- --------------------------
- Build Information
- --------------------------
- baseUrl = http://<confluence-host>
- home = /var/local/atlassian/confluence
- buildNumber = 5515
- upTime = 9 minutes, 25 seconds
- devMode = false
- serverId = BUUK-V0GB-BU0D-O5W9
- supportEntitlementNumber = SEN-L14004483
- installationDate = Wed Jul 31 10:10:04 UTC 2019
- version = 5.5.3
- --------------------------
- Server Information
- --------------------------
- Application Server: Apache Tomcat/7.0.47
- Servlet Version: 3.0
- --------------------------
- Database Information
- --------------------------
- Database Dialect: com.atlassian.hibernate.dialect.MySQLDialect
- Database URL: jdbc:mysql://<mysqlserver>:3306/confluence?sessionVariables=storage_engine%3DInnoDB&useUnicode=true&characterEncoding=utf8
- Database Driver Name: com.mysql.jdbc.Driver
- Database Driver Version: mysql-connector-java-5.1.36 ( Revision: 4fc1f969f740409a4e03750316df2c0e429f3dc8 )
- Database Name: MySQL
- Database Version: 5.5.5-10.1.38-MariaDB-0+deb9u1
- Database Latency (ms): 3
- --------------------------
- System Information
- --------------------------
- favouriteColour = Snow
- javaRuntime = OpenJDK Runtime Environment
- operatingSystem = Linux 4.4.0-151-generic
- jvmVersion = 1.7
- fileSystemEncoding = UTF-8
- javaVm = OpenJDK 64-Bit Server VM
- javaVendor = Oracle Corporation
- jvmImplementationVersion = 24.131-b00
- systemTimezone = Etc/UTC
- appServer = Apache Tomcat
- favouriteCharacter = Ghost
- tempDirectory = /usr/local/atlassian/confluence/temp
- date = Wednesday, July 31, 2019
- jvmInputArguments = -Djava.util.logging.config.file=/usr/local/atlassian/confluence/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xms256m -Xmx512m -XX:MaxPermSize=256m -Djava.awt.headless=true -Djava.endorsed.dirs=/usr/local/atlassian/confluence/endorsed -Dcatalina.base=/usr/local/atlassian/confluence -Dcatalina.home=/usr/local/atlassian/confluence -Djava.io.tmpdir=/usr/local/atlassian/confluence/temp
- time = 10:11:55
- jvmVendor = Oracle Corporation
- userName = daemon
- javaVersion = 1.7.0_131
- systemLanguage = en
- operatingSystemArchitecture = amd64
- workingDirectory = /var/local/atlassian/confluence
- --------------------------
- Global Settings
- --------------------------
- numberOfBreadcrumbAncestors = 1
- enableSpaceStyles = false
- webdavUsername = null
- allowRemoteApi = false
- allowThreadedComments = true
- nofollowExternalLinks = true
- senMissingInLicenseMessageOff = true
- backupAttachmentsDaily = true
- gzippingResponse = true
- sharedMode = false
- baseUrl = http://<confluence-host>
- webdavServerUrl = null
- enableQuickNav = true
- viewSpaceGoesToSpaceSummary = false
- webSudoTimeout = 10
- saveable = true
- globalDefaultLocale = en_GB
- siteTitle = Confluence
- enableWysiwyg = true
- maxThumbWidth = 300
- defaultSpaceHomepageTitle = Home
- maxThumbHeight = 300
- indexingLanguage = english
- allowCamelCase = false
- defaultUsersGroup = confluence-users
- emailAddressVisibility = email.address.public
- defaultEncoding = UTF-8
- maxSimultaneousQuickNavRequests = 40
- backupDaily = true
- denyPublicSignup = true
- showContactAdministratorsForm = true
- loginManagerSettings = com.atlassian.confluence.setup.settings.beans.LoginManagerSettings@60c7db57
- maxRssItems = 200
- ignoredAdminTasks = null
- almostSupportPeriodEndMessageOff = false
- enableDidYouMean = false
- enableJavascriptTop = true
- externalUserManagement = false
- attachmentMaxSize = 10485760
- attachmentSecurityLevel = SMART
- timeZone = time.zone.Etc.UTC
- baseUrlAdminMessageOff = false
- showSystemInfoIn500Page = false
- webdavPassword = null
- supportRequestEmail = [email protected]
- pageTimeout = 120
- allowRemoteApiAnonymous = false
- attachmentDataStore = file.system.based.attachments.storage
- rssTimeout = 60
- maxThumbDimensions = 300x300
- emailAdminMessageOff = false
- disableLogo = false
- maxAttachmentsInUI = 5
- dailyBackupDateFormatPattern = yyyy_MM_dd
- enableOpenSearch = true
- xsrfAddComments = true
- displayLinkIcons = false
- addWildcardsToUserAndGroupSearches = true
- useWysiwygByDefault = true
- allowTrackbacks = false
- webSudoEnabled = true
- antiXssMode = true
- webdavEnabled = false
- siteHomePage = null
- dailyBackupFilePrefix = backup-
- backupPath = /var/local/atlassian/confluence/backups
- customContactMessage = null
- draftSaveInterval = 30000
- --------------------------
- Usage Info
- --------------------------
- totalSpaces = 0
- localGroups = 2
- localUsers = 1
- globalSpaces = 0
- allContent = 1
- indexSize = -1
- personalSpaces = 0
- currentContent = 1
- --------------------------
- JVM Stats
- --------------------------
- allocatedHeap = 514850816
- usedMemory = 390614912
- availablePermGen = 115305408
- totalMemory = 514850816
- freeMemory = 124235904
- maxPermGen = 268435456
- usedPermGen = 153130048
- freeMemoryInMegabytes = 118
- freeAllocatedHeap = 124235904
- availableHeap = 124235904
- usedMemoryInMegabytes = 372
- maxHeap = 514850816
- usedHeap = 390614912
- totalMemoryInMegabytes = 491
- --------------------------
- Cluster Information
- --------------------------
- Not clustered.
- --------------------------
- Enabled Plugins
- --------------------------
- ActiveObjects Plugin - OSGi Bundle (com.atlassian.activeobjects.activeobjects-plugin, Version: 0.25.2, Installed: bundled)
- Add Content Menu Sections (confluence.menu.add, Version: 1.0, Installed: bundled)
- Admin Sections (confluence.sections.admin, Version: 1.0, Installed: bundled)
- Admin Tasks (confluence.sections.admin.tasks, Version: 1.0, Installed: bundled)
- Administration Menu Items (confluence.sections.admin.header, Version: 1.0, Installed: bundled)
- Advanced Macros (confluence.macros.advanced, Version: 3.4, Installed: bundled)
- Apache HttpClient OSGi bundle (org.apache.httpcomponents.httpclient-4.0, Version: 4.0, Installed: bundled)
- Apache HttpCore OSGi bundle (org.apache.httpcomponents.httpcore-4.0, Version: 4.0, Installed: bundled)
- Apache ServiceMix :: Bundles :: javax.inject (org.apache.servicemix.bundles.javax-inject-1.0.0.2, Version: 1.0.0.2, Installed: bundled)
- Applinks Product Plugin (com.atlassian.applinks.applinks-plugin, Version: 4.1.2, Installed: bundled)
- Atlassian Bot Session Killer (com.atlassian.labs.atlassian-bot-killer, Version: 1.7.2.1, Installed: bundled)
- Atlassian Editor Plugin (com.atlassian.plugins.editor, Version: 5.5.3, Installed: bundled)
- Atlassian Embedded Crowd - Administration Plugin (com.atlassian.crowd.embedded.admin, Version: 1.7.3, Installed: bundled)
- Atlassian Gadgets API (com.atlassian.gadgets.atlassian-gadgets-api-3.3.5, Version: 3.3.5, Installed: bundled)
- Atlassian Gadgets OAuth Service Provider Plugin (com.atlassian.gadgets.oauth.serviceprovider, Version: 3.3.5, Installed: bundled)
- Atlassian Gadgets SPI (com.atlassian.gadgets.atlassian-gadgets-spi-3.3.5, Version: 3.3.5, Installed: bundled)
- Atlassian HTTP Client, Apache HTTP components impl (com.atlassian.httpclient.atlassian-httpclient-plugin, Version: 0.17.1, Installed: bundled)
- Atlassian HealthCheck Common Module (com.atlassian.healthcheck.atlassian-healthcheck, Version: 2.0.7, Installed: bundled)
- Atlassian Keyboard Shortcuts - module support (com.atlassian.plugins.shortcuts.atlassian-shortcuts-plugin, Version: 1.3.2, Installed: bundled)
- Atlassian LESS Transformer Plugin (com.atlassian.plugins.less-transformer-plugin, Version: 1.3.4, Installed: bundled)
- Atlassian Navigation Links Plugin (com.atlassian.plugins.atlassian-nav-links-plugin, Version: 3.3.2, Installed: bundled)
- Atlassian Notifications SPI Plugin (com.atlassian.plugin.notifications.notifications-module, Version: 3.2.3, Installed: bundled)
- Atlassian OAuth API (com.atlassian.oauth.atlassian-oauth-api-1.9.1, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Admin Plugin (com.atlassian.oauth.admin, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Consumer Plugin (com.atlassian.oauth.consumer, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Consumer SAL SPI Implementation (com.atlassian.oauth.consumer.sal, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Consumer SPI (com.atlassian.oauth.atlassian-oauth-consumer-spi-1.9.1, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Service Provider Plugin (com.atlassian.oauth.serviceprovider, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Service Provider SAL SPI Implementation (com.atlassian.oauth.serviceprovider.sal, Version: 1.9.1, Installed: bundled)
- Atlassian OAuth Service Provider SPI (com.atlassian.oauth.atlassian-oauth-service-provider-spi-1.9.1, Version: 1.9.1, Installed: bundled)
- Atlassian Plugins - Web Resources - Implementation Plugin (com.atlassian.plugins.atlassian-plugins-webresource-plugin, Version: 3.0.6, Installed: bundled)
- Atlassian Pretty URLs Plugin (com.atlassian.prettyurls.atlassian-pretty-urls-plugin, Version: 1.11.0, Installed: bundled)
- Atlassian REST - Module Types (com.atlassian.plugins.rest.atlassian-rest-module, Version: 2.9.5, Installed: bundled)
- Atlassian Soy - Plugin (com.atlassian.soy.soy-template-plugin, Version: 2.6.0, Installed: bundled)
- Atlassian Template Renderer API (com.atlassian.templaterenderer.api, Version: 1.5.4, Installed: bundled)
- Atlassian Template Renderer Velocity 1.6 Plugin (com.atlassian.templaterenderer.atlassian-template-renderer-velocity1.6-plugin, Version: 1.5.4, Installed: bundled)
- Atlassian Templates Import Framework (com.atlassian.confluence.plugins.templates-framework, Version: 0.3.1, Installed: bundled)
- Atlassian TinyMCE Plugin (com.atlassian.plugins.tinymce, Version: 5.5.3, Installed: bundled)
- Atlassian UI Integration with SAL (auiplugin-integration-sal, Version: 5.4.4-CONFDEV-21873, Installed: bundled)
- Atlassian UI Plugin (com.atlassian.auiplugin, Version: 5.4.4-CONFDEV-21873, Installed: bundled)
- Atlassian Universal Plugin Manager - Plugin License Storage plugin (com.atlassian.upm.plugin-license-storage-plugin, Version: 2.15.2, Installed: bundled)
- Atlassian Universal Plugin Manager Plugin (com.atlassian.upm.atlassian-universal-plugin-manager-plugin, Version: 2.15.2, Installed: bundled)
- Atlassian WebHooks Plugin (com.atlassian.webhooks.atlassian-webhooks-plugin, Version: 0.17.6, Installed: bundled)
- Atlassian Whitelist API Plugin (com.atlassian.plugins.atlassian-whitelist-api-plugin, Version: 1.6, Installed: bundled)
- Atlassian Whitelist UI Plugin (com.atlassian.plugins.atlassian-whitelist-ui-plugin, Version: 1.6, Installed: bundled)
- Atlassian XHTML (com.atlassian.plugins.atlassian-xhtml, Version: 5.5.3, Installed: bundled)
- Attachment Actions (confluence.sections.attachments, Version: 1.0, Installed: bundled)
- Attachment Extractors (com.atlassian.confluence.plugins.attachmentExtractors, Version: 1.1, Installed: bundled)
- BND Library (biz.aQute.bndlib-0.0.255, Version: 0.0.255, Installed: bundled)
- Basic Macros (confluence.macros.basic, Version: 2.0.5, Installed: bundled)
- Browse Menu Items (confluence.sections.browse, Version: 1.0, Installed: bundled)
- Chart Plugin (confluence.extra.chart, Version: 2.0.4, Installed: bundled)
- Code Macro Plugin (com.atlassian.confluence.ext.newcode-macro-plugin, Version: 2.1.3, Installed: bundled)
- Comment Action Sections (confluence.comment.action, Version: 1.0, Installed: bundled)
- Confluence AUI Staging (confluence.aui.staging, Version: 5.5.3, Installed: bundled)
- Confluence Active Objects SPI implementation (com.atlassian.activeobjects.confluence.spi, Version: 0.25.2, Installed: bundled)
- Confluence Activity Stream Plugin (com.atlassian.streams.confluence, Version: 5.3.23, Installed: bundled)
- Confluence Activity Streams Inline Actions Plugin (com.atlassian.streams.confluence.inlineactions, Version: 5.3.23, Installed: bundled)
- Confluence Attachments Plugin (confluence.extra.attachments, Version: 3.6.10, Installed: bundled)
- Confluence Axis SOAP plugin (com.atlassian.confluence.rpc.confluence-axis-soap-plugin, Version: 1.4, Installed: bundled)
- Confluence Blogging RPC Plugin (com.atlassian.confluence.plugins.xmlrpc.bloggingrpc, Version: 2.0.0, Installed: bundled)
- Confluence Business Blueprints Bundle (com.atlassian.confluence.plugins.confluence-business-blueprints, Version: 3.0.3, Installed: bundled)
- Confluence Cache Management Plugin (com.atlassian.confluence.plugins.confluence-cache-management-plugin, Version: 1.1.8, Installed: bundled)
- Confluence Content Notifications Plugin (com.atlassian.confluence.plugins.confluence-content-notifications-plugin, Version: 6.1.21, Installed: bundled)
- Confluence Content Report Plugin (com.atlassian.confluence.plugins.confluence-content-report-plugin, Version: 1.0.15, Installed: bundled)
- Confluence Contributors Plugin (com.atlassian.confluence.contributors, Version: 1.4.6, Installed: bundled)
- Confluence Core Macros (confluence.macros.core, Version: 5.5.3, Installed: bundled)
- Confluence Create Content Plugin (com.atlassian.confluence.plugins.confluence-create-content-plugin, Version: 4.0.15, Installed: bundled)
- Confluence Custom Favicon Plugin (com.atlassian.favicon.confluence-custom-favicon-plugin, Version: 1.1.2, Installed: bundled)
- Confluence Dark Features REST endpoint (com.atlassian.confluence.plugins.confluence-darkfeatures-rest, Version: 5.5.3, Installed: bundled)
- Confluence Dashboard Actions (com.atlassian.confluence.plugins.dashboard-actions, Version: 5.5.3, Installed: bundled)
- Confluence Default Help Paths (confluence.help.paths, Version: 1.0, Installed: bundled)
- Confluence Default Space Content Plugin (com.atlassian.confluence.plugins.confluence-default-space-content-plugin, Version: 0.4, Installed: bundled)
- Confluence Distraction Free Editor (com.atlassian.confluence.confluence-editor-hide-tools, Version: 1.0.21, Installed: bundled)
- Confluence Drag and Drop Plugin (com.atlassian.confluence.plugins.drag-and-drop, Version: 5.5.3, Installed: bundled)
- Confluence Easy-User Admin (com.atlassian.confluence.plugins.confluence-easyuser-admin, Version: 5.5.3, Installed: bundled)
- Confluence Edge Index (com.atlassian.confluence.plugins.confluence-edge-index, Version: 5.5.3, Installed: bundled)
- Confluence Editor Compatibility Support (com.atlassian.confluence.tinymceplugin, Version: 5.5.3, Installed: bundled)
- Confluence Editor Loader Plugin (com.atlassian.confluence.plugins.editor-loader, Version: 5.5.3, Installed: bundled)
- Confluence Editor Plugin (com.atlassian.confluence.editor, Version: 5.5.3, Installed: bundled)
- Confluence Email Notifications Plugin (com.atlassian.confluence.plugins.confluence-email-resources, Version: 6.1.21, Installed: bundled)
- Confluence Expand Macro (com.atlassian.confluence.plugins.expand-macro, Version: 5.5.3, Installed: bundled)
- Confluence Extractor API Plugin (com.atlassian.confluence.plugins.confluence-extractor-api-plugin, Version: 1.0.1, Installed: bundled)
- Confluence French (France) Language Pack (tac.confluence.languages.fr_FR, Version: 5.4.0-v2r2499-2013-12-10, Installed: bundled)
- Confluence German (Germany) Language Pack (tac.confluence.languages.de_DE, Version: 5.4.0-v2r8282-2013-12-10, Installed: bundled)
- Confluence Getting Started (confluence.getting-started, Version: 5.5.3, Installed: bundled)
- Confluence HTML Macros (confluence.macros.html, Version: 2.1.1, Installed: bundled)
- Confluence Healthcheck Plugin (com.atlassian.confluence.plugins.confluence-healthcheck-plugin, Version: 1.1.4, Installed: bundled)
- Confluence Image Attributes (com.atlassian.confluence.plugins.confluence-image-attributes, Version: 5.5.3, Installed: bundled)
- Confluence Image Effects Plugin (com.atlassian.confluence.image.effects.ImageEffectsPlugin, Version: 1.1.9, Installed: bundled)
- Confluence Inline Tasks (com.atlassian.confluence.plugins.confluence-inline-tasks, Version: 5.5.62, Installed: bundled)
- Confluence JIRA Metadata Plugin (com.atlassian.confluence.plugins.confluence-jira-metadata, Version: 1.7.3, Installed: bundled)
- Confluence JSON-RPC Plugin (com.atlassian.confluence.rpc.confluence-json-rpc-plugin, Version: 1.0.6, Installed: bundled)
- Confluence Japanese (Japan) Language Pack (tac.confluence.languages.ja_JP, Version: 5.4.0-v2r20318-2013-12-10, Installed: bundled)
- Confluence Keyboard Shortcuts Plugin (com.atlassian.confluence.keyboardshortcuts, Version: 5.5.3, Installed: bundled)
- Confluence Knowledge Base Blueprints Plugin (com.atlassian.confluence.plugins.confluence-knowledge-base, Version: 1.4, Installed: bundled)
- Confluence Like Plugin (com.atlassian.confluence.plugins.confluence-like, Version: 5.5.3, Installed: bundled)
- Confluence Link Browser (com.atlassian.confluence.plugins.confluence-link-browser, Version: 5.5.3, Installed: bundled)
- Confluence Look And Feel Logo Plugin (com.atlassian.confluence.plugins.confluence-lookandfeel, Version: 5.5.3, Installed: bundled)
- Confluence Macro Browser (com.atlassian.confluence.plugins.confluence-macro-browser, Version: 5.5.3, Installed: bundled)
- Confluence Macro Usage (com.atlassian.confluence.plugins.confluence-macro-usage, Version: 5.5.3, Installed: bundled)
- Confluence Mentions Plugin (com.atlassian.confluence.plugins.confluence-mentions-plugin, Version: 1.9.3, Installed: bundled)
- Confluence Mobile Plugin (com.atlassian.confluence.plugins.confluence-mobile, Version: 7.1, Installed: bundled)
- Confluence Monitoring Console (com.atlassian.confluence.plugins.confluence-monitoring-console, Version: 5.5.3, Installed: bundled)
- Confluence Nav Links Plugin (com.atlassian.confluence.plugins.confluence-nav-links, Version: 5.5.3, Installed: bundled)
- Confluence Notifications SPI Plugin (com.atlassian.confluence.plugins.confluence-notifications-spi-plugin, Version: 6.1.21, Installed: bundled)
- Confluence PDF Export (com.atlassian.confluence.extra.flyingpdf, Version: 3.4, Installed: bundled)
- Confluence Page Banner (com.atlassian.confluence.plugins.confluence-page-banner, Version: 1.16.0, Installed: bundled)
- Confluence Page Layouts (com.atlassian.confluence.plugins.confluence-page-layout, Version: 5.5.3, Installed: bundled)
- Confluence Paste (com.atlassian.confluence.plugins.confluence-paste, Version: 5.5.3, Installed: bundled)
- Confluence Quick Edit Plugin (com.atlassian.confluence.plugins.quickedit, Version: 5.5.3, Installed: bundled)
- Confluence Quick Reload Plugin (com.atlassian.confluence.plugins.quickreload, Version: 5.5.3, Installed: bundled)
- Confluence Quicknav (com.atlassian.confluence.plugins.confluence-quicknav, Version: 5.5.3, Installed: bundled)
- Confluence REST API (com.atlassian.confluence.restplugin, Version: 5.5.3, Installed: bundled)
- Confluence REST Resources (com.atlassian.confluence.plugins.confluence-rest-resources, Version: 5.5.3, Installed: bundled)
- Confluence Reliable Save Plugin (com.atlassian.confluence.plugins.reliablesave, Version: 5.5.3, Installed: bundled)
- Confluence Remote API (confluence.extra.confluencerpc, Version: 5.5.3, Installed: bundled)
- Confluence Remote Page View Plugin (com.atlassian.confluence.plugins.confluence-remote-page-view-plugin, Version: 1.5, Installed: bundled)
- Confluence Request Access Plugin (com.atlassian.confluence.plugins.confluence-request-access-plugin, Version: 2.1, Installed: bundled)
- Confluence SAL Plugin (com.atlassian.confluence.plugins.confluence-sal-plugin, Version: 5.5.3, Installed: bundled)
- Confluence Scheduled Job Administration UI (com.atlassian.confluence.plugins.confluence-schedule-admin, Version: 5.5.3, Installed: bundled)
- Confluence Search Plugin (com.atlassian.confluence.plugins.search.confluence-search, Version: 1.2.22, Installed: bundled)
- Confluence Software Blueprints Bundle (com.atlassian.confluence.plugins.confluence-software-blueprints, Version: 2.3.9, Installed: bundled)
- Confluence Sortable Tables (com.atlassian.confluence.plugins.confluence-sortable-tables, Version: 5.5.3, Installed: bundled)
- Confluence Soy Template Support (com.atlassian.confluence.plugins.soy, Version: 5.5.3, Installed: bundled)
- Confluence Space Blueprints (com.atlassian.confluence.plugins.confluence-space-blueprints, Version: 1.5.2, Installed: bundled)
- Confluence Space Directory (com.atlassian.confluence.plugins.confluence-space-directory, Version: 5.5.3, Installed: bundled)
- Confluence Space IA (Left Sidebar) (com.atlassian.confluence.plugins.confluence-space-ia, Version: 7.0.1, Installed: bundled)
- Confluence Spaces (com.atlassian.confluence.plugins.confluence-spaces, Version: 5.5.3, Installed: bundled)
- Confluence Spanish (Spain) Language Pack (tac.confluence.languages.es_ES, Version: 5.4.0-v2r15919-2013-12-10, Installed: bundled)
- Confluence Template Plugin (com.atlassian.confluence.plugins.confluence-templates, Version: 5.5.3, Installed: bundled)
- Confluence Thread Dump Plugin (com.atlassian.confluence.plugin.threaddump, Version: 2.0.1, Installed: bundled)
- Confluence UI REST (com.atlassian.confluence.plugins.confluence-ui-rest, Version: 5.5.3, Installed: bundled)
- Confluence User Rest (com.atlassian.confluence.plugins.confluence-user-rest, Version: 5.5.3, Installed: bundled)
- Confluence View Source (com.atlassian.confluence.plugins.view-source, Version: 5.5.3, Installed: bundled)
- Confluence View Storage Format (com.atlassian.confluence.plugins.view-storage-format, Version: 5.5.3, Installed: bundled)
- Confluence Watch Button (com.atlassian.confluence.plugins.watch-button, Version: 1.4, Installed: bundled)
- Confluence What's New (com.atlassian.confluence.plugins.whatsnew, Version: 6.1-m4, Installed: bundled)
- Confluence and Jira Content Connector (com.atlassian.confluence.plugins.confluence-jira-content, Version: 1.8.0, Installed: bundled)
- Confluence browser fixes (com.atlassian.confluence.plugins.editor-height-fix, Version: 2.0, Installed: bundled)
- Confluence daily summary email (com.atlassian.confluence.plugins.confluence-daily-summary-email, Version: 5.5.3, Installed: bundled)
- Content Action Menu Sections (confluence.content.action.menu, Version: 1.0, Installed: bundled)
- Content Buttons (confluence.sections.page.temp, Version: 1.0, Installed: bundled)
- Core Extractors (confluence.extractors.core, Version: 1.4, Installed: bundled)
- Core Filters (confluence.filters.core, Version: 1.0, Installed: bundled)
- Core Listeners (confluence.listeners.core, Version: 1.3, Installed: bundled)
- Core Path Converters (confluence.converters.core, Version: 1.0, Installed: bundled)
- Core Startup and Shutdown (confluence.lifecycle.core, Version: 1, Installed: bundled)
- Create Menu Items (confluence.sections.create, Version: 1.0, Installed: bundled)
- Crowd System Password Encoders (crowd.system.passwordencoders, Version: 1.0, Installed: bundled)
- Dashboard Macros (confluence.macros.dashboard, Version: 5.5.3, Installed: bundled)
- Default Macro Metadata Provider (confluence.macro.metadata.provider, Version: 1.0, Installed: bundled)
- Default Theme (com.atlassian.confluence.themes.default, Version: 1.0, Installed: bundled)
- Default section provider for content name search (confluence.search.contentname, Version: 1.0, Installed: bundled)
- Dialog Wizard (com.atlassian.confluence.plugins.dialog-wizard, Version: 0.6, Installed: bundled)
- Did You Mean Index Building Interface (confluence.sections.admin.indexing, Version: 1.0, Installed: bundled)
- Documentation Theme (com.atlassian.confluence.plugins.doctheme, Version: 5.5.3, Installed: bundled)
- Dynamic Task List 2 Plugin (confluence.extra.dynamictasklist2, Version: 4.2.5, Installed: bundled)
- Edit Settings Sections (confluence.sections.settings.edit, Version: 1.0, Installed: bundled)
- Editor Actions (confluence.editor.actions, Version: 1.0, Installed: bundled)
- Embedded Gadgets Plugin (com.atlassian.gadgets.embedded, Version: 3.3.5, Installed: bundled)
- Follow list resources (confluence.sections.user.follow.list, Version: 1.0, Installed: bundled)
- Gadget Directory Plugin (com.atlassian.gadgets.directory, Version: 3.3.5, Installed: bundled)
- Gadget Spec Publisher Plugin (com.atlassian.gadgets.publisher, Version: 3.3.5, Installed: bundled)
- Gadgets Plugin (com.atlassian.confluence.plugins.gadgets, Version: 5.5.3, Installed: bundled)
- Gadgets Plugin SPI (com.atlassian.confluence.plugins.gadgets.spi, Version: 5.5.3, Installed: bundled)
- Global Header Image Links (confluence.header.imagelinks, Version: 1.0, Installed: bundled)
- Global Labels Sections (confluence.sections.labels, Version: 1.0, Installed: bundled)
- Help Menu Items (confluence.sections.help, Version: 1.0, Installed: bundled)
- ICU4J (com.atlassian.bundles.icu4j-3.8.0.1, Version: 3.8.0.1, Installed: bundled)
- IM Presence NG Plugin (confluence.extra.impresence2, Version: 2.8.3, Installed: bundled)
- Information Macros (confluence.extra.information, Version: 2.0.22, Installed: bundled)
- Issue Status Plugin (com.atlassian.plugins.issue-status-plugin, Version: 1.1.4, Installed: bundled)
- JIRA Integration :: Plugin (com.atlassian.integration.jira.jira-integration-plugin, Version: 1.4.4-m1, Installed: bundled)
- JIRA Macros (confluence.extra.jira, Version: 5.5.4, Installed: bundled)
- JSON Library (com.atlassian.bundles.json-20070829.0.0.1, Version: 20070829.0.0.1, Installed: bundled)
- JSR 305 Annotations (com.atlassian.bundles.jsr305-1.0, Version: 1.0, Installed: bundled)
- Java Concurrency in Practice Annotations (com.springsource.net.jcip.annotations-1.0.0, Version: 1.0.0, Installed: bundled)
- Layout Macros (confluence.extra.layout, Version: 2.1.6, Installed: bundled)
- License REST plugin for Confluence (com.atlassian.confluence.plugins.confluence-license-rest, Version: 5.5.3, Installed: bundled)
- Live Search Macros (confluence.extra.livesearch, Version: 3.0.7, Installed: bundled)
- Lucene Boosting Strategies (confluence.search.lucene.boosting, Version: 1.0, Installed: bundled)
- Lucene Compatibility Plugin (com.atlassian.labs.lucene-compat-plugin, Version: 1.1.1, Installed: bundled)
- Lucene Searcher Initializers (confluence.search.lucene.initialisation, Version: 1.0, Installed: bundled)
- News Tabs (confluence.sections.news, Version: 1.0, Installed: bundled)
- Office Connector plugin (com.atlassian.confluence.extra.officeconnector, Version: 3.3.4, Installed: bundled)
- Opensocial Plugin (com.atlassian.gadgets.opensocial, Version: 3.3.5, Installed: bundled)
- Page Highlight Actions (com.atlassian.confluence.plugins.confluence-highlight-actions, Version: 1.5, Installed: bundled)
- Page Operations (confluence.sections.page.operations, Version: 1.0, Installed: bundled)
- Page Properties Macros (confluence.extra.masterdetail, Version: 4.1.2, Installed: bundled)
- Page Tabs (confluence.search.mappers.lucene, Version: 1.0, Installed: bundled)
- Page Tabs (confluence.sections.page, Version: 1.0, Installed: bundled)
- Page Tree Plugin (com.atlassian.confluence.plugins.pagetree, Version: 2.3.4, Installed: bundled)
- Profile Macros (confluence.macros.profile, Version: 1.0, Installed: bundled)
- Profile Picture (com.atlassian.confluence.plugins.profile-picture, Version: 1.6, Installed: bundled)
- Profile Tabs (confluence.sections.profile, Version: 1.0, Installed: bundled)
- Project Creation Capability Product REST Plugin (com.atlassian.plugins.atlassian-project-creation-plugin, Version: 1.2.4, Installed: bundled)
- Project Creation Plugin SPI for Confluence (com.atlassian.plugins.confluence-project-creation, Version: 1.2.4, Installed: bundled)
- Recently Viewed Plugin (com.atlassian.confluence.plugins.recently-viewed-plugin, Version: 3.10, Installed: bundled)
- Search Web Interface (confluence.sections.admin.generalconfig, Version: 1.0, Installed: bundled)
- Search Web Interface (confluence.sections.search.view, Version: 1.0, Installed: bundled)
- Share Page (com.atlassian.confluence.plugins.share-page, Version: 3.1.5, Installed: bundled)
- Space Admin Sections (confluence.sections.space.admin, Version: 1.0, Installed: bundled)
- Space Advanced Sections (confluence.sections.space.advanced, Version: 1.0, Installed: bundled)
- Space Browse Sections (confluence.sections.space.browse, Version: 1.0, Installed: bundled)
- Space Export Web Interface (confluence.sections.space.export.view, Version: 1.0, Installed: bundled)
- Space Item Tabs (confluence.sections.space, Version: 1.0, Installed: bundled)
- Space Labels Sections (confluence.sections.space.labels, Version: 1.0, Installed: bundled)
- Space Pages Sections (confluence.sections.space.pages, Version: 1.0, Installed: bundled)
- Space Tools Sections (confluence.sections.space.tools, Version: 1.0, Installed: bundled)
- Spring Interceptor Adapter Plugin (com.atlassian.plugins.atlassian-spring-interceptor-adapter-plugin-1.1, Version: 1.1, Installed: bundled)
- Status Macro (com.atlassian.confluence.plugins.status-macro, Version: 2.15, Installed: bundled)
- Streams API (com.atlassian.streams.streams-api-5.3.23, Version: 5.3.23, Installed: bundled)
- Streams Core Plugin (com.atlassian.streams.core, Version: 5.3.23, Installed: bundled)
- Streams Inline Actions Plugin (com.atlassian.streams.actions, Version: 5.3.23, Installed: bundled)
- Streams Plugin (com.atlassian.streams, Version: 5.3.23, Installed: bundled)
- Streams SPI (com.atlassian.streams.streams-spi-5.3.23, Version: 5.3.23, Installed: bundled)
- Support Healthcheck Plugin (com.atlassian.support.healthcheck.support-healthcheck-plugin, Version: 1.0.0, Installed: bundled)
- Support Tools Plugin (com.atlassian.support.stp, Version: 3.5.12, Installed: bundled)
- System Templates (com.atlassian.confluence.plugins.system-templates, Version: 5.5.3, Installed: bundled)
- System Web Components (confluence.web.components, Version: 1.0, Installed: bundled)
- System Web Panels (confluence.web.panels, Version: 1.0, Installed: bundled)
- System Web Panels (confluence.web.panel.renderers, Version: 1.0, Installed: bundled)
- System Web Resources (confluence.web.resources, Version: 1.0, Installed: bundled)
- TDM Merger (com.atlassian.plugins.confluence-tdm-merger, Version: 5.5.3, Installed: bundled)
- Table of Contents Plugin (org.randombits.confluence.toc, Version: 2.6.10, Installed: bundled)
- UWC Importer Admin Panel (com.atlassian.confluence.plugins.uwc.uwcimporter-adminpanel, Version: 2.0, Installed: bundled)
- Upgrade Administration Interface (confluence.sections.admin.upgrade, Version: 1.0, Installed: bundled)
- User Administration (confluence.admin.user, Version: 1.0, Installed: bundled)
- User Hover Menu Sections (confluence.user.hover.menu, Version: 1.0, Installed: bundled)
- User Lister (confluence.extra.userlister, Version: 2.6.1, Installed: bundled)
- User Menu Sections (confluence.user.menu, Version: 1.0, Installed: bundled)
- User Menu Sections (confluence.user.menu.concise, Version: 1.0, Installed: bundled)
- User Status (confluence.userstatus, Version: 1.0, Installed: bundled)
- View Profile Web Interface (confluence.sections.profile.view, Version: 1.0, Installed: bundled)
- View follow resources (confluence.sections.user.view.follow, Version: 1.0, Installed: bundled)
- WebDAV Plugin (confluence.extra.webdav, Version: 4.0.3, Installed: bundled)
- Widget Connector (com.atlassian.confluence.extra.widgetconnector, Version: 2.3.2, Installed: bundled)
- Wiki Markup Plugin (confluence.xhtml.wikimarkup, Version: 1.0, Installed: bundled)
- Wiki Renderer Components (confluence.renderer.components, Version: 1.0, Installed: bundled)
- Workbox - Common Plugin (com.atlassian.mywork.mywork-common-plugin, Version: 2.1.1, Installed: bundled)
- Workbox - Confluence Provider Plugin (com.atlassian.mywork.mywork-confluence-provider-plugin, Version: 2.1.1, Installed: bundled)
- Workbox - Host Plugin (com.atlassian.mywork.mywork-confluence-host-plugin, Version: 2.1.1, Installed: bundled)
- atlassian-failure-cache-plugin (com.atlassian.atlassian-failure-cache-plugin, Version: 0.14, Installed: bundled)
- atlassian-help-tips (com.atlassian.plugins.atlassian-help-tips, Version: 2.0, Installed: bundled)
- confluence-email-tracker (com.atlassian.confluence.plugins.confluence-email-tracker, Version: 1.0, Installed: bundled)
- confluence-feature-discovery-plugin (com.atlassian.confluence.plugins.confluence-feature-discovery-plugin, Version: 1.10.1, Installed: bundled)
- confluence-ui-components (com.atlassian.confluence.plugins.confluence-ui-components, Version: 1.4.15, Installed: bundled)
- jquery (com.atlassian.plugins.jquery, Version: 1.7.2, Installed: bundled)
- 2019-07-31 11:09:59,989 DEBUG [http-bio-8090-exec-9] [net.sf.hibernate.SQL] log select bucketprop0_.entity_name as entity_n1_0_, bucketprop0_.entity_id as entity_id0_, bucketprop0_.entity_key as entity_key0_, bucketprop0_.key_type as key_type0_, bucketprop0_.boolean_val as boolean_5_0_, bucketprop0_.double_val as double_val0_, bucketprop0_.string_val as string_val0_, bucketprop0_.text_val as text_val0_, bucketprop0_.long_val as long_val0_, bucketprop0_.int_val as int_val0_, bucketprop0_.date_val as date_val0_ from OS_PROPERTYENTRY bucketprop0_ where bucketprop0_.entity_name=? and bucketprop0_.entity_id=? and bucketprop0_.entity_key=?
- 2019-07-31 11:10:00,054 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:10:00,067 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:10:00,072 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:10:05,697 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select bucketprop0_.entity_name as entity_n1_0_, bucketprop0_.entity_id as entity_id0_, bucketprop0_.entity_key as entity_key0_, bucketprop0_.key_type as key_type0_, bucketprop0_.boolean_val as boolean_5_0_, bucketprop0_.double_val as double_val0_, bucketprop0_.string_val as string_val0_, bucketprop0_.text_val as text_val0_, bucketprop0_.long_val as long_val0_, bucketprop0_.int_val as int_val0_, bucketprop0_.date_val as date_val0_ from OS_PROPERTYENTRY bucketprop0_ where bucketprop0_.entity_name=? and bucketprop0_.entity_id=? and bucketprop0_.entity_key=?
- 2019-07-31 11:10:30,019 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:10:30,028 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:10:30,034 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:11:00,021 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:11:00,047 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:11:00,068 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:11:30,017 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:11:30,033 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:11:30,037 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:11:53,749 DEBUG [scheduler_Worker-4] [net.sf.hibernate.SQL] log select internalus2_.user_name as x0_0_ from cwd_membership hibernatem0_, cwd_group internalgr1_, cwd_user internalus2_ where hibernatem0_.child_user_id=internalus2_.id and ((hibernatem0_.child_group_id is null )and(internalgr1_.lower_group_name=? and hibernatem0_.parent_id=internalgr1_.id)and(internalgr1_.directory_id=? and hibernatem0_.parent_id=internalgr1_.id)and(internalgr1_.group_type=? and hibernatem0_.parent_id=internalgr1_.id)) order by internalus2_.lower_user_name
- 2019-07-31 11:11:53,758 DEBUG [scheduler_Worker-4] [net.sf.hibernate.SQL] log select internalus2_.user_name as x0_0_ from cwd_membership hibernatem0_, cwd_group internalgr1_, cwd_user internalus2_ where hibernatem0_.child_user_id=internalus2_.id and ((hibernatem0_.child_group_id is null )and(internalgr1_.lower_group_name=? and hibernatem0_.parent_id=internalgr1_.id)and(internalgr1_.directory_id=? and hibernatem0_.parent_id=internalgr1_.id)and(internalgr1_.group_type=? and hibernatem0_.parent_id=internalgr1_.id)) order by internalus2_.lower_user_name
- 2019-07-31 11:11:53,758 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:12:00,015 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:12:00,023 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:12:00,028 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:12:30,019 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:12:30,029 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:12:30,032 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:13:00,024 DEBUG [scheduler_Worker-2] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:13:00,034 DEBUG [scheduler_Worker-2] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:13:00,052 DEBUG [scheduler_Worker-2] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:13:30,011 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:13:30,015 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:13:30,018 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:14:00,016 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:14:00,023 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:14:00,027 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:14:14,633 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,730 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,740 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,756 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,771 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,794 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,831 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:14,902 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select bucketprop0_.entity_name as entity_n1_0_, bucketprop0_.entity_id as entity_id0_, bucketprop0_.entity_key as entity_key0_, bucketprop0_.key_type as key_type0_, bucketprop0_.boolean_val as boolean_5_0_, bucketprop0_.double_val as double_val0_, bucketprop0_.string_val as string_val0_, bucketprop0_.text_val as text_val0_, bucketprop0_.long_val as long_val0_, bucketprop0_.int_val as int_val0_, bucketprop0_.date_val as date_val0_ from OS_PROPERTYENTRY bucketprop0_ where bucketprop0_.entity_name=? and bucketprop0_.entity_id=? and bucketprop0_.entity_key=?
- 2019-07-31 11:14:29,169 INFO [Long running task: Importing data] [confluence.importexport.actions.ImportLongRunningTask] runInternal Beginning import by user admin
- 2019-07-31 11:14:29,365 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:29,405 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:29,428 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:29,471 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select bucketprop0_.entity_name as entity_n1_0_, bucketprop0_.entity_id as entity_id0_, bucketprop0_.entity_key as entity_key0_, bucketprop0_.key_type as key_type0_, bucketprop0_.boolean_val as boolean_5_0_, bucketprop0_.double_val as double_val0_, bucketprop0_.string_val as string_val0_, bucketprop0_.text_val as text_val0_, bucketprop0_.long_val as long_val0_, bucketprop0_.int_val as int_val0_, bucketprop0_.date_val as date_val0_ from OS_PROPERTYENTRY bucketprop0_ where bucketprop0_.entity_name=? and bucketprop0_.entity_id=? and bucketprop0_.entity_key=?
- 2019-07-31 11:14:30,028 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:14:30,036 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:14:30,044 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:14:32,505 DEBUG [http-bio-8090-exec-6] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:35,300 DEBUG [Long running task: Importing data] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:47,481 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:47,499 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:14:47,566 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:49,076 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:49,084 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select persistent0_.DECORATORID as DECORATO1_, persistent0_.SPACEKEY as SPACEKEY, persistent0_.DECORATORNAME as DECORATO3_, persistent0_.BODY as BODY, persistent0_.LASTMODDATE as LASTMODD5_ from DECORATOR persistent0_ where (persistent0_.DECORATORNAME=? )and(persistent0_.SPACEKEY is null )
- 2019-07-31 11:14:49,980 DEBUG [http-bio-8090-exec-5] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:14:52,483 DEBUG [http-bio-8090-exec-8] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:14:54,600 ERROR [Long running task: Importing data] [confluence.importexport.xmlimport.DefaultImportProcessor] persist Error while saving object: Imported[com.atlassian.synchrony.Events] [Property[partition]=0, Property[sequence]=324, Property[event]=8113c413c6138111ca11c744e213c21281169e14a037f6e6b4f4faedd8ecb0d8d6c7b3cad0eec8d9d5c4b4f2b04d81bd80128114a037f6e6b4f4faedd8ecb0d8d6c7b3cad0eec8d9d5c4b4f2b04d81bc8040128638b2b0b1b8adb0b3adb0b9d4b2b2bab5b9bab2b5aeb6b6b5da404213c6138111ca11c744e112c31281169e4040139481139312958213948113931295831394811393129586129a23ec433c40158327f5f3e5f2cbe5f959a0b8e1b8b0b0b0e5e5b5e1b6b6b6b7b8b4b0b1b5e1e3e2e2e4b4e3e6b1b0b0b0b326e2f2e1eee3e826ede1f3f4e5f2]
- -- referer: http://<confluence-host>/admin/backup.action | url: /admin/restore-local-file.action | userName: admin | action: restore-local-file
- 2019-07-31 11:14:54,603 ERROR [Long running task: Importing data] [confluence.importexport.xmlimport.BackupImporter] importEntities Cannot import the entities:
- -- referer: http://<confluence-host>/admin/backup.action | url: /admin/restore-local-file.action | userName: admin | action: restore-local-file
- com.atlassian.confluence.importexport.ImportExportException: Unable to complete import: Error while importing backup: com.atlassian.synchrony.Events
- at com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter.doImport(DefaultXmlImporter.java:76)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.importEntities(BackupImporter.java:404)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.importEverything(BackupImporter.java:372)
- at com.atlassian.confluence.importexport.xmlimport.FileBackupImporter.importEverything(FileBackupImporter.java:138)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter$1.doInTransactionWithoutResult(BackupImporter.java:210)
- at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
- at com.atlassian.confluence.importexport.xmlimport.RestorePluginStateStoreTransactionCallbackDecorator.doInTransaction(RestorePluginStateStoreTransactionCallbackDecorator.java:47)
- at com.atlassian.confluence.importexport.xmlimport.RestoreBandanaValuesTransactionCallbackDecorator.doInTransaction(RestoreBandanaValuesTransactionCallbackDecorator.java:48)
- at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.doImportInternal(BackupImporter.java:223)
- at com.atlassian.confluence.importexport.Importer.doImport(Importer.java:76)
- at com.atlassian.confluence.importexport.DefaultImportExportManager.performImportInternal(DefaultImportExportManager.java:82)
- at com.atlassian.confluence.importexport.DefaultImportExportManager.performImport(DefaultImportExportManager.java:72)
- 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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
- at com.sun.proxy.$Proxy122.performImport(Unknown Source)
- at com.atlassian.confluence.importexport.actions.ImportLongRunningTask.runInternal(ImportLongRunningTask.java:88)
- at com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask.run(ConfluenceAbstractLongRunningTask.java:26)
- at com.atlassian.confluence.util.longrunning.ManagedTask.run(ManagedTask.java:35)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
- 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)
- Caused by: org.xml.sax.SAXException: Error while importing backup: com.atlassian.synchrony.Events
- java.lang.ClassNotFoundException: com.atlassian.synchrony.Events
- at com.atlassian.confluence.importexport.xmlimport.parser.BackupParser.endElement(BackupParser.java:53)
- at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
- at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
- at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
- at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
- at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
- at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
- at com.atlassian.security.xml.RestrictedXMLReader.parse(RestrictedXMLReader.java:103)
- at com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter.parseBackup(DefaultXmlImporter.java:108)
- at com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter.doImport(DefaultXmlImporter.java:60)
- ... 31 more
- Caused by: java.lang.ClassNotFoundException: com.atlassian.synchrony.Events
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:195)
- at com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister.getClassForElement(ReflectiveObjectPersister.java:727)
- at com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister.persist(ReflectiveObjectPersister.java:138)
- at com.atlassian.confluence.importexport.xmlimport.DefaultImportProcessor.persist(DefaultImportProcessor.java:46)
- at com.atlassian.confluence.importexport.xmlimport.DefaultImportProcessor.processObject(DefaultImportProcessor.java:36)
- at com.atlassian.confluence.importexport.xmlimport.parser.BackupParser.endElement(BackupParser.java:49)
- ... 43 more
- 2019-07-31 11:14:54,621 DEBUG [scheduler_Worker-3] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:54,626 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:54,627 DEBUG [scheduler_Worker-3] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:54,629 DEBUG [scheduler_Worker-2] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:54,630 DEBUG [scheduler_Worker-10] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:54,633 DEBUG [scheduler_Worker-2] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:14:54,690 ERROR [Long running task: Importing data] [confluence.importexport.actions.ImportLongRunningTask] runInternal Failure during import
- -- referer: http://<confluence-host>/admin/backup.action | url: /admin/restore-local-file.action | userName: admin | action: restore-local-file
- com.atlassian.confluence.importexport.ImportExportException: com.atlassian.confluence.importexport.ImportExportException: Unable to complete import: Error while importing backup: com.atlassian.synchrony.Events
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.importEntities(BackupImporter.java:414)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.importEverything(BackupImporter.java:372)
- at com.atlassian.confluence.importexport.xmlimport.FileBackupImporter.importEverything(FileBackupImporter.java:138)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter$1.doInTransactionWithoutResult(BackupImporter.java:210)
- at org.springframework.transaction.support.TransactionCallbackWithoutResult.doInTransaction(TransactionCallbackWithoutResult.java:33)
- at com.atlassian.confluence.importexport.xmlimport.RestorePluginStateStoreTransactionCallbackDecorator.doInTransaction(RestorePluginStateStoreTransactionCallbackDecorator.java:47)
- at com.atlassian.confluence.importexport.xmlimport.RestoreBandanaValuesTransactionCallbackDecorator.doInTransaction(RestoreBandanaValuesTransactionCallbackDecorator.java:48)
- at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.doImportInternal(BackupImporter.java:223)
- at com.atlassian.confluence.importexport.Importer.doImport(Importer.java:76)
- at com.atlassian.confluence.importexport.DefaultImportExportManager.performImportInternal(DefaultImportExportManager.java:82)
- at com.atlassian.confluence.importexport.DefaultImportExportManager.performImport(DefaultImportExportManager.java:72)
- 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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
- at com.sun.proxy.$Proxy122.performImport(Unknown Source)
- at com.atlassian.confluence.importexport.actions.ImportLongRunningTask.runInternal(ImportLongRunningTask.java:88)
- at com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask.run(ConfluenceAbstractLongRunningTask.java:26)
- at com.atlassian.confluence.util.longrunning.ManagedTask.run(ManagedTask.java:35)
- at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
- 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)
- Caused by: com.atlassian.confluence.importexport.ImportExportException: Unable to complete import: Error while importing backup: com.atlassian.synchrony.Events
- at com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter.doImport(DefaultXmlImporter.java:76)
- at com.atlassian.confluence.importexport.xmlimport.BackupImporter.importEntities(BackupImporter.java:404)
- ... 30 more
- Caused by: org.xml.sax.SAXException: Error while importing backup: com.atlassian.synchrony.Events
- java.lang.ClassNotFoundException: com.atlassian.synchrony.Events
- at com.atlassian.confluence.importexport.xmlimport.parser.BackupParser.endElement(BackupParser.java:53)
- at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
- at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
- at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
- at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
- at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
- at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
- at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
- at com.atlassian.security.xml.RestrictedXMLReader.parse(RestrictedXMLReader.java:103)
- at com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter.parseBackup(DefaultXmlImporter.java:108)
- at com.atlassian.confluence.importexport.xmlimport.DefaultXmlImporter.doImport(DefaultXmlImporter.java:60)
- ... 31 more
- Caused by: java.lang.ClassNotFoundException: com.atlassian.synchrony.Events
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1702)
- at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1547)
- at java.lang.Class.forName0(Native Method)
- at java.lang.Class.forName(Class.java:195)
- at com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister.getClassForElement(ReflectiveObjectPersister.java:727)
- at com.atlassian.confluence.importexport.xmlimport.persister.ReflectiveObjectPersister.persist(ReflectiveObjectPersister.java:138)
- at com.atlassian.confluence.importexport.xmlimport.DefaultImportProcessor.persist(DefaultImportProcessor.java:46)
- at com.atlassian.confluence.importexport.xmlimport.DefaultImportProcessor.processObject(DefaultImportProcessor.java:36)
- at com.atlassian.confluence.importexport.xmlimport.parser.BackupParser.endElement(BackupParser.java:49)
- ... 43 more
- 2019-07-31 11:14:54,984 DEBUG [http-bio-8090-exec-1] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:14:57,479 DEBUG [http-bio-8090-exec-6] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:14:59,981 DEBUG [http-bio-8090-exec-7] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:00,005 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,010 DEBUG [scheduler_Worker-3] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,020 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,021 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,020 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,020 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,028 DEBUG [scheduler_Worker-5] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,032 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,027 DEBUG [scheduler_Worker-3] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,038 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:15:00,036 DEBUG [http-bio-8090-exec-3] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:00,045 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:15:00,032 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:00,052 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log insert into CLUSTERSAFETY (SAFETYNUMBER, CLUSTERSAFETYID) values (?, ?)
- 2019-07-31 11:15:02,489 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:04,982 DEBUG [http-bio-8090-exec-4] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:07,480 DEBUG [http-bio-8090-exec-9] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:09,979 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:12,484 DEBUG [http-bio-8090-exec-5] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:14,979 DEBUG [http-bio-8090-exec-8] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:15,022 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:15,032 DEBUG [scheduler_Worker-7] [net.sf.hibernate.SQL] log select confluence0_.BANDANAID as BANDANAID, confluence0_.BANDANACONTEXT as BANDANAC2_, confluence0_.BANDANAKEY as BANDANAKEY, confluence0_.BANDANAVALUE as BANDANAV4_ from BANDANA confluence0_ where (confluence0_.BANDANACONTEXT=? )and(confluence0_.BANDANAKEY=? )
- 2019-07-31 11:15:17,488 DEBUG [http-bio-8090-exec-1] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:19,983 DEBUG [http-bio-8090-exec-6] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:22,484 DEBUG [http-bio-8090-exec-7] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:24,981 DEBUG [http-bio-8090-exec-3] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:27,483 DEBUG [http-bio-8090-exec-2] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:30,018 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:15:30,024 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:15:30,032 DEBUG [scheduler_Worker-9] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:15:30,573 DEBUG [http-bio-8090-exec-4] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:30,573 DEBUG [http-bio-8090-exec-9] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:15:32,572 DEBUG [http-bio-8090-exec-10] [net.sf.hibernate.SQL] log select confluence0_.user_key as user_key0_, confluence0_.username as username0_, confluence0_.lower_username as lower_us3_0_ from user_mapping confluence0_ where confluence0_.user_key=?
- 2019-07-31 11:16:00,033 DEBUG [scheduler_Worker-1] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:16:00,072 DEBUG [scheduler_Worker-1] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:16:00,113 DEBUG [scheduler_Worker-1] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
- 2019-07-31 11:16:30,013 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:16:30,020 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log select clustersaf0_.CLUSTERSAFETYID as CLUSTERS1_, clustersaf0_.SAFETYNUMBER as SAFETYNU2_ from CLUSTERSAFETY clustersaf0_
- 2019-07-31 11:16:30,024 DEBUG [scheduler_Worker-8] [net.sf.hibernate.SQL] log update CLUSTERSAFETY set SAFETYNUMBER=? where CLUSTERSAFETYID=?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement