BonitaStudio 6.3.0 error when publish organization

1
+1
-1

Hello, i got some error when publish my organization.

An error occured during synchronization
org.bonitasoft.studio.actors.operation.PublishOrganizationOperation.run(PublishOrganizationOperation.java:107)
org.bonitasoft.studio.actors.ui.handler.InstallOrganizationHandler.execute(InstallOrganizationHandler.java:65)
org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:606)
org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
org.bonitasoft.studio.actors.ui.wizard.SynchronizeOrganizationWizard$1.run(SynchronizeOrganizationWizard.java:118)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Then is not set it to active! :( My organization is settings is are ok, "groups,roules,actors" and process mapped right!

How i can solve this? Thanks in advance!

2 answers

1
+3
-1
This one is the BEST answer!

Hello guys, i solved my problem!

Fact is, my tomcat on eclipse use port 9091 , is the same port of H2 listener studio.

<Listener baseDir="${catalina.home}/bonita/server/platform/work" className="org.bonitasoft.tomcat.H2Listener" start="true" tcpPort="9091"/>

So when started bonitastudio after tomcats up the error apears. "But bonita studio errors is not clear".

Solution i change my tomcat eclipse HTTP port and I live again!!

Cheers

Comments

Submitted by fabian745 on Sat, 09/27/2014 - 07:37

puedes mostrar los pasos bien esplicados de como solucionaste el problema ....de antemano gracias!!

1
0
-1

I do have the same problem! I configured Bonita to MS SQL 2012 Server but now I could not publish or run any processes. Could somebody help me with it? I have configured SQL 2012 as was told in the instruction

An error occured during synchronization
org.bonitasoft.studio.actors.operation.PublishOrganizationOperation.run(PublishOrganizationOperation.java:107)
org.bonitasoft.studio.actors.ui.handler.InstallOrganizationHandler.execute(InstallOrganizationHandler.java:65)
org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
org.bonitasoft.studio.actors.ui.wizard.SynchronizeOrganizationWizard$1.run(SynchronizeOrganizationWizard.java:118)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Regards,

Notifications