+1
Fixed

port 8080 change procedure not working

Cyril Mhone 9 years ago updated by Nguyen 9 years ago 12
I followed the Installation instruction to "edit and change variable MYCOLLAB_PORT in script mycollab.bat (on Windows)... and restart server", which I did, setting port number to 8082 but MyCollab still fails to start with the following message and errors:

It seems this is the first time you run MyCollab. For complete installation, you
must open the browser and type address http://localhost:8080 and complete the s
teps to install MyCollab.
09:21:47,005 INFO o.e.j.s.Server:345 - jetty-9.3.0.v20150612
09:21:58,148 INFO o.e.j.s.h.ContextHandler:737 - Started o.e.j.s.ServletContext
Handler@140e5a13{/,null,AVAILABLE}
Exception in thread "main" java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:32
6)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNet
workConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java
:244)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:384)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
Cycle.java:68)
at com.esofthead.mycollab.jetty.GenericServerRunner.execute(GenericServe
rRunner.java:158)
at com.esofthead.mycollab.jetty.GenericServerRunner.run(GenericServerRun
ner.java:115)
at com.esofthead.mycollab.jetty.CommunityServerRunner.main(CommunityServ
erRunner.java:38)


I already have Plone installed on the same machine, with Python using port 8080 and I can't stop/uninstall or change port for that.

Is it a must that for the first-time run, MyCollab has to use port 8080?

Please advise how to proceed.
+1
Under review
Hi Cyril,
User can change the default port 8080 to any port even at the first time. Per the message, it seems the MyCollab can not recognize the port value and it still use the default port. It seems we made a mistake for the Windows platform (Unix works well) and we will update the script in the next release as well. By that time, could you please to use the enclosed mycollab.bat instead (just overwrite the bat file), we just tested on MyCollab 5.0.10 and it works. Thank you for reporting :)

Best regards,
Hai Nguyen

mycollab.bat
Thanks, issue resolved!
Glad to hear that. Thank you :)
Hi, I got a little tied up so I didn't finish the first time setup procedure.. I completed it today and got the error below:



