Questions, issues or feedbacks of MyCollab are collected here
0
Fixed

Download community edition not working

Mosfiqur 5 years ago updated by Nguyen 5 years ago 3

The download links in email, which has been sent after ce-registration not working or missing.

0

cannot access crm from mobile phone

rongchen0620 5 years ago 0

Caused by: com.mycollab.core.MyCollabException: Can not find the implementation class for view interface com.mycollab.mobile.module.crm.view.AllActivitiesView
at com.mycollab.vaadin.mvp.ViewManager.createInstanceFromCls(ViewManager.kt:65)
at com.mycollab.vaadin.mvp.ViewManager.getCacheComponent(ViewManager.kt:46)
... 81 common frames omitted

AllActivitiesNew.class.isAssignableFrom(AllActivitiesNewImpl.class) evaluates to false may cause this issue
please 

Image 186

check screenshot in attachment

0
Fixed

Unable to create a new ticket in one project

Nanda Kumar M 5 years ago updated by Nguyen 5 years ago 13

Below Error occurred while creating a new Mycollab Ticket.

15:23:39,785 ERROR c.m.w.DesktopApplication:265 - Error
com.vaadin.server.ServerRpcManager$RpcInvocationException: Unable to invoke method click in com.vaadin.shared.ui.button.ButtonServerRpc
at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:162)
at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:119)
at com.vaadin.server.communication.ServerRpcHandler.handleInvocation(ServerRpcHandler.java:435)
at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:407)
at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:273)
at com.vaadin.server.communication.PushHandler$2.run(PushHandler.java:148)
at com.vaadin.server.communication.PushHandler.callWithUi(PushHandler.java:240)
at com.vaadin.server.communication.PushHandler.onMessage(PushHandler.java:494)
at com.vaadin.server.communication.PushAtmosphereHandler.onMessage(PushAtmosphereHandler.java:87)
at com.vaadin.server.communication.PushAtmosphereHandler.onRequest(PushAtmosphereHandler.java:77)
at org.atmosphere.cpr.AsynchronousProcessor.action(AsynchronousProcessor.java:199)
at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:107)
at org.atmosphere.container.Jetty9AsyncSupportWithWebSocket.service(Jetty9AsyncSupportWithWebSocket.java:180)
at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:2075)
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:571)
at org.atmosphere.websocket.DefaultWebSocketProcessor$3.run(DefaultWebSocketProcessor.java:333)
at org.atmosphere.util.VoidExecutorService.execute(VoidExecutorService.java:101)
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:328)
at org.atmosphere.websocket.DefaultWebSocketProcessor.invokeWebSocketProtocol(DefaultWebSocketProcessor.java:425)
at org.atmosphere.container.Jetty9WebSocketHandler.onWebSocketText(Jetty9WebSocketHandler.java:125)
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextMessage(JettyListenerEventDriver.java:189)
at org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:66)
at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java:158)
at org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:162)
at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:376)
at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:220)
at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:256)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:679)
at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:511)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException: null
at sun.reflect.GeneratedMethodAccessor375.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:158)
... 39 common frames omitted
Caused by: com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in com.mycollab.module.project.view.ticket.TicketDashboardViewImpl$$Lambda$96/2014133635 failed.
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:533)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:200)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:163)
at com.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:1015)
at com.vaadin.ui.Button.fireClick(Button.java:377)
at org.vaadin.viritin.button.MButton.fireClick(MButton.java:148)
at com.vaadin.ui.Button$1.click(Button.java:54)
... 43 common frames omitted
Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeLo(TimSort.java:777)
at java.util.TimSort.mergeAt(TimSort.java:514)
at java.util.TimSort.mergeCollapse(TimSort.java:441)
at java.util.TimSort.sort(TimSort.java:245)
at java.util.Arrays.sort(Arrays.java:1512)
at java.util.ArrayList.sort(ArrayList.java:1454)
at java.util.Collections.sort(Collections.java:175)
at com.mycollab.module.project.view.milestone.MilestoneComboBox.(MilestoneComboBox.java:56)
at com.mycollab.module.project.view.task.TaskEditFormFieldFactory.onCreateField(TaskEditFormFieldFactory.java:83)
at com.mycollab.vaadin.ui.AbstractBeanFieldGroupFieldFactory.setBean(AbstractBeanFieldGroupFieldFactory.java:116)
at com.mycollab.vaadin.ui.GenericBeanForm.setBean(GenericBeanForm.java:86)
at com.mycollab.module.project.view.task.TaskEditForm.setBean(TaskEditForm.java:63)
at com.mycollab.community.module.project.view.service.TicketComponentFactoryImpl$NewTicketWindow.doChange(TicketComponentFactoryImpl.java:228)
at com.mycollab.community.module.project.view.service.TicketComponentFactoryImpl$NewTicketWindow.(TicketComponentFactoryImpl.java:209)
at com.mycollab.community.module.project.view.service.TicketComponentFactoryImpl.createNewTicketWindow(TicketComponentFactoryImpl.java:164)
at com.mycollab.module.project.view.ticket.TicketDashboardViewImpl.lambda$new$98de2968$1(TicketDashboardViewImpl.java:172)
at sun.reflect.GeneratedMethodAccessor390.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:510)
... 49 common frames omitted

0
Under review

Linux instance starts and shutdowns for no reason

recon 6 years ago updated 6 years ago 3

I have followed the installation steps for Linux and I can't seem to get the instance started after the initial setup on the page.
Running Debian 9 with the latest Java 8 version installed and the lastest mysql-server package.
Installation goes smooth and I can access the setup page for DB and E-Mail. After that the process shuts down and keeps shutting down after restarting with the provided startup.sh.


Log: https://pastebin.com/HD3pxLL5

0
Completed

database not established

khandelwalak2003 6 years ago updated by Nguyen 6 years ago 1
0
Completed

UnExpected error when i add a ticket for any project

ibrahemaltufaily 6 years ago updated by Nguyen 6 years ago 1
0
Answered

How to use file management process, we are using project management process from last year.

Sibasis 6 years ago updated by Nguyen 6 years ago 1

Dear Sir,


We are using MyCollab project management process from last year. It is very effective and simple process now we want to use the file management process but it shows not subscribe so please send us the process of updation to use file management process.


Thanks & Regards
Sibasis Pradhan

0

filter in tab following item

gromph 6 years ago 0

Hi,


Is there a way to filter result in following item..?

Let say, i want to see all task, bugs, risk, case, assigned to me.



Thank you.

0
Completed

[/VAADIN/widgetsets/com.mycollab.widgetset.MyCollabWidgetSet

zll 6 years ago updated by Nguyen 6 years ago 1

09:37:24,103  INFO c.m.s.DefaultServerRunner:57 - Started DefaultServerRunner in 22.082 seconds (JVM running for 23.18)
09:37:31,289  INFO c.v.s.VaadinServlet:772 - Requested resource [/VAADIN/widgetsets/com.mycollab.widgetset.MyCollabWidgetSet/com.mycollab.widgetset.MyCollabWidgetSet.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.
09:39:33,522  INFO c.v.s.VaadinServlet:772 - Requested resource [/VAADIN/widgetsets/com.mycollab.widgetset.MyCollabWidgetSet/com.mycollab.widgetset.MyCollabWidgetSet.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

Image 171

0

I applied for the Professional version of the trial, why the Professional version does not have Chinese?

魏巍 6 years ago 0

I applied for the Professional version of the trial, why the Professional version does not have Chinese?