0
Answered
if i want to deploy in AWS instance. What should i give for the server address?
for local deployment we give localhost but what about AWS ec2-instance ?
Customer support service by UserEcho
MyCollab runs with the Undertow embedded server. So it likes other java web application runs on EC2 or any dedicated server. You may need to configure your domain name point to EC2 instance, and the minor changes in your EC2 will make it works.
For example, we installed the Mycollab cloud on EC2, and we use Nginx as the reverse proxy server to listen to any request then forward to the MyCollab running instance.
Do you have any documentation for this EC2 ?
May not exactly what we did but it is the reference https://www.linode.com/docs/development/java/how-to-deploy-spring-boot-applications-nginx-ubuntu-16-04/.
whenever I give my AWS instance IP address in the setup page.
it is failing and in logs it says hikaripool initiated
hikaripool shutdown.
in local I'm giving 127.0.0.1 and it is working fine.
I'm not understanding what's the problem with AWS.
can you help out #Nguygen
Could you give me the full log, as well as the file application.properties in the folder %MYCOLLAB_HOME%/config?
11:28:33,175 WARN c.z.h.p.HikariPool:758 - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=9h11m2s725ms725µs515ns).
11:28:44,325 WARN c.z.h.p.PoolBase:173 - HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@707484 (No operations allowed after connection closed.)
11:28:41,337 WARN c.z.h.p.PoolBase:173 - HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@f9b6fa (No operations allowed after connection closed.)
11:28:34,228 ERROR o.a.j.c.u.d.ConnectionHelper:556 - Failed to execute SQL (stacktrace on DEBUG log level): com.mysql.cj.jdbc.exceptions.CommunicationsException: The last packet successfully received from the server was 33,069,091 milliseconds ago. The last packet sent successfully to the server was 33,069,197 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
11:28:33,175 ERROR o.a.j.c.u.d.ConnectionHelper:556 - Failed to execute SQL (stacktrace on DEBUG log level): com.mysql.cj.jdbc.exceptions.CommunicationsException: The last packet successfully received from the server was 33,070,079 milliseconds ago. The last packet sent successfully to the server was 33,070,183 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
11:28:50,243 WARN c.z.h.p.PoolBase:173 - HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@56c54b (No operations allowed after connection closed.)
11:29:16,352 WARN c.z.h.p.HikariPool:758 - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s317ms722µs829ns).
13:38:54,610 INFO c.m.s.DefaultServerRunner:87 - Starting DefaultServerRunner v6.0.0 on DESKTOP-AR5QGNH with PID 24392 (C:\Users\pavan\work\testing\mycollab\mycollab-app-community\target\MyCollab-6.0.0\MyCollab-6.0.0\lib\mycollab-server-runner-6.0.0.jar started by pavan in C:\Users\pavan\work\testing\mycollab\mycollab-app-community\target\MyCollab-6.0.0\MyCollab-6.0.0)
13:38:54,650 INFO c.m.s.DefaultServerRunner:87 - No active profile set, falling back to default profiles: default
13:38:55,107 INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:87 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@119fb47: startup date [Sun Jan 06 13:38:55 EST 2019]; root of context hierarchy
13:39:05,950 INFO o.xnio:104 - XNIO version 3.3.8.Final
13:39:06,021 INFO o.x.nio:55 - XNIO NIO Implementation Version 3.3.8.Final
13:39:06,514 WARN i.u.w.jsr:67 - UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
13:39:06,515 WARN i.u.w.jsr:76 - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
13:39:06,636 INFO i.u.servlet:360 - Initializing Spring embedded WebApplicationContext
13:39:06,637 INFO o.s.w.c.ContextLoader:87 - Root WebApplicationContext: initialization completed in 11529 ms
13:39:07,138 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet appServlet mapped to [/*]
13:39:07,160 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet confirmEmailHandler mapped to [/user/confirm_signup/*]
13:39:07,161 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet resetPasswordHandler mapped to [/user/recoverypassword/action/*]
13:39:07,162 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet appExceptionServletHandler mapped to [/error]
13:39:07,162 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet tooltipGeneratorServletRequestHandler mapped to [/tooltip/*]
13:39:07,162 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet fileUploadServlet mapped to [/page/upload]
13:39:07,176 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet checkAppStartedServlet mapped to [/checkStarted]
13:39:07,177 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet assetHandler mapped to [/assets/*]
13:39:07,177 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet resourceGetHandler mapped to [/file/*]
13:39:07,177 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet userAvatarHttpServletRequestHandler mapped to [/file/avatar/*]
13:39:07,178 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet dispatcherServlet mapped to [/]
13:39:07,184 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'characterEncodingFilter' to: [/*]
13:39:07,186 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
13:39:07,186 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
13:39:07,186 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'requestContextFilter' to: [/*]
13:39:07,824 INFO o.f.c.i.u.VersionPrinter:49 - Flyway Community Edition 5.1.1 by Boxfuse
13:39:07,829 INFO c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
13:39:07,831 WARN c.z.h.u.DriverDataSource:68 - Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
13:39:10,044 INFO c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
13:39:10,056 INFO o.f.c.i.d.DatabaseFactory:49 - Database: jdbc:mysql://storedatabase.cwaegkem2b25.us-west-2.rds.amazonaws.com:3306/mycollab (MySQL 5.7)
13:39:11,591 INFO o.f.c.i.c.DbMigrate:49 - Current version of schema `mycollab`: 20180531.1
13:39:11,696 INFO o.f.c.i.c.DbMigrate:49 - Schema `mycollab` is up to date. No migration necessary.
13:39:12,488 INFO c.m.s.FreeMarkerConfiguration:87 - No FreeMarker TemplateLoaders specified
13:39:21,497 WARN o.i.m.DefaultCacheManager:241 - ISPN000435: Cache manager initialized with a default cache configuration but without a name for it. Set it in the GlobalConfiguration.
13:39:22,581 INFO o.i.f.GlobalComponentRegistry:244 - ISPN000128: Infinispan version: Infinispan 'Bastille' 9.1.7.Final
13:39:35,120 WARN o.a.j.c.u.RepositoryLock:134 - Existing lock file C:\Users\pavan\work\testing\mycollab\mycollab-app-community\target\MyCollab-6.0.0\MyCollab-6.0.0\repo2\content-workspace\.lock detected. Repository was not shut down properly.
13:39:35,156 INFO o.a.j.c.RepositoryImpl:259 - Starting repository...
13:39:43,099 INFO o.a.j.c.j.DatabaseJournal:374 - Initialized local revision to 304
13:39:43,101 INFO o.a.j.c.j.DatabaseJournal:383 - Cluster revision janitor thread not started
13:39:43,102 INFO o.a.j.c.j.DatabaseJournal:280 - DatabaseJournal initialized.
13:39:46,193 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'default2'...
13:39:49,028 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'default2' initialized
13:39:49,046 INFO o.a.j.c.RepositoryImpl:455 - SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
13:39:49,048 INFO o.a.j.c.s.s.SimpleSecurityManager:137 - init: using Repository LoginModule configuration for Jackrabbit
13:39:49,710 INFO o.a.j.c.RepositoryImpl:367 - Repository started (14554ms)
13:39:49,808 INFO c.m.m.e.ContentSessionFactory:40 - Register node types
13:39:50,110 INFO c.m.m.e.ContentSessionFactory:66 - Register mycollab content type
13:40:02,678 WARN o.a.j.c.u.RepositoryLock:134 - Existing lock file C:\Users\pavan\work\testing\mycollab\mycollab-app-community\target\MyCollab-6.0.0\MyCollab-6.0.0\repo2\wiki-workspace\.lock detected. Repository was not shut down properly.
13:40:02,679 INFO o.a.j.c.RepositoryImpl:259 - Starting repository...
13:40:09,825 INFO o.a.j.c.j.DatabaseJournal:374 - Initialized local revision to 225
13:40:09,827 INFO o.a.j.c.j.DatabaseJournal:383 - Cluster revision janitor thread not started
13:40:09,828 INFO o.a.j.c.j.DatabaseJournal:280 - DatabaseJournal initialized.
13:40:12,507 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'wiki'...
13:40:15,108 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'wiki' initialized
13:40:15,110 INFO o.a.j.c.RepositoryImpl:455 - SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
13:40:15,111 INFO o.a.j.c.s.s.SimpleSecurityManager:137 - init: using Repository LoginModule configuration for Jackrabbit
13:40:15,730 INFO o.a.j.c.RepositoryImpl:367 - Repository started (13051ms)
13:40:15,763 INFO c.m.m.p.PageSessionFactory:41 - Register node types
13:40:15,973 INFO c.m.m.p.PageSessionFactory:67 - Register mycollab content type
13:40:30,366 INFO c.m.v.m.s.ComponentScannerService:51 - Started resolving view and presenter classes
13:40:54,395 INFO c.m.v.m.s.ComponentScannerService:61 - Resolved view and presenter classes com.mycollab.vaadin.mvp.service.ComponentScannerService@169234b that has 161 view classes and 153 presenter classes
13:40:54,979 INFO o.q.i.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
13:40:54,995 INFO o.q.s.SimpleThreadPool:268 - Job execution threads will use class loader of thread: main
13:40:55,022 INFO o.q.c.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
13:40:55,023 INFO o.q.c.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
13:40:55,026 INFO o.q.s.RAMJobStore:155 - RAMJobStore initialized.
13:40:55,028 INFO o.q.c.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
13:40:55,029 INFO o.q.i.StdSchedulerFactory:1362 - Quartz scheduler 'scheduler' initialized from an externally provided properties instance.
13:40:55,029 INFO o.q.i.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
13:40:55,030 INFO o.q.c.QuartzScheduler:2287 - JobFactory set to: com.mycollab.schedule.AutowiringSpringBeanJobFactory@c305ef
13:40:56,006 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
13:40:56,605 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter:87 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@119fb47: startup date [Sun Jan 06 13:38:55 EST 2019]; root of context hierarchy
13:40:56,826 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping:87 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
13:40:56,830 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping:87 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
13:40:56,921 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
13:40:56,921 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
13:40:58,031 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Registering beans for JMX exposure on startup
13:40:58,036 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Bean with name 'dataSource' has been autodetected for JMX exposure
13:40:58,062 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
13:40:58,093 INFO o.s.c.s.DefaultLifecycleProcessor:87 - Starting beans in phase 2147483647
13:40:58,094 INFO o.s.s.q.SchedulerFactoryBean:87 - Starting Quartz Scheduler now
13:40:58,095 INFO o.q.c.QuartzScheduler:547 - Scheduler scheduler_$_NON_CLUSTERED started.
13:40:58,097 INFO c.m.s.ContextStartedListener:44 - MyCollab is ready for usage
13:40:58,611 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler mapped to context-path: /*
13:40:58,611 INFO o.a.c.AtmosphereFramework:588 - Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler
13:40:58,622 INFO o.a.u.IOUtils:588 - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
13:40:58,767 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
13:40:58,814 INFO o.a.c.AtmosphereFramework:588 - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
13:40:58,829 INFO o.a.c.JSR356AsyncSupport:588 - JSR 356 Mapping path /{path}
13:40:58,835 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}
13:40:58,862 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}
13:40:58,862 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}
13:40:58,863 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}/{path2}
13:40:58,864 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}/{path2}/{path3}
13:40:58,865 INFO o.a.c.AtmosphereFramework:588 - Installing Default AtmosphereInterceptors
13:40:58,866 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
13:40:58,866 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
13:40:58,867 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
13:40:58,868 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
13:40:58,869 INFO o.a.c.AtmosphereFramework:588 - Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
13:40:58,870 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
13:40:58,871 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
13:40:58,874 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
13:40:58,876 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
13:40:58,876 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
13:40:58,877 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
13:40:58,877 INFO o.a.c.AtmosphereFramework:588 - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
13:40:58,886 INFO o.a.c.AtmosphereFramework:588 - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
13:40:58,887 INFO o.a.c.AtmosphereFramework:588 - Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
13:40:58,887 INFO o.a.c.AtmosphereFramework:588 - Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
13:40:58,888 INFO o.a.c.AtmosphereFramework:588 - Broadcaster Polling Wait Time 100
13:40:58,889 INFO o.a.c.AtmosphereFramework:588 - Shared ExecutorService supported: true
13:40:58,890 INFO o.a.c.AtmosphereFramework:588 - Messaging Thread Pool Size: Unlimited
13:40:58,891 INFO o.a.c.AtmosphereFramework:588 - Async I/O Thread Pool Size: 200
13:40:58,892 INFO o.a.c.AtmosphereFramework:588 - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
13:40:58,893 INFO o.a.c.AtmosphereFramework:588 - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
13:40:58,896 INFO o.a.c.AtmosphereFramework:588 - Invoke AtmosphereInterceptor on WebSocket message true
13:40:58,897 INFO o.a.c.AtmosphereFramework:588 - HttpSession supported: true
13:40:58,897 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
13:40:58,899 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Undertow - 1.4.25.Final using javax.servlet/3.0 and jsr356/WebSocket API
13:40:58,899 INFO o.a.c.AtmosphereFramework:588 - Atmosphere Framework 2.2.9.vaadin2 started.
13:40:58,904 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
13:40:59,187 INFO o.s.b.w.e.u.UndertowServletWebServer:87 - Undertow started on port(s) 8080 (http) with context path ''
13:40:59,201 INFO c.m.s.DefaultServerRunner:87 - Started DefaultServerRunner in 127.996 seconds (JVM running for 136.743)
13:43:20,746 INFO c.m.w.DesktopApplication:311 - Get billing account successfully - Pricing: 0.0, User: vtej27@gmail.com - vtej27
19:03:14,367 INFO c.m.s.DefaultServerRunner:87 - Starting DefaultServerRunner v6.0.0 on ip-172-31-24-29 with PID 20104 (/home/ubuntu/MyCollab-6.0.0/MyCollab-6.0.0/lib/mycollab-server-runner-6.0.0.jar started by ubuntu in /home/ubuntu/MyCollab-6.0.0/MyCollab-6.0.0)
19:03:14,372 INFO c.m.s.DefaultServerRunner:87 - The following profiles are active: setup
19:03:14,425 INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:87 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@15eb5ee5: startup date [Sun Jan 06 19:03:14 UTC 2019]; root of context hierarchy
19:03:15,925 INFO o.xnio:104 - XNIO version 3.3.8.Final
19:03:15,939 INFO o.x.nio:55 - XNIO NIO Implementation Version 3.3.8.Final
19:03:16,013 WARN i.u.w.jsr:67 - UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
19:03:16,014 WARN i.u.w.jsr:76 - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
19:03:16,041 INFO i.u.servlet:360 - Initializing Spring embedded WebApplicationContext
19:03:16,041 INFO o.s.w.c.ContextLoader:87 - Root WebApplicationContext: initialization completed in 1617 ms
19:03:16,201 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet assetHttpServletRequestHandler mapped to [/assets/*]
19:03:16,203 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet databaseValidateServlet mapped to [/validate]
19:03:16,203 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet emailValidationServlet mapped to [/emailValidate]
19:03:16,203 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet installationServlet mapped to [/install]
19:03:16,204 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet setupServlet mapped to [/]
19:03:16,204 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet dispatcherServlet mapped to [/]
19:03:16,206 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'characterEncodingFilter' to: [/*]
19:03:16,207 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
19:03:16,207 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
19:03:16,208 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'requestContextFilter' to: [/*]
19:03:16,359 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
19:03:16,532 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter:87 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@15eb5ee5: startup date [Sun Jan 06 19:03:14 UTC 2019]; root of context hierarchy
19:03:16,585 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping:87 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
19:03:16,586 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping:87 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
19:03:16,616 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
19:03:16,616 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
19:03:16,906 WARN o.i.m.DefaultCacheManager:241 - ISPN000435: Cache manager initialized with a default cache configuration but without a name for it. Set it in the GlobalConfiguration.
19:03:17,172 INFO o.i.f.GlobalComponentRegistry:244 - ISPN000128: Infinispan version: Infinispan 'Bastille' 9.1.7.Final
19:03:17,340 INFO o.q.i.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
19:03:17,353 INFO o.q.c.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
19:03:17,353 INFO o.q.c.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
19:03:17,354 INFO o.q.s.RAMJobStore:155 - RAMJobStore initialized.
19:03:17,355 INFO o.q.c.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
19:03:17,355 INFO o.q.i.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
19:03:17,355 INFO o.q.i.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
19:03:17,356 INFO o.q.c.QuartzScheduler:2287 - JobFactory set to: org.springframework.boot.autoconfigure.quartz.AutowireCapableBeanJobFactory@11900483
19:03:17,448 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Registering beans for JMX exposure on startup
19:03:17,460 INFO o.s.c.s.DefaultLifecycleProcessor:87 - Starting beans in phase 2147483647
19:03:17,461 INFO o.s.s.q.SchedulerFactoryBean:87 - Starting Quartz Scheduler now
19:03:17,461 INFO o.q.c.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.
19:03:17,558 INFO o.s.b.w.e.u.UndertowServletWebServer:87 - Undertow started on port(s) 8080 (http) with context path ''
19:03:17,564 INFO c.m.s.DefaultServerRunner:87 - Started DefaultServerRunner in 3.762 seconds (JVM running for 4.187)
20:14:46,316 INFO c.m.i.s.InstallationServlet:43 - Try to install MyCollab
20:14:52,731 INFO o.q.c.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
20:14:52,731 INFO o.q.c.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
20:14:52,732 INFO o.q.c.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
20:14:52,732 INFO o.q.c.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
20:14:54,081 INFO c.m.s.DefaultServerRunner:87 - Starting DefaultServerRunner v6.0.0 on ip-172-31-24-29 with PID 20539 (/home/ubuntu/MyCollab-6.0.0/MyCollab-6.0.0/lib/mycollab-server-runner-6.0.0.jar started by ubuntu in /home/ubuntu/MyCollab-6.0.0/MyCollab-6.0.0)
20:14:54,085 INFO c.m.s.DefaultServerRunner:87 - No active profile set, falling back to default profiles: default
20:14:54,145 INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:87 - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7193666c: startup date [Sun Jan 06 20:14:54 UTC 2019]; root of context hierarchy
20:14:57,613 INFO o.xnio:104 - XNIO version 3.3.8.Final
20:14:57,627 INFO o.x.nio:55 - XNIO NIO Implementation Version 3.3.8.Final
20:14:57,688 WARN i.u.w.jsr:67 - UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
20:14:57,688 WARN i.u.w.jsr:76 - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
20:14:57,708 INFO i.u.servlet:360 - Initializing Spring embedded WebApplicationContext
20:14:57,709 INFO o.s.w.c.ContextLoader:87 - Root WebApplicationContext: initialization completed in 3564 ms
20:14:57,973 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet appServlet mapped to [/*]
20:14:57,976 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet confirmEmailHandler mapped to [/user/confirm_signup/*]
20:14:57,976 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet resetPasswordHandler mapped to [/user/recoverypassword/action/*]
20:14:57,977 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet appExceptionServletHandler mapped to [/error]
20:14:57,977 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet tooltipGeneratorServletRequestHandler mapped to [/tooltip/*]
20:14:57,977 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet fileUploadServlet mapped to [/page/upload]
20:14:57,978 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet checkAppStartedServlet mapped to [/checkStarted]
20:14:57,979 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet assetHandler mapped to [/assets/*]
20:14:57,979 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet resourceGetHandler mapped to [/file/*]
20:14:57,980 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet userAvatarHttpServletRequestHandler mapped to [/file/avatar/*]
20:14:57,980 INFO o.s.b.w.s.ServletRegistrationBean:87 - Servlet dispatcherServlet mapped to [/]
20:14:57,983 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'characterEncodingFilter' to: [/*]
20:14:57,983 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
20:14:57,984 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'httpPutFormContentFilter' to: [/*]
20:14:57,984 INFO o.s.b.w.s.FilterRegistrationBean:87 - Mapping filter: 'requestContextFilter' to: [/*]
20:14:58,185 INFO o.f.c.i.u.VersionPrinter:49 - Flyway Community Edition 5.1.1 by Boxfuse
20:14:58,188 INFO c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...
20:14:58,189 WARN c.z.h.u.DriverDataSource:68 - Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
20:14:58,372 INFO c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.
20:14:58,376 INFO o.f.c.i.d.DatabaseFactory:49 - Database: jdbc:mysql://storedatabase.cwaegkem2b25.us-west-2.rds.amazonaws.com:3306/mycollab (MySQL 5.7)
20:14:58,589 INFO o.f.c.i.c.DbMigrate:49 - Current version of schema `mycollab`: 20180531.1
20:14:58,591 INFO o.f.c.i.c.DbMigrate:49 - Schema `mycollab` is up to date. No migration necessary.
20:14:58,676 INFO c.m.s.FreeMarkerConfiguration:87 - No FreeMarker TemplateLoaders specified
20:15:03,029 WARN o.i.m.DefaultCacheManager:241 - ISPN000435: Cache manager initialized with a default cache configuration but without a name for it. Set it in the GlobalConfiguration.
20:15:03,334 INFO o.i.f.GlobalComponentRegistry:244 - ISPN000128: Infinispan version: Infinispan 'Bastille' 9.1.7.Final
20:15:03,696 WARN o.a.j.c.u.RepositoryLock:134 - Existing lock file /home/ubuntu/MyCollab-6.0.0/MyCollab-6.0.0/repo2/content-workspace/.lock detected. Repository was not shut down properly.
20:15:03,698 INFO o.a.j.c.RepositoryImpl:259 - Starting repository...
20:15:03,948 INFO o.a.j.c.j.DatabaseJournal:374 - Initialized local revision to 308
20:15:03,949 INFO o.a.j.c.j.DatabaseJournal:383 - Cluster revision janitor thread not started
20:15:03,950 INFO o.a.j.c.j.DatabaseJournal:280 - DatabaseJournal initialized.
20:15:04,636 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'default2'...
20:15:04,715 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'default2' initialized
20:15:04,717 INFO o.a.j.c.RepositoryImpl:455 - SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
20:15:04,718 INFO o.a.j.c.s.s.SimpleSecurityManager:137 - init: using Repository LoginModule configuration for Jackrabbit
20:15:04,729 INFO o.a.j.c.RepositoryImpl:367 - Repository started (1031ms)
20:15:04,771 INFO c.m.m.e.ContentSessionFactory:40 - Register node types
20:15:04,795 INFO c.m.m.e.ContentSessionFactory:66 - Register mycollab content type
20:15:05,626 WARN o.a.j.c.u.RepositoryLock:134 - Existing lock file /home/ubuntu/MyCollab-6.0.0/MyCollab-6.0.0/repo2/wiki-workspace/.lock detected. Repository was not shut down properly.
20:15:05,627 INFO o.a.j.c.RepositoryImpl:259 - Starting repository...
20:15:05,708 INFO o.a.j.c.j.DatabaseJournal:374 - Initialized local revision to 229
20:15:05,709 INFO o.a.j.c.j.DatabaseJournal:383 - Cluster revision janitor thread not started
20:15:05,710 INFO o.a.j.c.j.DatabaseJournal:280 - DatabaseJournal initialized.
20:15:05,731 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'wiki'...
20:15:05,756 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'wiki' initialized
20:15:05,757 INFO o.a.j.c.RepositoryImpl:455 - SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager
20:15:05,757 INFO o.a.j.c.s.s.SimpleSecurityManager:137 - init: using Repository LoginModule configuration for Jackrabbit
20:15:05,761 INFO o.a.j.c.RepositoryImpl:367 - Repository started (134ms)
20:15:05,766 INFO c.m.m.p.PageSessionFactory:41 - Register node types
20:15:05,769 INFO c.m.m.p.PageSessionFactory:67 - Register mycollab content type
20:15:06,313 INFO c.m.v.m.s.ComponentScannerService:51 - Started resolving view and presenter classes
20:15:13,521 INFO c.m.v.m.s.ComponentScannerService:61 - Resolved view and presenter classes com.mycollab.vaadin.mvp.service.ComponentScannerService@1ff55ec8 that has 161 view classes and 153 presenter classes
20:15:14,526 INFO o.q.i.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor
20:15:14,529 INFO o.q.s.SimpleThreadPool:268 - Job execution threads will use class loader of thread: main
20:15:14,541 INFO o.q.c.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
20:15:14,542 INFO o.q.c.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.
20:15:14,544 INFO o.q.s.RAMJobStore:155 - RAMJobStore initialized.
20:15:14,546 INFO o.q.c.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'scheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
20:15:14,546 INFO o.q.i.StdSchedulerFactory:1362 - Quartz scheduler 'scheduler' initialized from an externally provided properties instance.
20:15:14,547 INFO o.q.i.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0
20:15:14,547 INFO o.q.c.QuartzScheduler:2287 - JobFactory set to: com.mycollab.schedule.AutowiringSpringBeanJobFactory@76034fc0
20:15:14,869 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
20:15:15,161 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter:87 - Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@7193666c: startup date [Sun Jan 06 20:14:54 UTC 2019]; root of context hierarchy
20:15:15,256 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping:87 - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
20:15:15,257 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping:87 - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
20:15:15,307 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
20:15:15,308 INFO o.s.w.s.h.SimpleUrlHandlerMapping:87 - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
20:15:15,688 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Registering beans for JMX exposure on startup
20:15:15,693 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Bean with name 'dataSource' has been autodetected for JMX exposure
20:15:15,707 INFO o.s.j.e.a.AnnotationMBeanExporter:87 - Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
20:15:15,714 INFO o.s.c.s.DefaultLifecycleProcessor:87 - Starting beans in phase 2147483647
20:15:15,715 INFO o.s.s.q.SchedulerFactoryBean:87 - Starting Quartz Scheduler now
20:15:15,716 INFO o.q.c.QuartzScheduler:547 - Scheduler scheduler_$_NON_CLUSTERED started.
20:15:15,717 INFO c.m.s.ContextStartedListener:44 - MyCollab is ready for usage
20:15:15,780 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler mapped to context-path: /*
20:15:15,781 INFO o.a.c.AtmosphereFramework:588 - Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler
20:15:15,786 INFO o.a.u.IOUtils:588 - META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader
20:15:15,799 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
20:15:15,807 INFO o.a.c.AtmosphereFramework:588 - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
20:15:15,814 INFO o.a.c.JSR356AsyncSupport:588 - JSR 356 Mapping path /{path}
20:15:15,817 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}
20:15:15,820 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}
20:15:15,820 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}
20:15:15,820 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}/{path2}
20:15:15,821 INFO i.u.w.jsr:739 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}/{path2}/{path3}
20:15:15,822 INFO o.a.c.AtmosphereFramework:588 - Installing Default AtmosphereInterceptors
20:15:15,822 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
20:15:15,823 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
20:15:15,823 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
20:15:15,824 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
20:15:15,825 INFO o.a.c.AtmosphereFramework:588 - Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
20:15:15,825 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
20:15:15,826 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
20:15:15,828 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
20:15:15,828 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
20:15:15,829 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
20:15:15,829 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
20:15:15,830 INFO o.a.c.AtmosphereFramework:588 - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
20:15:15,834 INFO o.a.c.AtmosphereFramework:588 - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
20:15:15,834 INFO o.a.c.AtmosphereFramework:588 - Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
20:15:15,834 INFO o.a.c.AtmosphereFramework:588 - Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
20:15:15,835 INFO o.a.c.AtmosphereFramework:588 - Broadcaster Polling Wait Time 100
20:15:15,835 INFO o.a.c.AtmosphereFramework:588 - Shared ExecutorService supported: true
20:15:15,836 INFO o.a.c.AtmosphereFramework:588 - Messaging Thread Pool Size: Unlimited
20:15:15,836 INFO o.a.c.AtmosphereFramework:588 - Async I/O Thread Pool Size: 200
20:15:15,836 INFO o.a.c.AtmosphereFramework:588 - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
20:15:15,837 INFO o.a.c.AtmosphereFramework:588 - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
20:15:15,839 INFO o.a.c.AtmosphereFramework:588 - Invoke AtmosphereInterceptor on WebSocket message true
20:15:15,839 INFO o.a.c.AtmosphereFramework:588 - HttpSession supported: true
20:15:15,840 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
20:15:15,841 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Undertow - 1.4.25.Final using javax.servlet/3.0 and jsr356/WebSocket API
20:15:15,842 INFO o.a.c.AtmosphereFramework:588 - Atmosphere Framework 2.2.9.vaadin2 started.
20:15:15,845 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
20:15:15,949 INFO o.q.c.QuartzScheduler:585 - Scheduler scheduler_$_NON_CLUSTERED paused.
20:15:15,951 INFO o.q.c.QuartzScheduler:666 - Scheduler scheduler_$_NON_CLUSTERED shutting down.
20:15:15,952 INFO o.q.c.QuartzScheduler:585 - Scheduler scheduler_$_NON_CLUSTERED paused.
20:15:15,953 INFO o.q.c.QuartzScheduler:740 - Scheduler scheduler_$_NON_CLUSTERED shutdown complete.
20:15:15,956 INFO o.a.j.c.RepositoryImpl:1087 - Shutting down repository...
20:15:15,956 INFO o.a.j.c.RepositoryImpl:2196 - shutting down workspace 'wiki'...
20:15:15,957 INFO o.a.j.c.o.ObservationDispatcher:121 - Notification of EventListeners stopped.
20:15:15,970 INFO o.a.j.c.RepositoryImpl:2203 - workspace 'wiki' has been shutdown
20:15:15,976 INFO o.a.j.c.RepositoryImpl:1192 - Repository has been shutdown
20:15:15,978 INFO o.a.j.c.RepositoryImpl:1087 - Shutting down repository...
20:15:15,978 INFO o.a.j.c.RepositoryImpl:2196 - shutting down workspace 'default2'...
20:15:15,979 INFO o.a.j.c.o.ObservationDispatcher:121 - Notification of EventListeners stopped.
20:15:15,989 INFO o.a.j.c.RepositoryImpl:2203 - workspace 'default2' has been shutdown
20:15:15,993 INFO o.a.j.c.RepositoryImpl:1192 - Repository has been shutdown
20:15:16,004 INFO c.z.h.HikariDataSource:381 - HikariPool-1 - Shutdown initiated...
20:15:16,013 INFO c.z.h.HikariDataSource:383 - HikariPool-1 - Shutdown completed.
#=====================================================
# You can visit link https://community.mycollab.com/docs/hosting-mycollab-on-your-own-server/advanced-configuration/
# to get all configuration fieldBuilder and their meanings
#=====================================================
#=====================================================
# SITE CONFIGURATION
#=====================================================
app.siteName=company
app.notifyEmail=vtej27@gmail.com
server.address=52.42.39.49
server.apiUrl=https://api.mycollab.com/
server.storageSystem=file
server.siteUrl=http://%s:%d/
server.resourceDownloadUrl=http://%s:%d/file/
server.cdnUrl=http://%s:%d/assets/
#=====================================================
# DATABASE CONFIGURATION
#=====================================================
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.url=******************************
spring.datasource.username=****
spring.datasource.password=****
#=====================================================
# MAIL CONFIGURATION
#
# SMTP Mail setting to use in
#=====================================================
mail.smtphost=smtp.gmail.com
mail.port=587
mail.username=vtej27@gmail.com
mail.password=****
mail.startTls=true
mail.ssl=true
#=====================================================
# ERROR REPORTING
# This email is used to receive any error causes during
# MyCollab running. It just collects java stack trace not
# any end user sensitive data. In case you are serious not
# want to send report automatically to our team, you can
# leave this field to empty
#=====================================================
error.sendTo=error@mycollab.com
i have attached log and prop file
excluding sestive info
thanks
let me know the best possible time.
I will create a webex meeting, to clear this fast.
vtej27@gmail.com
513488478
thanks
it seems the application could not connect to the database. Where do you install the database? do you install the DB in the same or different EC2 instance or the Amazon RDS?
Yes, Amazon RDS
it has a proper access to READ WRITE
then how come the same zip file is working locally and not working in AMAZON?
It is just because of the what ip you mention in the server place
not sure how to access 127.0.0.1 in EC2
You can use the mysql client tool to connect from your ec2 instance to amazon rds, if it can connect then cope the same configurations to mycollab settings.
mysql -h amazonrds -P 3306 -u username -p