I have the tail end of the MyCollab service output (is there a log file I can attach instead?):

ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
... 38 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'pageJcrTemplate' defined in com.esofthead.mycollab.spring.Pag
eConfiguration: Bean instantiation via factory method failed; nested exception i
s org.springframework.beans.BeanInstantiationException: Failed to instantiate [o
rg.springframework.extensions.jcr.JcrTemplate]: Factory method 'pageJcrTemplate'
threw exception; nested exception is org.springframework.beans.factory.BeanCrea
tionException: Error creating bean with name 'pageJcrSessionFactory' defined in
com.esofthead.mycollab.spring.PageConfiguration: Bean instantiation via factory
method failed; nested exception is org.springframework.beans.BeanInstantiationEx
ception: Failed to instantiate [com.esofthead.mycollab.module.page.PageSessionFa
ctory]: Factory method 'pageJcrSessionFactory' threw exception; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'pageRepository' defined in com.esofthead.mycollab.spring.PageConfigu
ration: Invocation of init method failed; nested exception is javax.jcr.Reposito
ryException: Cannot instantiate persistence manager com.esofthead.mycollab.modul
e.ecm.BundleDbPersistenceManagerExt
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:11
19) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[sprin
g-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans
-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4
.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEAS
E]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEA
SE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:1120) ~[spring-beans-4.1.
6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
doResolveDependency(DefaultListableBeanFactory.java:1044) ~[spring-beans-4.1.6.R
ELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELE
ASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.j
ava:533) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
... 40 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to insta
ntiate [org.springframework.extensions.jcr.JcrTemplate]: Factory method 'pageJcr
Template' threw exception; nested exception is org.springframework.beans.factory
.BeanCreationException: Error creating bean with name 'pageJcrSessionFactory' de
fined in com.esofthead.mycollab.spring.PageConfiguration: Bean instantiation via
factory method failed; nested exception is org.springframework.beans.BeanInstan
tiationException: Failed to instantiate [com.esofthead.mycollab.module.page.Page
SessionFactory]: Factory method 'pageJcrSessionFactory' threw exception; nested
exception is org.springframework.beans.factory.BeanCreationException: Error crea
ting bean with name 'pageRepository' defined in com.esofthead.mycollab.spring.Pa
geConfiguration: Invocation of init method failed; nested exception is javax.jcr
.RepositoryException: Cannot instantiate persistence manager com.esofthead.mycol
lab.module.ecm.BundleDbPersistenceManagerExt
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
... 52 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'pageJcrSessionFactory' defined in com.esofthead.mycollab.spri
ng.PageConfiguration: Bean instantiation via factory method failed; nested excep
tion is org.springframework.beans.BeanInstantiationException: Failed to instanti
ate [com.esofthead.mycollab.module.page.PageSessionFactory]: Factory method 'pag
eJcrSessionFactory' threw exception; nested exception is org.springframework.bea
ns.factory.BeanCreationException: Error creating bean with name 'pageRepository'
defined in com.esofthead.mycollab.spring.PageConfiguration: Invocation of init
method failed; nested exception is javax.jcr.RepositoryException: Cannot instant
iate persistence manager com.esofthead.mycollab.module.ecm.BundleDbPersistenceMa
nagerExt
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:11
19) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[sprin
g-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans
-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4
.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEAS
E]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEA
SE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f.pageJcrSessionFactory(<generated>) ~[spring-core-4.1.6.RELEASE.jar:n
a]
at com.esofthead.mycollab.spring.PageConfiguration.pageJcrTemplate(PageC
onfiguration.java:61) ~[mycollab-services-5.0.9.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f.CGLIB$pageJcrTemplate$0(<generated>) ~[spring-core-4.1.6.RELEASE.jar
:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f$$FastClassBySpringCGLIB$$c95290fc.invoke(<generated>) ~[spring-core-
4.1.6.RELEASE.jar:na]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.j
ava:228) ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f.pageJcrTemplate(<generated>) ~[spring-core-4.1.6.RELEASE.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.
0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.
0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:
1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_45]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
... 53 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to insta
ntiate [com.esofthead.mycollab.module.page.PageSessionFactory]: Factory method '
pageJcrSessionFactory' threw exception; nested exception is org.springframework.
beans.factory.BeanCreationException: Error creating bean with name 'pageReposito
ry' defined in com.esofthead.mycollab.spring.PageConfiguration: Invocation of in
it method failed; nested exception is javax.jcr.RepositoryException: Cannot inst
antiate persistence manager com.esofthead.mycollab.module.ecm.BundleDbPersistenc
eManagerExt
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
... 74 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'pageRepository' defined in com.esofthead.mycollab.spring.Page
Configuration: Invocation of init method failed; nested exception is javax.jcr.R
epositoryException: Cannot instantiate persistence manager com.esofthead.mycolla
b.module.ecm.BundleDbPersistenceManagerExt
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-be
ans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans
-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4
.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEAS
E]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEA
SE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:285) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f.pageRepository(<generated>) ~[spring-core-4.1.6.RELEASE.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration.pageJcrSessionFactory
(PageConfiguration.java:52) ~[mycollab-services-5.0.9.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f.CGLIB$pageJcrSessionFactory$2(<generated>) ~[spring-core-4.1.6.RELEA
SE.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f$$FastClassBySpringCGLIB$$c95290fc.invoke(<generated>) ~[spring-core-
4.1.6.RELEASE.jar:na]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.j
ava:228) ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$764dd87f.pageJcrSessionFactory(<generated>) ~[spring-core-4.1.6.RELEASE.jar:n
a]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.
0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.
0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:
1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_45]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
... 75 common frames omitted
Caused by: javax.jcr.RepositoryException: Cannot instantiate persistence manager
com.esofthead.mycollab.module.ecm.BundleDbPersistenceManagerExt
at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(Re
positoryImpl.java:1379) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.createVersionManager(Reposi
toryImpl.java:512) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:
313) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:
615) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean.c
reateRepository(RepositoryFactoryBean.java:69) ~[mycollab-jackrabbit-5.0.9.jar:n
a]
at org.springframework.extensions.jcr.RepositoryFactoryBean.afterPropert
iesSet(RepositoryFactoryBean.java:64) ~[mycollab-jackrabbit-5.0.9.jar:na]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633) ~[spring
-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-be
ans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
... 94 common frames omitted
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Incorrect
index name 'WIKI_P_VERSIONREFS_IDX'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.8.0_
45]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:389) ~[mysql-connecto
r-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.Util.getInstance(Util.java:372) ~[mysql-connector-java
-5.1.35.jar:5.1.35]
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980) ~[mysql
-connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835) ~[mysql-co
nnector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771) ~[mysql-co
nnector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435) ~[mysql-connect
or-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582) ~[mysql-conn
ector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2531) ~[mys
ql-connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2489) ~[mys
ql-connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:848) ~[mysql-
connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:742) ~[mysql-
connector-java-5.1.35.jar:5.1.35]
at com.zaxxer.hikari.proxy.StatementProxy.execute(StatementProxy.java:83
) ~[HikariCP-java6-2.3.8.jar:na]
at com.zaxxer.hikari.proxy.StatementJavassistProxy.execute(StatementJava
ssistProxy.java) ~[HikariCP-java6-2.3.8.jar:na]
at org.apache.jackrabbit.core.util.db.ConnectionHelper.reallyExec(Connec
tionHelper.java:307) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper$1.call(Connection
Helper.java:292) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper$1.call(Connection
Helper.java:288) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper$RetryManager.doTr
y(ConnectionHelper.java:543) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper.exec(ConnectionHe
lper.java:288) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.CheckSchemaOperation.run(CheckSche
maOperation.java:89) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManage
r.init(BundleDbPersistenceManager.java:546) ~[jackrabbit-core-2.10.1.jar:2.10.1]

