Your comments

Hi Kumar,
Now, MyCollab did not start as Window service, we plan to have it in future but it is not the high priority task until it is right time or there are many requests from our customers.

Best regards,
Hai Nguyen
Hi Romano,
We will release in this weekend the new MyCollab version with the Jetty 9.2 version and see if this issue has gone. I do believe the script still use java 7 somewhere. I will notify you in this thread as well when we have the new version. Have a nice weekend

Best regards,
Hai Nguyen
Could you please to try select the MyCollab profile is production only and tell me if the problem still be persited? It will help IntelliJ filter the libraries run in the production mode. We use MyCollab profiles to set up various environments of build process.



To create a MyCollab build (installer files for Windows, MacOS, Linux) you guys come to project mycollab-deployer-community and run mvn clean install -Dmaven.test.skip=true, if the process runs well it will create installer files in the target folder.

PS: the latest code in github has issue on UI library, the UI may layout not correct. We are fixing. For the stable enhance MyCollab for your purpose, you should wait for 1-2 days until our team do the regression tests and confirmed all functions are ok

Probably we will try to write more documents how to develop MyCollab in the coming weeks. Please stay tune.

Hai Nguyen
Could you run MyCollab well ? We will clean this issue as well while this issue is not harmful
Hi Jacques,
Is this issue existing yet? I run the maven dependency tree mvn dependency:tree and I do not find the validation-api:1.0.0 GA. Anyway, we deal with this issue in the past, and the same library with different names cause us headache :)

