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

Install issue windows server 2016

James 5 years ago updated by Nguyen 5 years ago 2

Hello I am having problems installing the latest version of mycollab on my windows server 2016

I have The latest MySQL and Latest Java versions installed on the server.

Problem:

When i try to launch startup.bat the window closes automatically, The same happens when i try any of the other bat files.

I have tried running the executor.jar without running it from the bat files and it seems to start and run but I assume this wont make it work in the long run.

There is no command or bat windows open only the process from task manager.

Running just the executor.jar the out file is

12:55:35,804 INFO o.xnio:104 - XNIO version 3.3.8.Final
12:55:35,819 INFO o.x.nio:55 - XNIO NIO Implementation Version 3.3.8.Final
12:55:35,866 INFO o.s.b.w.e.u.UndertowServletWebServer:148 - Undertow started on port(s) 8080 (http) with context path ''
12:55:35,866 INFO c.m.s.DefaultServerRunner:59 - Started DefaultServerRunner in 717.592 seconds (JVM running for 717.894)

Note I can visit the install page if i run the executor.jar and it does appear to start installing the database structure and files but it wont redirect from that page even after 30+ minutes on semi decent server.

If anyone knows why the .bat files wont work on this system that would be a great help ! Thanks

0
Under review

problem in installing MYCOllab

gajender reddy 5 years ago updated by Nguyen 5 years ago 5

Hi we are facing issue in installing. 

failed to bind properties under server.port

property: server.port

vaule:

origin: "server.port" from property source "system properties"

reason: Failed  to convert java.lang.string to int

Action 

update your application's configuration

0

Unable to invite any member

anuragroy17 5 years ago 0

I am getting this error message whenever I invite someone through email. The following is the error:


ERROR com.mycollab.spring.AppEventBus:35 - Error in event bus execution
com.mycollab.core.MyCollabException: org.apache.commons.mail.EmailException: javax.mail.internet.AddressException: Local address ends with dot in string

there isn't any dot before @, still it's showing that.

0
Answered

Irrespective of any port given ,Web server failed to start. Port 8888 was already in use.

Ravi 5 years ago updated by Karsten Falkenberg 5 years ago 15

I m trying to install the latest version of mycollab on windows 10 .However the server always giving the following error after creating and migrating db changes :- 

***************************
APPLICATION FAILED TO START
***************************

Description:

Web server failed to start. Port 8888 was already in use.

Action:

Identify and stop the process that's listening on port 8888 or configure this application to listen on another port.

irrespective of any port values .

There is one More Bug I feel in  mycollab.bat file : %_EXECJAVA% -jar executor.jar %* %MYCOLLAB_OPTS% -Dserver.port=%MYCOLLAB_PORT%  which always take the default port 

Could anybody help me out to overcome this issue.

0

What is components ?

Samuel Freymou 5 years ago 0

    Hello !

I recently installed MyCollab and this tools seems to be great for my use. 

I created my projects but I don't understant the "Components" section. What is a component in MyCollab terms ?

Thanks

0
Under review

I got an error while filling the setup assistant - Failed to bind properties under 'server.port' to int

anuragroy17 5 years ago updated 5 years ago 8

The following is the error during the initial setup of mycollab community:
***************************
APPLICATION FAILED TO START
***************************

Description:

Failed to bind properties under 'server.port' to int:

Property: server.port
Value:
Origin: "server.port" from property source "systemProperties"
Reason: failed to convert java.lang.String to int

Action:

Update your application's configuration

0
Fixed

I am not able to download the Community Edition after filling the Details. The page gives error.

anuragroy17 5 years ago updated by Monik 5 years ago 5

On clicking download mycollab community edition button, it gets stuck on sending request and nothing is downloaded from this page - https://mycollab.com/ce-registration/

0
Answered

DOWNLOAD MYCOLLAB COMMUNITY EDITION ISSUE

jiangpengjun 5 years ago updated 5 years ago 2

I want to experience MyCollab, when I fill in my personal information, click the DOWNLOAD MYCOLLAB COMMUNITY EDITION

button, and then the page will report 405 Not Allowed error. Who can help me, thank you very much!

