Your comments

Hi, We have released the new MyCollab 5.1.0 version. This version should have the better UI, high performance than any previous versions. Could you please download and check whether the issue is resolved at your side? Thank you

Have a nice weekend,
Hai Nguyen

We have released the new MyCollab 5.1.0 version. It should run well with Java 7, and it has many improvements and features. The UI should look better. You can download it at https://community.mycollab.com/download/ , could you please download and check whether the issue is resolved on your side? Thank you.


Have a nice weekend,
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
The latest source on Github could be run in IDE or standalone program fine. Thank you for your report
This is the issue of MyCollab. Actually, the exception made us mislead the root cause of this issue, and it happens only when you run MyCollab as a standalone program (not run in IntelliJ). The root cause is the bug of Jetty 9.2 when it scans the classpaths. We have trouble between Jetty 9.2 and Jetty 9.3 because:
* Jetty 9.2 supports Java 7 and it causes this issue
* Jetty 9.3 does not support Java 7 and it does not cause this issue

We must downgrade to Jetty 9.2 to support Java 7 for the community users, and we are working around on this issue. Thank you for reporting this issue.

PS: we want to utilize Jetty 9.3 to support HTTP/2 and this issue makes us a lot of headache to separate the build between the community and cloud service :). I will mark this request as resolved when we release the new version.

Hai Nguyen