0
Under review

issue in 7.0.3 installation

Ofer 5 years ago updated by Nguyen 5 years ago 5

hi,

I did step-by-step instruction from https://docs.mycollab.com/getting-started/installation:

- Check Java requirements - 1.8.0_211

- Create the new MySQL Schema - Done.

- Install MyCollab on your server - install on windows server2012 on c:\mycollab-7.0.3

- run startup.bat - get: Using Mycollab_home: "c:\mycollab-7.0.3".


http://localhost:8080 - the page can't be displayed

why?

Under review

Could you give me the error message in the console or the log file in %MYCOLLAB_HOME%/logs?

the date modified is from the installation date, there is no error message: 

give me the content of MyCollab.out file

11:38:27,635 INFO c.m.s.DefaultServerRunner:50 - Starting DefaultServerRunner on q2256s-MacBook-Pro.local with PID 62735 (/Users/hainguyen/Projects/mycollab/mycollab2/mycollab-server-runner/target/classes started by hainguyen in /Users/hainguyen/Projects/mycollab/mycollab2/mycollab-app-community/src/main)

11:38:27,742 INFO c.m.s.DefaultServerRunner:675 - No active profile set, falling back to default profiles: default

11:38:30,237 INFO o.s.c.a.ConfigurationClassPostProcessor:380 - Cannot enhance @Configuration bean definition 'com.vaadin.spring.VaadinConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.

11:38:30,953 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330 - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$db2103ca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

11:38:31,946 WARN i.u.w.jsr:68 - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used

11:38:32,004 INFO i.u.servlet:364 - Initializing Spring embedded WebApplicationContext

11:38:32,005 INFO o.s.w.c.ContextLoader:296 - Root WebApplicationContext: initialization completed in 4191 ms

11:38:32,097 INFO c.v.s.b.i.VaadinServletConfiguration:261 - Registering Vaadin servlet