Image 206

0
Under review

issue in 7.0.3 installation

Ofer 5 years ago updated by Nguyen 5 years ago 5

hi,

I did step-by-step instruction from https://docs.mycollab.com/getting-started/installation:

- Check Java requirements - 1.8.0_211

- Create the new MySQL Schema - Done.

- Install MyCollab on your server - install on windows server2012 on c:\mycollab-7.0.3

- run startup.bat - get: Using Mycollab_home: "c:\mycollab-7.0.3".


http://localhost:8080 - the page can't be displayed

why?

0
Fixed

Unexpected Error while creating new user

Santiago 5 years ago updated 5 years ago 3

I have just installed MyCollab Comunity v7.0.2 and tried to create a new user. The unexpeted error message pops up.

I can create projects and roles though.

Here's the log

ERROR com.mycollab.web.DesktopApplication:262 - 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:159)
at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:116)
at com.vaadin.server.communication.ServerRpcHandler.handleInvocation(ServerRpcHandler.java:445)
at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:410)
at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:274)
at com.vaadin.server.communication.PushHandler.lambda$new$1(PushHandler.java:148)
at com.vaadin.server.communication.PushHandler.callWithUi(PushHandler.java:248)
at com.vaadin.server.communication.PushHandler.onMessage(PushHandler.java:534)
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:225)
at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:114)
at org.atmosphere.container.Servlet30CometSupport.service(Servlet30CometSupport.java:67)
at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:2297)
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:594)
at org.atmosphere.websocket.DefaultWebSocketProcessor$3.run(DefaultWebSocketProcessor.java:345)
at org.atmosphere.util.VoidExecutorService.execute(VoidExecutorService.java:101)
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:340)
at org.atmosphere.websocket.DefaultWebSocketProcessor.invokeWebSocketProtocol(DefaultWebSocketProcessor.java:448)
at org.atmosphere.container.JSR356Endpoint$3.onMessage(JSR356Endpoint.java:272)
at org.atmosphere.container.JSR356Endpoint$3.onMessage(JSR356Endpoint.java:269)
at io.undertow.websockets.jsr.FrameHandler$7.run(FrameHandler.java:286)
at io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:170)
at io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:167)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:604)
at io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:594)
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.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
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:155)
... 43 common frames omitted
Caused by: com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in com.mycollab.vaadin.web.ui.utils.FormControlsGenerator$$Lambda$589/2075090033 failed.
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:519)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:273)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:237)
at com.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:1014)
at com.vaadin.ui.Button.fireClick(Button.java:384)
at org.vaadin.viritin.button.MButton.fireClick(MButton.java:79)
at com.vaadin.ui.Button$1.click(Button.java:57)
... 48 common frames omitted
Caused by: org.springframework.extensions.jcr.JcrSystemException: Repository access exception; nested exception is javax.jcr.RepositoryException: Unable to update item: item.save()
at org.springframework.extensions.jcr.SessionFactoryUtils.translateException(SessionFactoryUtils.java:224)
at org.springframework.extensions.jcr.JcrAccessor.convertJcrAccessException(JcrAccessor.java:59)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.java:96)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.java:118)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl.saveContent(ContentJcrDaoImpl.java:59)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl$$FastClassBySpringCGLIB$$b916a416.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl$$EnhancerBySpringCGLIB$$483f61af.saveContent()
at com.mycollab.module.ecm.service.impl.ResourceServiceImpl.saveContent(ResourceServiceImpl.kt:115)
at com.mycollab.module.file.service.impl.EntityUploaderServiceImpl.uploadLogoToStorage(EntityUploaderServiceImpl.kt:76)
at com.mycollab.module.file.service.impl.EntityUploaderServiceImpl.upload(EntityUploaderServiceImpl.kt:47)
at com.mycollab.module.file.service.impl.UserAvatarServiceImpl.uploadAvatar(UserAvatarServiceImpl.kt:54)
at com.mycollab.module.file.service.impl.UserAvatarServiceImpl.uploadDefaultAvatar(UserAvatarServiceImpl.kt:46)
at com.mycollab.module.user.service.mybatis.UserServiceDBImpl.saveUserAccount(UserServiceDBImpl.kt:127)
at com.mycollab.module.user.service.mybatis.UserServiceDBImpl$$FastClassBySpringCGLIB$$7685ca2b.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
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:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at com.mycollab.module.user.service.mybatis.UserServiceDBImpl$$EnhancerBySpringCGLIB$$f77e3c80.saveUserAccount()
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter.save(UserAddPresenter.java:98)
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter.access$000(UserAddPresenter.java:50)
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter$1.onSave(UserAddPresenter.java:64)
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter$1.onSave(UserAddPresenter.java:59)
at com.mycollab.vaadin.ui.AdvancedEditBeanForm.lambda$fireSaveForm$0(AdvancedEditBeanForm.java:54)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at com.mycollab.vaadin.ui.AdvancedEditBeanForm.fireSaveForm(AdvancedEditBeanForm.java:54)
at com.mycollab.vaadin.web.ui.utils.FormControlsGenerator.lambda$generateEditFormControls$5157902f$1(FormControlsGenerator.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
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:499)
... 54 common frames omitted
Caused by: javax.jcr.RepositoryException: Unable to update item: item.save()
at org.apache.jackrabbit.core.ItemSaveOperation.perform(ItemSaveOperation.java:265)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:329)
at org.apache.jackrabbit.core.session.SessionSaveOperation.perform(SessionSaveOperation.java:65)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:363)
at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:852)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.extensions.jcr.JcrTemplate$LogoutSuppressingInvocationHandler.invoke(JcrTemplate.java:779)
at com.sun.proxy.$Proxy208.save(Unknown Source)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl.lambda$saveContent$0(ContentJcrDaoImpl.java:112)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.java:91)
... 97 common frames omitted
Caused by: org.apache.jackrabbit.core.state.ItemStateException: Unable to create log entry: No revision available.
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.begin(SharedItemStateManager.java:579)
at org.apache.jackrabbit.core.state.SharedItemStateManager.beginUpdate(SharedItemStateManager.java:1514)
at org.apache.jackrabbit.core.state.SharedItemStateManager.update(SharedItemStateManager.java:1546)
at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:400)
at org.apache.jackrabbit.core.state.XAItemStateManager.update(XAItemStateManager.java:354)
at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:375)
at org.apache.jackrabbit.core.state.SessionItemStateManager.update(SessionItemStateManager.java:275)
at org.apache.jackrabbit.core.ItemSaveOperation.perform(ItemSaveOperation.java:258)
... 112 common frames omitted
Caused by: org.apache.jackrabbit.core.cluster.ClusterException: Unable to create log entry: No revision available.
at org.apache.jackrabbit.core.cluster.ClusterNode$WorkspaceUpdateChannel.updateCreated(ClusterNode.java:639)
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.begin(SharedItemStateManager.java:577)
... 119 common frames omitted
Caused by: org.apache.jackrabbit.core.journal.JournalException: No revision available.
at org.apache.jackrabbit.core.journal.DatabaseJournal.doLock(DatabaseJournal.java:489)
at org.apache.jackrabbit.core.journal.AbstractJournal.internalLockAndSync(AbstractJournal.java:321)
at org.apache.jackrabbit.core.journal.AbstractJournal.lockAndSync(AbstractJournal.java:299)
at org.apache.jackrabbit.core.journal.DefaultRecordProducer.append(DefaultRecordProducer.java:51)
at org.apache.jackrabbit.core.cluster.ClusterNode$WorkspaceUpdateChannel.updateCreated(ClusterNode.java:635)
... 120 common frames omitted
15:04:34,147 ERROR com.mycollab.web.DesktopApplication:262 - 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:159)
at com.vaadin.server.ServerRpcManager.applyInvocation(ServerRpcManager.java:116)
at com.vaadin.server.communication.ServerRpcHandler.handleInvocation(ServerRpcHandler.java:445)
at com.vaadin.server.communication.ServerRpcHandler.handleInvocations(ServerRpcHandler.java:410)
at com.vaadin.server.communication.ServerRpcHandler.handleRpc(ServerRpcHandler.java:274)
at com.vaadin.server.communication.PushHandler.lambda$new$1(PushHandler.java:148)
at com.vaadin.server.communication.PushHandler.callWithUi(PushHandler.java:248)
at com.vaadin.server.communication.PushHandler.onMessage(PushHandler.java:534)
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:225)
at org.atmosphere.cpr.AsynchronousProcessor.suspended(AsynchronousProcessor.java:114)
at org.atmosphere.container.Servlet30CometSupport.service(Servlet30CometSupport.java:67)
at org.atmosphere.cpr.AtmosphereFramework.doCometSupport(AtmosphereFramework.java:2297)
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:594)
at org.atmosphere.websocket.DefaultWebSocketProcessor$3.run(DefaultWebSocketProcessor.java:345)
at org.atmosphere.util.VoidExecutorService.execute(VoidExecutorService.java:101)
at org.atmosphere.websocket.DefaultWebSocketProcessor.dispatch(DefaultWebSocketProcessor.java:340)
at org.atmosphere.websocket.DefaultWebSocketProcessor.invokeWebSocketProtocol(DefaultWebSocketProcessor.java:448)
at org.atmosphere.container.JSR356Endpoint$3.onMessage(JSR356Endpoint.java:272)
at org.atmosphere.container.JSR356Endpoint$3.onMessage(JSR356Endpoint.java:269)
at io.undertow.websockets.jsr.FrameHandler$7.run(FrameHandler.java:286)
at io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:170)
at io.undertow.websockets.jsr.ServerWebSocketContainer$1.call(ServerWebSocketContainer.java:167)
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:604)
at io.undertow.websockets.jsr.ServerWebSocketContainer.invokeEndpointMethod(ServerWebSocketContainer.java:594)
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.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
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:155)
... 43 common frames omitted
Caused by: com.vaadin.event.ListenerMethod$MethodException: Invocation of method buttonClick in com.mycollab.vaadin.web.ui.utils.FormControlsGenerator$$Lambda$589/2075090033 failed.
at com.vaadin.event.ListenerMethod.receiveEvent(ListenerMethod.java:519)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:273)
at com.vaadin.event.EventRouter.fireEvent(EventRouter.java:237)
at com.vaadin.server.AbstractClientConnector.fireEvent(AbstractClientConnector.java:1014)
at com.vaadin.ui.Button.fireClick(Button.java:384)
at org.vaadin.viritin.button.MButton.fireClick(MButton.java:79)
at com.vaadin.ui.Button$1.click(Button.java:57)
... 48 common frames omitted
Caused by: org.springframework.extensions.jcr.JcrSystemException: Repository access exception; nested exception is javax.jcr.RepositoryException: Unable to update item: item.save()
at org.springframework.extensions.jcr.SessionFactoryUtils.translateException(SessionFactoryUtils.java:224)
at org.springframework.extensions.jcr.JcrAccessor.convertJcrAccessException(JcrAccessor.java:59)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.java:96)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.java:118)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl.saveContent(ContentJcrDaoImpl.java:59)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl$$FastClassBySpringCGLIB$$b916a416.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl$$EnhancerBySpringCGLIB$$483f61af.saveContent()
at com.mycollab.module.ecm.service.impl.ResourceServiceImpl.saveContent(ResourceServiceImpl.kt:115)
at com.mycollab.module.file.service.impl.EntityUploaderServiceImpl.uploadLogoToStorage(EntityUploaderServiceImpl.kt:76)
at com.mycollab.module.file.service.impl.EntityUploaderServiceImpl.upload(EntityUploaderServiceImpl.kt:47)
at com.mycollab.module.file.service.impl.UserAvatarServiceImpl.uploadAvatar(UserAvatarServiceImpl.kt:54)
at com.mycollab.module.file.service.impl.UserAvatarServiceImpl.uploadDefaultAvatar(UserAvatarServiceImpl.kt:46)
at com.mycollab.module.user.service.mybatis.UserServiceDBImpl.saveUserAccount(UserServiceDBImpl.kt:127)
at com.mycollab.module.user.service.mybatis.UserServiceDBImpl$$FastClassBySpringCGLIB$$7685ca2b.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
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:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
at com.mycollab.module.user.service.mybatis.UserServiceDBImpl$$EnhancerBySpringCGLIB$$f77e3c80.saveUserAccount()
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter.save(UserAddPresenter.java:98)
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter.access$000(UserAddPresenter.java:50)
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter$1.onSave(UserAddPresenter.java:64)
at com.mycollab.module.user.accountsettings.team.view.UserAddPresenter$1.onSave(UserAddPresenter.java:59)
at com.mycollab.vaadin.ui.AdvancedEditBeanForm.lambda$fireSaveForm$0(AdvancedEditBeanForm.java:54)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at com.mycollab.vaadin.ui.AdvancedEditBeanForm.fireSaveForm(AdvancedEditBeanForm.java:54)
at com.mycollab.vaadin.web.ui.utils.FormControlsGenerator.lambda$generateEditFormControls$5157902f$1(FormControlsGenerator.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
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:499)
... 54 common frames omitted
Caused by: javax.jcr.RepositoryException: Unable to update item: item.save()
at org.apache.jackrabbit.core.ItemSaveOperation.perform(ItemSaveOperation.java:265)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
at org.apache.jackrabbit.core.ItemImpl.save(ItemImpl.java:329)
at org.apache.jackrabbit.core.session.SessionSaveOperation.perform(SessionSaveOperation.java:65)
at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:363)
at org.apache.jackrabbit.core.SessionImpl.save(SessionImpl.java:852)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.extensions.jcr.JcrTemplate$LogoutSuppressingInvocationHandler.invoke(JcrTemplate.java:779)
at com.sun.proxy.$Proxy208.save(Unknown Source)
at com.mycollab.module.ecm.service.impl.ContentJcrDaoImpl.lambda$saveContent$0(ContentJcrDaoImpl.java:112)
at org.springframework.extensions.jcr.JcrTemplate.execute(JcrTemplate.java:91)
... 97 common frames omitted
Caused by: org.apache.jackrabbit.core.state.ItemStateException: Unable to create log entry: No revision available.
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.begin(SharedItemStateManager.java:579)
at org.apache.jackrabbit.core.state.SharedItemStateManager.beginUpdate(SharedItemStateManager.java:1514)
at org.apache.jackrabbit.core.state.SharedItemStateManager.update(SharedItemStateManager.java:1546)
at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:400)
at org.apache.jackrabbit.core.state.XAItemStateManager.update(XAItemStateManager.java:354)
at org.apache.jackrabbit.core.state.LocalItemStateManager.update(LocalItemStateManager.java:375)
at org.apache.jackrabbit.core.state.SessionItemStateManager.update(SessionItemStateManager.java:275)
at org.apache.jackrabbit.core.ItemSaveOperation.perform(ItemSaveOperation.java:258)
... 112 common frames omitted
Caused by: org.apache.jackrabbit.core.cluster.ClusterException: Unable to create log entry: No revision available.
at org.apache.jackrabbit.core.cluster.ClusterNode$WorkspaceUpdateChannel.updateCreated(ClusterNode.java:639)
at org.apache.jackrabbit.core.state.SharedItemStateManager$Update.begin(SharedItemStateManager.java:577)
... 119 common frames omitted
Caused by: org.apache.jackrabbit.core.journal.JournalException: No revision available.
at org.apache.jackrabbit.core.journal.DatabaseJournal.doLock(DatabaseJournal.java:489)
at org.apache.jackrabbit.core.journal.AbstractJournal.internalLockAndSync(AbstractJournal.java:321)
at org.apache.jackrabbit.core.journal.AbstractJournal.lockAndSync(AbstractJournal.java:299)
at org.apache.jackrabbit.core.journal.DefaultRecordProducer.append(DefaultRecordProducer.java:51)
at org.apache.jackrabbit.core.cluster.ClusterNode$WorkspaceUpdateChannel.updateCreated(ClusterNode.java:635)
... 120 common frames omitted