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

Error While Creating New Ticket

Siddhit Renake 5 years ago updated by Nguyen 5 years ago 6

Hello Team,


MyCollab Version: Community 6.0

While Creating new ticket from Menu bar getting below error.


Image 200


Ticket creation works fine if I go to left hand side Tickets section and then create ticket from there.Issue happens only while creating ticket from New button on Menu bar.Please assist in fixing this issue. Below is error trace.


========================17:45:42,449  WARN c.m.c.DistributionLockUtil:43 - Can not get lock service

17:45:42,451 ERROR c.m.w.DesktopApplication:263 - 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:437)

at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:402)

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:513)

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.Servlet30CometSupport.service(Servlet30CometSupport.java:66)

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.JSR356Endpoint$1.onMessage(JSR356Endpoint.java:214)

at org.atmosphere.container.JSR356Endpoint$1.onMessage(JSR356Endpoint.java:211)

at io.undertow.websockets.jsr.FrameHandler$7.run(FrameHandler.java:286)

at io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:168)

at io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:165)

at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)

at io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:602)

at io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:592)

at io.undertow.websockets.jsr.FrameHandler.invokeTextHandler(FrameHandler.java:266)

at io.undertow.websockets.jsr.FrameHandler.onFullTextMessage(FrameHandler.java:317)

at io.undertow.websockets.core.AbstractReceiveListener$2.complete(AbstractReceiveListener.java:156)

at io.undertow.websockets.core.AbstractReceiveListener$2.complete(AbstractReceiveListener.java:152)

at io.undertow.websockets.core.BufferedTextMessage.read(BufferedTextMessage.java:105)

at io.undertow.websockets.core.AbstractReceiveListener.readBufferedText(AbstractReceiveListener.java:152)

at io.undertow.websockets.core.AbstractReceiveListener.bufferFullMessage(AbstractReceiveListener.java:90)

at io.undertow.websockets.jsr.FrameHandler.onText(FrameHandler.java:182)

at io.undertow.websockets.core.AbstractReceiveListener.handleEvent(AbstractReceiveListener.java:44)

at io.undertow.websockets.core.AbstractReceiveListener.handleEvent(AbstractReceiveListener.java:33)

at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)

at io.undertow.server.protocol.framed.AbstractFramedChannel$FrameReadListener.handleEvent(AbstractFramedChannel.java:948)

at io.undertow.server.protocol.framed.AbstractFramedChannel$FrameReadListener.handleEvent(AbstractFramedChannel.java:929)

at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)

at org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.readReady(ReadReadyHandler.java:66)

at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:88)

at org.xnio.nio.WorkerThread.run(WorkerThread.java:561)

Caused by: java.lang.reflect.InvocationTargetException: null

at sun.reflect.GeneratedMethodAccessor156.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)

... 43 common frames omitted

Caused by: com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in com.mycollab.module.project.view.task.TaskEditForm$FormLayoutFactory$$Lambda$861/603793690 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)

... 47 common frames omitted

Caused by: kotlin.KotlinNullPointerException: null

at com.mycollab.module.project.service.impl.ProjectTaskServiceImpl.saveWithSession(ProjectTaskServiceImpl.kt:100)

at com.mycollab.module.project.service.impl.ProjectTaskServiceImpl.saveWithSession(ProjectTaskServiceImpl.kt:70)

at com.mycollab.module.project.service.impl.ProjectTaskServiceImpl$$FastClassBySpringCGLIB$$db0586dd.invoke(<generated>)

at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)

at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)

at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:174)

at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:174)

at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:174)

at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)

at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)

at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)

at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:185)

at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)

at com.mycollab.module.project.service.impl.ProjectTaskServiceImpl$$EnhancerBySpringCGLIB$$c58ffdfe.saveWithSession(<generated>)

at com.mycollab.module.project.view.task.TaskEditForm$FormLayoutFactory.lambda$getLayout$4948a086$1(TaskEditForm.java:89)

at sun.reflect.GeneratedMethodAccessor158.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)

... 53 common frames omitted

0
Under review

Files upload for the tasks or for the project is not working

Tejeswar Reddy V 5 years ago updated 5 years ago 6

This is restarting the application. I mean if i try to upload a file and it stuck a while and then if i do refresh the page it is taking me to login screen.

0
Fixed

forgot password is not working

Tejeswar Reddy V 5 years ago updated by Nguyen 5 years ago 1

when i click the forgot password we get the mail, but the link in the mail will redirects to login page but it doesn't say whats the password

0
Completed

i can not able to install mycollab

karthik2010be 5 years ago updated by Vikas Waghmare 5 years ago 12

After filled the server & database information, mycollab server restarted and keep on showing setting up message. Not redirected to Home page.

0
Completed

is there any way to see the project planner style for each user?

Tejeswar Reddy V 5 years ago updated by Nguyen 5 years ago 12

Under user profile

User

  |

  |

  |----->Proj 1 (start date      end date)

  |           |

  |           |-----> Task 1     start date      end date      comments

  |           |-----> Bug 1      start date      end date      comments

  |           |-----> Task 2     start date      end date      comments

  |           |-----> Bug 2      start date      end date      comments        

  |           |

  |----->Proj 2 (start date      end date)

  |           |

  |           |-----> Task 1     start date      end date      comments

  |           |-----> Bug 1      start date      end date      comments

  |           |-----> Task 2     start date      end date      comments

  |           |-----> Bug 2      start date      end date      comments

0
Completed

Can we integrate the Slack for the chat box?

Tejeswar Reddy V 5 years ago updated by Nguyen 5 years ago 1

it would be great if mycollab has an integrated slack

0
Answered

can i access other project tasks or bugs and leave comments?

Tejeswar Reddy V 5 years ago updated by Nguyen 5 years ago 1

let's say i have 10 users overall

user 1 in proj 1 (members in proj 1: Owner and user 1)
user 2 in proj 2 (members in proj 2: Owner and user 2)

user 3 in proj 3 (members in proj 3: Owner and user 3)

Now user 1 has some problem in task, so can the user 3 add comments in proj 1 task?

If so where can i change the settings?

0
Answered

if i want to deploy in AWS instance. What should i give for the server address?

Tejeswar Reddy V 5 years ago updated by Nguyen 5 years ago 12

for local deployment we give localhost but what about AWS ec2-instance ?

0
Answered

when i try to build locally

Tejeswar Reddy V 5 years ago updated by Nguyen 5 years ago 8

Image 188

$ mvn install -Dmaven.test.skip=true

when i run the above command i got this error how to slove this. can i comment those under pom.xml ?

0
Fixed

Upgrade 5.10 to 6 not working

ExColo 5 years ago updated by Nguyen 5 years ago 12

Hello, 

We are testing upgrade of 5.10 to 6 and are running into this issue, but when we check there is nothing running on 8080.

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
10:59:35,017 ERROR o.s.b.d.LoggingFailureAnalysisReporter:42 -
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.