at com.esofthead.mycollab.module.ecm.BundleDbPersistenceManagerExt.init(
BundleDbPersistenceManagerExt.java:45) ~[mycollab-jackrabbit-5.0.9.jar:na]
at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(Re
positoryImpl.java:1375) ~[jackrabbit-core-2.10.1.jar:2.10.1]
... 101 common frames omitted
09:14:09,511 INFO o.e.j.s.h.ContextHandler:859 - Stopped o.e.j.s.ServletContext
Handler@140e5a13{/,null,UNAVAILABLE}


I stopped and restarted the service and got the same Error 503, with the following output in the service Command window (once again, the trailing output messages):

rg.springframework.extensions.jcr.JcrTemplate]: Factory method 'pageJcrTemplate'
threw exception; nested exception is org.springframework.beans.factory.BeanCrea
tionException: Error creating bean with name 'pageJcrSessionFactory' defined in
com.esofthead.mycollab.spring.PageConfiguration: Bean instantiation via factory
method failed; nested exception is org.springframework.beans.BeanInstantiationEx
ception: Failed to instantiate [com.esofthead.mycollab.module.page.PageSessionFa
ctory]: Factory method 'pageJcrSessionFactory' threw exception; nested exception
is org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'pageRepository' defined in com.esofthead.mycollab.spring.PageConfigu
ration: Invocation of init method failed; nested exception is javax.jcr.Reposito
ryException: Cannot instantiate persistence manager com.esofthead.mycollab.modul
e.ecm.BundleDbPersistenceManagerExt
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:11
19) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[sprin
g-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans
-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4
.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEAS
E]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEA
SE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
findAutowireCandidates(DefaultListableBeanFactory.java:1120) ~[spring-beans-4.1.
6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
doResolveDependency(DefaultListableBeanFactory.java:1044) ~[spring-beans-4.1.6.R
ELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.
resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELE
ASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.j
ava:533) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
... 52 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to insta
ntiate [org.springframework.extensions.jcr.JcrTemplate]: Factory method 'pageJcr
Template' threw exception; nested exception is org.springframework.beans.factory
.BeanCreationException: Error creating bean with name 'pageJcrSessionFactory' de
fined in com.esofthead.mycollab.spring.PageConfiguration: Bean instantiation via
factory method failed; nested exception is org.springframework.beans.BeanInstan
tiationException: Failed to instantiate [com.esofthead.mycollab.module.page.Page
SessionFactory]: Factory method 'pageJcrSessionFactory' threw exception; nested
exception is org.springframework.beans.factory.BeanCreationException: Error crea
ting bean with name 'pageRepository' defined in com.esofthead.mycollab.spring.Pa
geConfiguration: Invocation of init method failed; nested exception is javax.jcr
.RepositoryException: Cannot instantiate persistence manager com.esofthead.mycol
lab.module.ecm.BundleDbPersistenceManagerExt
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
... 64 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'pageJcrSessionFactory' defined in com.esofthead.mycollab.spri
ng.PageConfiguration: Bean instantiation via factory method failed; nested excep
tion is org.springframework.beans.BeanInstantiationException: Failed to instanti
ate [com.esofthead.mycollab.module.page.PageSessionFactory]: Factory method 'pag
eJcrSessionFactory' threw exception; nested exception is org.springframework.bea
ns.factory.BeanCreationException: Error creating bean with name 'pageRepository'
defined in com.esofthead.mycollab.spring.PageConfiguration: Invocation of init
method failed; nested exception is javax.jcr.RepositoryException: Cannot instant
iate persistence manager com.esofthead.mycollab.module.ecm.BundleDbPersistenceMa
nagerExt
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:11
19) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[sprin
g-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans
-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4
.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEAS
E]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEA
SE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219.pageJcrSessionFactory(<generated>) ~[spring-core-4.1.6.RELEASE.jar:n
a]
at com.esofthead.mycollab.spring.PageConfiguration.pageJcrTemplate(PageC
onfiguration.java:61) ~[mycollab-services-5.0.9.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219.CGLIB$pageJcrTemplate$0(<generated>) ~[spring-core-4.1.6.RELEASE.jar
:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219$$FastClassBySpringCGLIB$$eb489826.invoke(<generated>) ~[spring-core-
4.1.6.RELEASE.jar:na]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.j
ava:228) ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219.pageJcrTemplate(<generated>) ~[spring-core-4.1.6.RELEASE.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.
0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.
0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:
1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_45]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
... 65 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to insta
ntiate [com.esofthead.mycollab.module.page.PageSessionFactory]: Factory method '
pageJcrSessionFactory' threw exception; nested exception is org.springframework.
beans.factory.BeanCreationException: Error creating bean with name 'pageReposito
ry' defined in com.esofthead.mycollab.spring.PageConfiguration: Invocation of in
it method failed; nested exception is javax.jcr.RepositoryException: Cannot inst
antiate persistence manager com.esofthead.mycollab.module.ecm.BundleDbPersistenc
eManagerExt
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instant
iateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.1.6.RELEAS
E.jar:4.1.6.RELEASE]
... 86 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'pageRepository' defined in com.esofthead.mycollab.spring.Page
Configuration: Invocation of init method failed; nested exception is javax.jcr.R
epositoryException: Cannot instantiate persistence manager com.esofthead.mycolla
b.module.ecm.BundleDbPersistenceManagerExt
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-be
ans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans
-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4
.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getOb
ject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEAS
E]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistr
y.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEA
SE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBe
an(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean
(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:285) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219.pageRepository(<generated>) ~[spring-core-4.1.6.RELEASE.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration.pageJcrSessionFactory
(PageConfiguration.java:52) ~[mycollab-services-5.0.9.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219.CGLIB$pageJcrSessionFactory$2(<generated>) ~[spring-core-4.1.6.RELEA
SE.jar:na]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219$$FastClassBySpringCGLIB$$eb489826.invoke(<generated>) ~[spring-core-
4.1.6.RELEASE.jar:na]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.j
ava:228) ~[spring-core-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$Bea
nMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309) ~[spring-conte
xt-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at com.esofthead.mycollab.spring.PageConfiguration$$EnhancerBySpringCGLI
B$$b3c9e219.pageJcrSessionFactory(<generated>) ~[spring-core-4.1.6.RELEASE.jar:n
a]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.
0_45]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.
0_45]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:
1.8.0_45]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_45]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy
.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.1.6.RELEASE.
jar:4.1.6.RELEASE]
... 87 common frames omitted
Caused by: javax.jcr.RepositoryException: Cannot instantiate persistence manager
com.esofthead.mycollab.module.ecm.BundleDbPersistenceManagerExt
at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(Re
positoryImpl.java:1379) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.access$200(RepositoryImpl.j
ava:126) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.doInitialize(
RepositoryImpl.java:2052) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.initialize(Re
positoryImpl.java:2035) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.initStartupWorkspaces(Repos
itoryImpl.java:543) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.<init>(RepositoryImpl.java:
326) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:
615) ~[jackrabbit-core-2.10.1.jar:2.10.1]
at org.springframework.extensions.jcr.jackrabbit.RepositoryFactoryBean.c
reateRepository(RepositoryFactoryBean.java:69) ~[mycollab-jackrabbit-5.0.9.jar:n
a]
at org.springframework.extensions.jcr.RepositoryFactoryBean.afterPropert
iesSet(RepositoryFactoryBean.java:64) ~[mycollab-jackrabbit-5.0.9.jar:na]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633) ~[spring
-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBean
Factory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-be
ans-4.1.6.RELEASE.jar:4.1.6.RELEASE]
... 106 common frames omitted
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Incorrect
index name 'WIKI_P_WORKSPACEBINVAL_IDX'
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
~[na:1.8.0_45]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
~[na:1.8.0_45]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce) ~[na:1.8.0_45]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[na:1.8.0_
45]
at com.mysql.jdbc.Util.handleNewInstance(Util.java:389) ~[mysql-connecto
r-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.Util.getInstance(Util.java:372) ~[mysql-connector-java
-5.1.35.jar:5.1.35]
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980) ~[mysql
-connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835) ~[mysql-co
nnector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771) ~[mysql-co
nnector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435) ~[mysql-connect
or-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582) ~[mysql-conn
ector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2531) ~[mys
ql-connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2489) ~[mys
ql-connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:848) ~[mysql-
connector-java-5.1.35.jar:5.1.35]
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:742) ~[mysql-
connector-java-5.1.35.jar:5.1.35]
at com.zaxxer.hikari.proxy.StatementProxy.execute(StatementProxy.java:83
) ~[HikariCP-java6-2.3.8.jar:na]
at com.zaxxer.hikari.proxy.StatementJavassistProxy.execute(StatementJava
ssistProxy.java) ~[HikariCP-java6-2.3.8.jar:na]
at org.apache.jackrabbit.core.util.db.ConnectionHelper.reallyExec(Connec
tionHelper.java:307) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper$1.call(Connection
Helper.java:292) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper$1.call(Connection
Helper.java:288) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper$RetryManager.doTr
y(ConnectionHelper.java:543) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.ConnectionHelper.exec(ConnectionHe
lper.java:288) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.util.db.CheckSchemaOperation.run(CheckSche
maOperation.java:89) ~[jackrabbit-data-2.10.1.jar:2.10.1]
at org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManage
r.init(BundleDbPersistenceManager.java:546) ~[jackrabbit-core-2.10.1.jar:2.10.1]

