Unexpected Error while creating new user
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
Latest version local installation
Hi
I just downloaded the latest community version and trying to install it on my local machine to evaluate the application. I'm running on Mac and when I start the application I get error messages during database setup complaining about the migration script as follow:
SQL State : 42000
Error Code : 1064
Message : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INDEX `FK_m_tracker_bug_5` TO `FK_m_prj_bug_5`' at line 1
Location : db/migration/mysql/V20190325_1__Custom_Fields.sql (/Users/nxlabs/Downloads/MyCollab-7.0.2/file:/Users/nxlabs/Downloads/MyCollab-7.0.2/lib/mycollab-migration-7.0.2.jar!/db/migration/mysql/V20190325_1__Custom_Fields.sql)
Line : 34
Statement : ALTER TABLE `m_prj_bug` RENAME INDEX `FK_m_tracker_bug_5` TO `FK_m_prj_bug_5`
Considering this is an installation script and I don't have any initial database to be upgraded I'm not sure what I can do to resolve this. I've removed all tables and tried running the installation script a few times and each time it breaks on the same spot. I'm running XAMPP 7.3.0 with MySql info as follow:
- Server: Localhost via UNIX socket
- Server type: MariaDB
- Server connection: SSL is not being used
- Server version: 10.1.37-MariaDB - Source distribution
- Protocol version: 10
- User: root@localhost
- Server charset: UTF-8 Unicode (utf8)
Thanks
How do I run Mycollab on windows
Hi,
I'm trying to install Mycollab 7.1.0 Community edition in a Windows 10 machine,
Installed Mycollab without any erros, followed by Mysql and Java RE.
The port is 8080 and ran startup.bat but when I try to open http://localhost:8080 i get the error that the page does not exist.
Any ideas on this?
Problem creating task ticket in community 7.0.1 edition
We already received "projectid may not be null" warning when creating tickets and tickets are not created. These are the error logs.
WARN org.springframework.context.support.ReloadableResourceBundleMessageSource:435 - Could not parse properties file [validation.xml]
java.util.InvalidPropertiesFormatException: org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 17; Document root element "validation-config", must match DOCTYPE root "null".
at sun.util.xml.PlatformXmlPropertiesProvider.load(PlatformXmlPropertiesProvider.java:80)
at java.util.Properties$XmlSupport.load(Properties.java:1201)
at java.util.Properties.loadFromXML(Properties.java:881)
at org.springframework.util.DefaultPropertiesPersister.loadFromXml(DefaultPropertiesPersister.java:78)
:
::
Caused by: org.xml.sax.SAXParseException: Document root element "validation-config", must match DOCTYPE root "null".
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396)
:
:
Has anyone run into it?
MyCollab Setup Assisant doesn't navigate any further
Hey there,
I am installing myCollab on AWS Ubuntu 18.04 and have successfully setup LAMP. Now, when I run ./startup.sh, the files do run on the public IP i.e the setup wizard. Now on entering the details, it throws no error i.e the database connection is ok yet on clicking the setup button, it just keeps revolving in the bottom saying it'll just be a minute, but doesn't take any amount of time to go beyond that.
account sign up
Hi,
How do you do self-sign up? When I click 'Create Account' it jumps to www.mycollab.com/pricing.
Thanks.
Browser does not redirect to the application home page
I installed the Community Version 7.0.1 downloaded at 10:00pm on march 6th 2019 in the following environment:
ubuntu 18.04, firefox
mysql version 5.7.25-0ubuntu0.18.04.2
openjdk version "1.8.0_191"
./startup.sh brings the application up, open localhost:8080 in Firefox shows the setup wizard.
After data input:
Check DB connection is ok.
Check SMTP is ok. test e-mail arraived.
Setup button starts the setup process and in the Terminal app I can follow the process until it is completed.
But the setup wizard in Firefox does not finish and does not redierect to the applications homepage.
Trying to open the homepage with localhost:8080 says: no cennection.
How can I access the homepage of the applucation?
./mycollab.sh: 24: export: -server: bad variable name
Hi
I tried to install MyCollab on Ubuntu 18.04 TLS. I executed
sh startup.sh
and got the error message
./mycollab.sh: 24: export: -server: bad variable name
How can I start up MyCollab?
Regards
Harald
Project Files disappeared after latest release
Hi,
I 'm using the non payable, last version (7.0.0) of MyCollab. I used to work with the 6.0.0 version and I had the possibility to store files under every project. I had a menu item named Files that I'm no longer seeing in this latest release Now, I have no access to my stored files. did you remove it or what did exactly happened ?
community.mycollab.com not working
Hi all,
I'm trying to upgrade MyCollab to the new version and I've been trying to check the steps listed in https://community.mycollab.com/ but in vain. I always get the same thing
"
Error establishing a database connection"
Could anyone please help by fixing this issue or providing the steps to do the manual upgrade.
Thanks.
Customer support service by UserEcho