Here is my result:
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mycollab-app-community ---
[INFO] com.esofthead.mycollab:mycollab-app-community:jar:5.0.10
[INFO] +- com.esofthead.mycollab:mycollab-server-runner:jar:5.0.10:compile
[INFO] | +- com.esofthead.mycollab:mycollab-config:jar:5.0.10:compile
[INFO] | | +- org.jasypt:jasypt:jar:1.9.2:compile
[INFO] | | \- org.jasypt:jasypt-spring31:jar:1.9.2:compile
[INFO] | +- com.esofthead.mycollab:mycollab-core:jar:5.0.10:compile
[INFO] | | +- org.imgscalr:imgscalr-lib:jar:4.2:compile
[INFO] | | +- com.esofthead.mycollab.external:image4j-core:jar:0.7.1:compile
[INFO] | | +- ch.qos.cal10n:cal10n-api:jar:0.8.1:compile
[INFO] | | +- org.apache.velocity:velocity-tools:jar:2.0:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8:compile
[INFO] | | | +- commons-chain:commons-chain:jar:1.1:compile
[INFO] | | | +- dom4j:dom4j:jar:1.1:compile
[INFO] | | | +- oro:oro:jar:2.0.8:compile
[INFO] | | | \- sslext:sslext:jar:1.2-0:compile
[INFO] | | +- com.thoughtworks.xstream:xstream:jar:1.4.8:compile
[INFO] | | | +- xmlpull:xmlpull:jar:1.1.3.1:compile
[INFO] | | | \- xpp3:xpp3_min:jar:1.1.4c:compile
[INFO] | | +- org.codehaus.jettison:jettison:jar:1.3.7:compile
[INFO] | | | \- stax:stax-api:jar:1.0.1:compile
[INFO] | | +- javax.validation:validation-api:jar:1.1.0.Final:compile
[INFO] | | +- javax.el:el-api:jar:2.2.1-b04:compile
[INFO] | | +- org.apache.tika:tika-core:jar:1.9:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.3.1:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.8.1:compile
[INFO] | | \- org.ocpsoft.prettytime:prettytime:jar:4.0.0.Final:compile
[INFO] | +- org.eclipse.jetty:jetty-server:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-servlet:jar:9.2.9.v20150224:compile
[INFO] | | \- org.eclipse.jetty:jetty-security:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-deploy:jar:9.2.9.v20150224:compile
[INFO] | | \- org.eclipse.jetty:jetty-xml:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-webapp:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-annotations:jar:9.2.9.v20150224:compile
[INFO] | | +- javax.annotation:javax.annotation-api:jar:1.2:compile
[INFO] | | \- org.ow2.asm:asm-commons:jar:5.0.1:compile
[INFO] | | \- org.ow2.asm:asm-tree:jar:5.0.1:compile
[INFO] | +- org.eclipse.jetty:jetty-plus:jar:9.2.9.v20150224:compile
[INFO] | | \- org.eclipse.jetty:jetty-jndi:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-continuation:jar:9.2.9.v20150224:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-server:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-common:jar:9.2.9.v20150224:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty.websocket:websocket-client:jar:9.2.9.v20150224:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-servlet:jar:9.2.9.v20150224:compile
[INFO] +- com.esofthead.mycollab:mycollab-servlet:jar:5.0.10:compile
[INFO] | +- com.esofthead.mycollab:mycollab-services:jar:5.0.10:compile
[INFO] | | +- com.esofthead.mycollab:mycollab-jackrabbit:jar:5.0.10:compile
[INFO] | | | +- javax.jcr:jcr:jar:2.0:compile
[INFO] | | | +- org.apache.jackrabbit:jackrabbit-core:jar:2.10.1:compile
[INFO] | | | | +- concurrent:concurrent:jar:1.3.4:compile
[INFO] | | | | +- org.apache.jackrabbit:jackrabbit-api:jar:2.10.1:compile
[INFO] | | | | +- org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.1:compile
[INFO] | | | | \- org.apache.jackrabbit:jackrabbit-data:jar:2.10.1:compile
[INFO] | | | +- org.apache.jackrabbit:jackrabbit-spi:jar:2.10.1:compile
[INFO] | | | \- org.apache.jackrabbit:jackrabbit-spi-commons:jar:2.10.1:compile
[INFO] | | +- org.hibernate:hibernate-validator:jar:5.1.3.Final:compile
[INFO] | | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile
[INFO] | | | \- com.fasterxml:classmate:jar:1.0.0:compile
[INFO] | | +- org.reflections:reflections:jar:0.9.10:compile
[INFO] | | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile
[INFO] | | +- org.reflections:reflections-spring:jar:0.9.9-RC1:compile
[INFO] | | +- org.jboss.resteasy:jaxrs-api:jar:3.0.9.Final:compile
[INFO] | | \- org.jboss.resteasy:resteasy-jaxrs:jar:3.0.9.Final:compile
[INFO] | +- com.esofthead.mycollab:mycollab-localization:jar:5.0.10:compile
[INFO] | +- com.esofthead.mycollab:mycollab-caching:jar:5.0.10:compile
[INFO] | | \- org.infinispan:infinispan-core:jar:7.2.3.Final:compile
[INFO] | | +- org.infinispan:infinispan-commons:jar:7.2.3.Final:compile
[INFO] | | +- org.jgroups:jgroups:jar:3.6.2.Final:compile
[INFO] | | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.1.Final:compile
[INFO] | | \- org.jboss.marshalling:jboss-marshalling-osgi:jar:1.4.10.Final:compile
[INFO] | +- com.esofthead.mycollab:mycollab-dao:jar:5.0.10:compile
[INFO] | | +- mysql:mysql-connector-java:jar:5.1.36:compile
[INFO] | | \- javax.transaction:jta:jar:1.1:compile
[INFO] | \- org.springframework:spring-webmvc:jar:4.1.7.RELEASE:compile
[INFO] +- com.esofthead.mycollab:mycollab-services-community:jar:5.0.10:compile
[INFO] | \- com.esofthead.mycollab:mycollab-migration:jar:5.0.10:compile
[INFO] | +- org.flywaydb:flyway-core:jar:3.2.1:compile
[INFO] | \- org.jcodec:jcodec:jar:0.1.9:compile
[INFO] +- com.esofthead.mycollab:mycollab-mobile:jar:5.0.10:compile
[INFO] | +- com.esofthead.mycollab:mycollab-ui:jar:5.0.10:compile
[INFO] | | +- com.esofthead.mycollab:mycollab-reporting:jar:5.0.10:compile
[INFO] | | | +- net.sourceforge.dynamicreports:dynamicreports-adhoc:jar:4.0.0:compile
[INFO] | | | +- net.sourceforge.dynamicreports:dynamicreports-googlecharts:jar:4.0.0:compile
[INFO] | | | \- net.sourceforge.dynamicreports:dynamicreports-core:jar:4.0.0:compile
[INFO] | | | +- net.sf.jasperreports:jasperreports:jar:6.0.0:compile
[INFO] | | | | +- com.itextpdf:itextpdf:jar:5.5.0:compile
[INFO] | | | | +- com.itextpdf:itext-pdfa:jar:5.5.0:compile
[INFO] | | | | +- org.eclipse.jdt.core.compiler:ecj:jar:4.3.1:compile
[INFO] | | | | \- org.codehaus.castor:castor:jar:1.2:compile
[INFO] | | | \- net.sf.barcode4j:barcode4j:jar:2.0:compile
[INFO] | | | \- avalon-framework:avalon-framework-impl:jar:4.2.0:compile
[INFO] | | +- com.vaadin.addon:vaadin-touchkit-agpl:jar:4.0.2:compile
[INFO] | | +- com.vaadin:vaadin-push:jar:7.5.0:compile
[INFO] | | | \- com.vaadin.external.atmosphere:atmosphere-runtime:jar:2.2.7.vaadin1:compile
[INFO] | | | \- com.vaadin.external.slf4j:vaadin-slf4j-jdk14:jar:1.6.1:compile
[INFO] | | +- org.peimari:maddon:jar:1.21:compile
[INFO] | | +- org.vaadin.addon:easyuploads:jar:7.4.0:compile
[INFO] | | +- org.vaadin.addons:googleanalyticstracker:jar:2.1.0:compile
[INFO] | | \- com.vaadin:vaadin-server:jar:7.5.0:compile
[INFO] | | \- com.vaadin:vaadin-shared:jar:7.5.0:compile
[INFO] | | \- com.vaadin.external.streamhtmlparser:streamhtmlparser-jsilver:jar:0.0.10.vaadin1:compile
[INFO] | +- com.esofthead.vaadin:mobilecomponent:jar:1.0.0-SNAPSHOT:compile
[INFO] | \- com.esofthead.vaadin:navigationbar-quickmenu:jar:1.0.0-SNAPSHOT:compile
[INFO] +- com.esofthead.mycollab:mycollab-web-community:jar:5.0.10:compile
[INFO] | \- com.esofthead.mycollab:mycollab-web:jar:5.0.10:compile
[INFO] | +- com.esofthead.mycollab:mycollab-esb:jar:5.0.10:compile
[INFO] | +- com.esofthead.mycollab:mycollab-scheduler:jar:5.0.10:compile
[INFO] | | \- org.quartz-scheduler:quartz:jar:2.2.1:compile
[INFO] | +- com.vaadin:vaadin-themes:jar:7.5.0:compile
[INFO] | +- org.vaadin.addons:buttongroup:jar:2.3:compile
[INFO] | +- org.vaadin.addons:popupbutton:jar:2.6.0:compile
[INFO] | +- org.vaadin.addons:ratingstars:jar:2.1:compile
[INFO] | +- org.vaadin.addons:dragdroplayouts:jar:1.1.3:compile
[INFO] | +- org.vaadin.addons:stylecalendar:jar:2.1.0:compile
[INFO] | +- org.vaadin.addons:contextmenu:jar:4.5.0:compile
[INFO] | +- com.lexaden.components:breadcrumb:jar:1.7.3:compile
[INFO] | +- org.vaadin:suggestfield:jar:0.0.4:compile
[INFO] | +- org.vaadin.addons:listbuilder:jar:0.7.3.v7:compile
[INFO] | +- com.esofthead.vaadin:popupbutton:jar:1.0.0-SNAPSHOT:compile
[INFO] | +- org.tltv.gantt:gantt-addon:jar:0.9.0:compile
[INFO] | +- org.vaadin.addon:confirmdialog:jar:2.1.3:compile
[INFO] | +- com.esofthead.vaadin:cropField:jar:1.0-SNAPSHOT:compile
[INFO] | +- com.esofthead.vaadin:calendarext:jar:1.0.0-SNAPSHOT:compile
[INFO] | +- org.jfree:jfreechart:jar:1.0.19:compile
[INFO] | | \- org.jfree:jcommon:jar:1.0.23:compile
[INFO] | +- org.apache.xmlgraphics:batik-svggen:jar:1.8:compile
[INFO] | | +- org.apache.xmlgraphics:batik-awt-util:jar:1.8:compile
[INFO] | | +- org.apache.xmlgraphics:batik-util:jar:1.8:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.3.04:compile
[INFO] | +- org.scribe:scribe:jar:1.3.7:compile
[INFO] | +- uk.com.robust-it:cloning:jar:1.9.2:compile
[INFO] | | \- org.objenesis:objenesis:jar:2.1:compile
[INFO] | +- commons-validator:commons-validator:jar:1.4.1:compile
[INFO] | +- org.apache.poi:poi:jar:3.12:compile
[INFO] | +- fr.xebia.web:xebia-servlet-extras:jar:1.0.8:runtime
[INFO] | +- com.googlecode.ez-vcard:ez-vcard:jar:0.9.6:compile
[INFO] | +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] | +- org.xhtmlrenderer:flying-saucer-pdf:jar:9.0.7:compile
[INFO] | | +- com.lowagie:itext:jar:2.1.7:compile
[INFO] | | \- org.xhtmlrenderer:flying-saucer-core:jar:9.0.7:compile
[INFO] | +- com.esofthead.vaadin:floatingcomponent:jar:0.0.1-SNAPSHOT:compile
[INFO] | +- org.vaadin.addons:ckeditor-wrapper-for-vaadin:jar:7.10.0:compile
[INFO] | +- org.vaadin.addons:vaadin-sliderpanel:jar:1.1.0:compile
[INFO] | +- org.vaadin.jonatan:contexthelp:jar:2.0.0:compile
[INFO] | +- com.vaadin:vaadin-sass-compiler:jar:0.9.12:compile
[INFO] | | +- org.w3c.css:sac:jar:1.3:compile
[INFO] | | \- com.vaadin.external.flute:flute:jar:1.3.0.gg2:compile
[INFO] | \- org.jboss.resteasy:resteasy-client:jar:3.0.9.Final:compile
[INFO] +- org.eclipse.jetty:jetty-servlets:jar:9.2.9.v20150224:compile
[INFO] | +- org.eclipse.jetty:jetty-http:jar:9.2.9.v20150224:compile
[INFO] | \- org.eclipse.jetty:jetty-io:jar:9.2.9.v20150224:compile
[INFO] +- org.codehaus.izpack:izpack-standalone-compiler:jar:4.3.5:provided
[INFO] +- com.google.guava:guava:jar:18.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.12:compile
[INFO] +- ch.qos.logback:logback-core:jar:1.1.3:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.1.3:compile
[INFO] +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] +- commons-codec:commons-codec:jar:1.10:compile
[INFO] +- org.apache.commons:commons-email:jar:1.4:compile
[INFO] | +- com.sun.mail:javax.mail:jar:1.5.2:compile
[INFO] | \- javax.activation:activation:jar:1.1.1:compile
[INFO] +- commons-io:commons-io:jar:2.4:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.4:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5:compile
[INFO] +- org.apache.httpcomponents:httpcore:jar:4.4.1:compile
[INFO] +- joda-time:joda-time:jar:2.8.1:compile
[INFO] +- org.springframework:spring-aop:jar:4.1.7.RELEASE:compile
[INFO] | +- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- org.springframework:spring-beans:jar:4.1.7.RELEASE:compile
[INFO] +- org.springframework:spring-core:jar:4.1.7.RELEASE:compile
[INFO] +- org.springframework:spring-context:jar:4.1.7.RELEASE:compile
[INFO] | \- org.springframework:spring-expression:jar:4.1.7.RELEASE:compile
[INFO] +- org.springframework:spring-context-support:jar:4.1.7.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:4.1.7.RELEASE:compile
[INFO] +- org.springframework:spring-tx:jar:4.1.7.RELEASE:compile
[INFO] +- commons-configuration:commons-configuration:jar:1.10:compile
[INFO] | \- commons-lang:commons-lang:jar:2.6:compile
[INFO] +- org.springframework:spring-web:jar:4.1.7.RELEASE:compile
[INFO] +- org.springframework:spring-aspects:jar:4.1.7.RELEASE:compile
[INFO] +- javax.persistence:persistence-api:jar:1.0.2:provided
[INFO] +- org.aspectj:aspectjweaver:jar:1.8.6:compile
[INFO] +- org.aspectj:aspectjrt:jar:1.8.6:compile
[INFO] +- cglib:cglib:jar:3.1:compile
[INFO] +- org.ow2.asm:asm:jar:5.0.4:compile
[INFO] +- com.fasterxml.jackson.core:jackson-core:jar:2.5.3:compile
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.5.3:compile
[INFO] +- org.mybatis:mybatis:jar:3.2.8:compile
[INFO] +- org.mybatis:mybatis-spring:jar:1.2.3:compile
[INFO] +- org.mybatis.scripting:mybatis-velocity:jar:1.1:compile
[INFO] | \- org.apache.velocity:velocity:jar:1.7:compile
[INFO] +- com.zaxxer:HikariCP-java6:jar:2.3.8:compile
[INFO] | \- org.javassist:javassist:jar:3.18.2-GA:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] \- org.scala-lang:scala-library:jar:2.11.6:compile