at com.esofthead.mycollab.module.ecm.BundleDbPersistenceManagerExt.init(
BundleDbPersistenceManagerExt.java:45) ~[mycollab-jackrabbit-5.0.9.jar:na]
at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(Re
positoryImpl.java:1375) ~[jackrabbit-core-2.10.1.jar:2.10.1]
... 116 common frames omitted
09:22:53,683 INFO o.e.j.s.ServerConnector:270 - Started ServerConnector@33ded46
4{HTTP/1.1,[http/1.1]}{0.0.0.0:8082}
09:22:53,684 INFO o.e.j.s.Server:397 - Started @80179ms


What have I missed?
No, you do not miss, and there is no extra steps need to configure. We would love to make site admin easily so any exception belong to us. Let us investigate and tell you the reason soon.

Best regards,
Hai Nguyen
The problem may come from the initialize beans as discussion thread http://support.mycollab.com/topic/801077-mysql-error-on-macosx/. It does not happen always, but some rare case it has. We are testing to release the new MyCollab version and it will fix the Windows command issue (reported by you), and this issue as well. The MyCollab 5.1.0 release is expected to at this weekend. I will inform and change status to 'Fixed' when the new release is out.

If you want to get MyCollab sooner, you can build from source a version own by you by getting source from https://github.com/MyCollab/mycollab and use maven to generate the installer file :)

Thank you,
Hai Nguyen
This issue is resolved in the new MyCollab version. We will release it on tomorrow. Please get it again and see if this issue exist on your side. Thank you