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

where can i get the sql scripts?

Tim Tian 7 years ago updated by Nguyen 7 years ago 1

can anybody share where can i get the sql scripts? just got the source code from git, there is no sql scripts. thanks a lot!

0
Under review

avatar path problem

ismailozcan 7 years ago updated by Nguyen 7 years ago 1

We haved installed comm edition on windows server 2012

service is ok. but we have a problem. about image path

Image 51


0
Fixed

Failed to export to excel

pablo perotti 7 years ago updated by Nguyen 5 years ago 20

When you want to export the ticket database to excel, MYCollab fails.The excel mesage is "... invalid extension or format ...", and the excel file is empty.

Answer
Nguyen 5 years ago

Could you upgrade to the latest MyCollab version is 5.4.8. This issue should be fixed.

0
Fixed

Unable to load an avatar

cphilippe 7 years ago updated by Nguyen 7 years ago 3

Hi,


I'm getting the following error message when trying to upload an avatar:


An unexpected error has occurred. We apologize for the inconvenience. Our team has been notified and will investigate the issue right away. To provide us with the best chance of fixing this problem, please select Yes to add the detail description that includes the steps required to reproduce the problem


Here are the logs:

[root@bilbo.localdomain:~/www/mycollab/logs] cat mycollab.out

13:51:23,068 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.GeneratedMethodAccessor204.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.user.ui.components.ImagePreviewCropWindow$$Lambda$163/678316291 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.NoClassDefFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:103)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1181)
at org.imgscalr.Scalr.scaleImage(Scalr.java:2135)
at org.imgscalr.Scalr.resize(Scalr.java:1667)
at com.mycollab.core.utils.ImageUtil.scaleImage(ImageUtil.java:49)
at com.mycollab.module.file.service.impl.EntityUploaderServiceImpl.uploadLogoToStorage(EntityUploaderServiceImpl.java:73)
at com.mycollab.module.file.service.impl.EntityUploaderServiceImpl.upload(EntityUploaderServiceImpl.java:55)
at com.mycollab.module.file.service.impl.UserAvatarServiceImpl.uploadAvatar(UserAvatarServiceImpl.java:70)
at com.mycollab.module.user.accountsettings.profile.view.ProfileReadViewImpl.process(ProfileReadViewImpl.java:122)
at com.mycollab.module.user.ui.components.ImagePreviewCropWindow.lambda$new$efcd8657$1(ImagePreviewCropWindow.java:89)
at sun.reflect.GeneratedMethodAccessor205.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
Completed

Running My COllab on Tomcat or application server

Satish LK 7 years ago updated 7 years ago 3

Hi ,


I want to run mycollab on Application Server like apache tomcat or Weblogic .Is it possible,because i didnt find any war file.

0
Answered

Installing on shared hosting, help?

id820 7 years ago updated by Nguyen 7 years ago 1

Hey guys, sorry for the stupid question but i am trying to install on my host at namecheap.com, is there a way to install there? Or there is only option to instally locally? There is a few .bat files, is there a version with just php to install via browser?

Again, sorry if i am being too stupid but i am not a pro, i am just looking for a great project management system :) Thank you.

0
Completed

When Installing MyCollab, i'm receiving "Can not write the settings to the file system"

Kalpesh09 7 years ago updated by Nguyen 7 years ago 3

While Installing Mycollab after building the project in Idea Intellij, we are receiving a error when clicked on setup button. The error reads "Can not write the settings to the file system. "

All the permissions are provided to the complete Drive on which we need to install windows UAC is disabled as well.

0
Answered

How to install the *.lic file?

Lazarus Alliance 7 years ago updated by Nguyen 7 years ago 1

So I made the purchase and received my *.lic file without instructions. Anyone know how to install the license file? This is a linux system.

0
Not a bug

DMZ: private IP of Server is propagated instead og public one

xibeaga 7 years ago updated by gromph 6 years ago 7

Hello!


I have to run my MyCollab in a DMZ.

Problem:

The links are like this

http://192.168.11.203:81/#project/dashboard/Mg

instead of this:

http://PUBLICSERVERIP:81/#project/dashboard/Mg

how can I change this?


Thanks a lot!


0
Completed

Run it behind a webserver

Bikash 7 years ago updated by Nguyen 7 years ago 1

Hi There,

It's a great tool with awesome functionality. I would like to know how to run the application on port 80 or behind a webserver instead of running on a tcp port?