11:38:32,098 INFO c.v.s.b.i.VaadinServletConfiguration:263 - Servlet will be mapped to URLs [/vaadinServlet/*, /VAADIN/*]

11:38:32,122 INFO c.v.s.b.i.VaadinServletConfiguration:282 - Setting servlet init parameters

11:38:32,122 INFO c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [productionMode] = [false]

11:38:32,123 INFO c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [resourceCacheTime] = [3600]

11:38:32,123 INFO c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [heartbeatInterval] = [300]

11:38:32,123 INFO c.v.s.b.i.VaadinServletConfiguration:306 - Set servlet init parameter [closeIdleSessions] = [false]

11:38:32,659 INFO c.z.h.HikariDataSource:110 - HikariPool-1 - Starting...

11:38:32,927 INFO c.z.h.HikariDataSource:123 - HikariPool-1 - Start completed.

11:38:32,960 INFO o.f.c.i.l.VersionPrinter:49 - Flyway Community Edition 5.2.4 by Boxfuse

11:38:32,990 INFO o.f.c.i.d.DatabaseFactory:49 - Database: jdbc:mysql://localhost/mycollab_pro (MySQL 8.0)

11:38:33,419 INFO o.f.c.i.c.DbMigrate:49 - Current version of schema `mycollab_pro`: 20190416.1

11:38:33,422 INFO o.f.c.i.c.DbMigrate:49 - Schema `mycollab_pro` is up to date. No migration necessary.

11:38:38,548 INFO o.a.j.c.RepositoryImpl:259 - Starting repository...

11:38:38,887 INFO o.a.j.c.j.DatabaseJournal:374 - Initialized local revision to 247

11:38:38,887 INFO o.a.j.c.j.DatabaseJournal:383 - Cluster revision janitor thread not started

11:38:38,887 INFO o.a.j.c.j.DatabaseJournal:280 - DatabaseJournal initialized.

11:38:38,983 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'wiki'...

11:38:39,104 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'wiki' initialized

11:38:39,109 INFO o.a.j.c.RepositoryImpl:455 - SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager

11:38:39,111 INFO o.a.j.c.s.s.SimpleSecurityManager:137 - init: using Repository LoginModule configuration for Jackrabbit

11:38:39,129 INFO o.a.j.c.RepositoryImpl:367 - Repository started (581ms)

11:38:39,152 INFO c.m.m.p.PageSessionFactory:41 - Register node types

11:38:39,186 INFO c.m.m.p.PageSessionFactory:66 - Register MyCollab content type

11:38:39,913 INFO o.a.j.c.RepositoryImpl:259 - Starting repository...

11:38:40,009 INFO o.a.j.c.j.DatabaseJournal:374 - Initialized local revision to 270

11:38:40,009 INFO o.a.j.c.j.DatabaseJournal:383 - Cluster revision janitor thread not started

11:38:40,009 INFO o.a.j.c.j.DatabaseJournal:280 - DatabaseJournal initialized.

11:38:40,031 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'ecm'...

11:38:40,056 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'ecm' initialized

11:38:40,057 INFO o.a.j.c.RepositoryImpl:455 - SecurityManager = class org.apache.jackrabbit.core.security.simple.SimpleSecurityManager

11:38:40,057 INFO o.a.j.c.RepositoryImpl:2035 - initializing workspace 'default2'...

11:38:40,077 INFO o.a.j.c.RepositoryImpl:2039 - workspace 'default2' initialized

11:38:40,078 INFO o.a.j.c.s.s.SimpleSecurityManager:137 - init: using Repository LoginModule configuration for Jackrabbit

11:38:40,087 INFO o.a.j.c.RepositoryImpl:367 - Repository started (174ms)

11:38:40,088 INFO c.m.m.e.ContentSessionFactory:40 - Register node types

11:38:40,093 INFO c.m.m.e.ContentSessionFactory:66 - Register mycollab content type

11:38:41,046 INFO c.m.v.m.s.ComponentScannerService:51 - Started resolving view and presenter classes

11:38:42,227 INFO c.m.v.m.s.ComponentScannerService:61 - Resolved view and presenter classes com.mycollab.vaadin.mvp.service.ComponentScannerService@279ebd94 that has 65 view classes and 58 presenter classes

11:38:42,953 INFO o.s.s.c.ThreadPoolTaskExecutor:171 - Initializing ExecutorService 'applicationTaskExecutor'

11:38:43,142 INFO c.v.s.b.i.VaadinServletConfiguration:121 - Checking the application context for Vaadin UI mappings

11:38:43,147 INFO c.v.s.b.i.VaadinServletConfiguration:110 - Forwarding @SpringUI URLs from {}

11:38:43,149 INFO c.v.s.b.i.VaadinServletConfiguration:206 - Registering Vaadin servlet of type [com.vaadin.spring.server.SpringVaadinServlet]

11:38:43,549 INFO o.q.i.StdSchedulerFactory:1208 - Using default implementation for ThreadExecutor

11:38:43,614 INFO o.q.c.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl

11:38:43,614 INFO o.q.c.QuartzScheduler:229 - Quartz Scheduler v.2.3.0 created.

11:38:43,615 INFO o.q.s.RAMJobStore:155 - RAMJobStore initialized.

11:38:43,616 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.

11:38:43,617 INFO o.q.i.StdSchedulerFactory:1362 - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.

11:38:43,617 INFO o.q.i.StdSchedulerFactory:1366 - Quartz scheduler version: 2.3.0

11:38:43,617 INFO o.q.c.QuartzScheduler:2287 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3984e2b3

11:38:43,900 INFO o.s.s.q.SchedulerFactoryBean:726 - Starting Quartz Scheduler now

11:38:43,901 INFO o.q.c.QuartzScheduler:547 - Scheduler quartzScheduler_$_NON_CLUSTERED started.

11:38:43,901 INFO c.m.s.ContextStartedListener:44 - MyCollab is ready for usage

11:38:44,224 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler mapped to context-path: /*

11:38:44,224 INFO o.a.c.AtmosphereFramework:588 - Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler

11:38:44,500 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation

11:38:44,513 INFO o.a.u.ForkJoinPool:588 - Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power.

11:38:44,518 INFO o.a.c.AtmosphereFramework:588 - Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol

11:38:44,525 INFO o.a.c.JSR356AsyncSupport:588 - JSR 356 Mapping path

11:38:44,528 INFO i.u.w.jsr:747 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /

11:38:44,532 INFO i.u.w.jsr:747 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path0}

11:38:44,533 INFO i.u.w.jsr:747 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path0}/{path1}

11:38:44,533 INFO i.u.w.jsr:747 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path0}/{path1}/{path2}

11:38:44,534 INFO i.u.w.jsr:747 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path0}/{path1}/{path2}/{path3}

11:38:44,534 INFO i.u.w.jsr:747 - UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path0}/{path1}/{path2}/{path3}/{path4}

11:38:44,534 INFO o.a.c.AtmosphereFramework:588 - Installing Default AtmosphereInterceptors

11:38:44,535 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support

11:38:44,536 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor

11:38:44,536 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support

11:38:44,537 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support

11:38:44,538 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.HeartbeatInterceptor : Heartbeat Interceptor Support

11:38:44,539 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support

11:38:44,539 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support

11:38:44,541 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol

11:38:44,541 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor

11:38:44,542 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection

11:38:44,542 INFO o.a.c.AtmosphereFramework:588 - org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor

11:38:44,542 INFO o.a.c.AtmosphereFramework:588 - Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.

11:38:44,543 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT

11:38:44,548 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT

11:38:44,549 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT

11:38:44,549 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT

11:38:44,550 INFO o.a.i.HeartbeatInterceptor:588 - HeartbeatInterceptor configured with padding value 'X', client frequency 60 seconds and server frequency 0 seconds

11:38:44,550 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Heartbeat Interceptor Support with priority AFTER_DEFAULT

11:38:44,550 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT

11:38:44,550 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT

11:38:44,551 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT

11:38:44,551 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT

11:38:44,551 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT

11:38:44,551 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT

11:38:44,552 INFO o.a.c.AtmosphereFramework:588 - Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper

11:38:44,552 INFO o.a.c.AtmosphereFramework:588 - Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache

11:38:44,552 INFO o.a.c.AtmosphereFramework:588 - Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster

11:38:44,552 INFO o.a.c.AtmosphereFramework:588 - Broadcaster Shared List Resources: false

11:38:44,553 INFO o.a.c.AtmosphereFramework:588 - Broadcaster Polling Wait Time 100

11:38:44,553 INFO o.a.c.AtmosphereFramework:588 - Shared ExecutorService supported: true

11:38:44,553 INFO o.a.c.AtmosphereFramework:588 - Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor

11:38:44,553 INFO o.a.c.AtmosphereFramework:588 - Async I/O Thread Pool Size: 200

11:38:44,553 INFO o.a.c.AtmosphereFramework:588 - Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory

11:38:44,553 INFO o.a.c.AtmosphereFramework:588 - Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory

11:38:44,554 INFO o.a.c.AtmosphereFramework:588 - Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor

11:38:44,558 INFO o.a.c.AtmosphereFramework:588 - Invoke AtmosphereInterceptor on WebSocket message true

11:38:44,558 INFO o.a.c.AtmosphereFramework:588 - HttpSession supported: true

11:38:44,559 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation

11:38:44,560 INFO o.a.c.AtmosphereFramework:588 - Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: Undertow - 2.0.17.Final using javax.servlet/3.0 and jsr356/WebSocket API

11:38:44,560 INFO o.a.c.AtmosphereFramework:588 - Atmosphere Framework 2.4.30.vaadin1 started.

11:38:44,566 INFO o.a.c.AtmosphereFramework:588 - Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT

11:38:44,600 INFO o.xnio:104 - XNIO version 3.3.8.Final

11:38:44,618 INFO o.x.nio:55 - XNIO NIO Implementation Version 3.3.8.Final

11:38:44,733 INFO o.s.b.w.e.u.UndertowServletWebServer:148 - Undertow started on port(s) 8080 (http) with context path ''

11:38:44,742 INFO c.m.s.DefaultServerRunner:59 - Started DefaultServerRunner in 18.096 seconds (JVM running for 23.856)

11:38:46,694 INFO o.q.c.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.

11:38:46,696 INFO o.s.s.q.SchedulerFactoryBean:844 - Shutting down Quartz Scheduler

11:38:46,697 INFO o.q.c.QuartzScheduler:666 - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.

11:38:46,697 INFO o.q.c.QuartzScheduler:585 - Scheduler quartzScheduler_$_NON_CLUSTERED paused.

11:38:46,698 INFO o.q.c.QuartzScheduler:740 - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.

11:38:46,701 INFO o.s.s.c.ThreadPoolTaskExecutor:208 - Shutting down ExecutorService 'applicationTaskExecutor'

11:38:46,705 INFO o.a.j.c.RepositoryImpl:1087 - Shutting down repository...

11:38:46,706 INFO o.a.j.c.RepositoryImpl:2196 - shutting down workspace 'default2'...

11:38:46,707 INFO o.a.j.c.o.ObservationDispatcher:121 - Notification of EventListeners stopped.

11:38:46,711 INFO o.a.j.c.RepositoryImpl:2203 - workspace 'default2' has been shutdown

11:38:46,712 INFO o.a.j.c.RepositoryImpl:2196 - shutting down workspace 'ecm'...

11:38:46,713 INFO o.a.j.c.o.ObservationDispatcher:121 - Notification of EventListeners stopped.

11:38:46,752 INFO o.a.j.c.RepositoryImpl:2203 - workspace 'ecm' has been shutdown

11:38:46,758 INFO o.a.j.c.RepositoryImpl:1192 - Repository has been shutdown

11:38:46,760 INFO o.a.j.c.RepositoryImpl:1087 - Shutting down repository...

11:38:46,761 INFO o.a.j.c.RepositoryImpl:2196 - shutting down workspace 'wiki'...

11:38:46,762 INFO o.a.j.c.o.ObservationDispatcher:121 - Notification of EventListeners stopped.

11:38:46,781 INFO o.a.j.c.RepositoryImpl:2203 - workspace 'wiki' has been shutdown

11:38:46,784 INFO o.a.j.c.RepositoryImpl:1192 - Repository has been shutdown

11:38:46,788 INFO c.z.h.HikariDataSource:350 - HikariPool-1 - Shutdown initiated...

11:38:46,797 INFO c.z.h.HikariDataSource:352 - HikariPool-1 - Shutdown completed.

Is it all content of mycollab.out? could you zip all files then send to my email hainguyen@mycollab.com. Thanks!