-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10-HF03
-
Component/s: Translations
-
Sprint:nxsupport 9.1.8
-
Story Points:1
Broken since https://github.com/nuxeo/marketplace-lang-ext-incomplete/commit/93b3bc54faac309c77321f6923b7a673dfaadb5c
see https://qa2.nuxeo.org/jenkins/job/8.10/job/packages_marketplace-lang-ext-incomplete-1.0_8.10/
2017-04-07 16:09:35,107 ERROR [localhost-startStop-1] [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Failed to register extension to: service:org.nuxeo.ecm.core.operation.OperationServiceComponent, xpoint: operations in component: service:org.nuxeo.ecm.platform.tag.widgets.opertion.contrib java.lang.RuntimeException: org.nuxeo.ecm.automation.OperationException: An operation is already bound to: Tag.Suggestion. Use 'replace=true' to replace an existing operation at org.nuxeo.ecm.automation.core.AutomationComponent.registerContribution(AutomationComponent.java:146) at org.nuxeo.runtime.model.DefaultComponent.registerExtension(DefaultComponent.java:53) at org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:200) at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:389) at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:443) at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:179) at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:199) at org.nuxeo.runtime.model.impl.ComponentRegistry.addComponent(ComponentRegistry.java:127) at org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:176) at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:129) at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:104) at org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:235) at org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:179) at org.nuxeo.runtime.osgi.OSGiComponentLoader.bundleChanged(OSGiComponentLoader.java:107) at org.nuxeo.osgi.OSGiAdapter.fireBundleEvent(OSGiAdapter.java:260) at org.nuxeo.osgi.BundleImpl.setStarting(BundleImpl.java:394) at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:290) at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:177) at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:125) at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:98) at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:186) at org.nuxeo.osgi.application.loader.FrameworkLoader.install(FrameworkLoader.java:273) at org.nuxeo.osgi.application.loader.FrameworkLoader.doStart(FrameworkLoader.java:229) at org.nuxeo.osgi.application.loader.FrameworkLoader.start(FrameworkLoader.java:125) at org.nuxeo.runtime.deployment.NuxeoStarter.start(NuxeoStarter.java:120) at org.nuxeo.runtime.deployment.NuxeoStarter.contextInitialized(NuxeoStarter.java:93) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:679) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1966) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.nuxeo.ecm.automation.OperationException: An operation is already bound to: Tag.Suggestion. Use 'replace=true' to replace an existing operation at org.nuxeo.ecm.automation.core.impl.OperationTypeRegistry.addContribution(OperationTypeRegistry.java:52) at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.putOperation(OperationServiceImpl.java:378) at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.putOperation(OperationServiceImpl.java:373) at org.nuxeo.ecm.automation.core.AutomationComponent.registerContribution(AutomationComponent.java:144) ... 38 more 2017-04-07 16:09:35,504 ERROR [localhost-startStop-1] [org.nuxeo.runtime.api.Framework] java.lang.RuntimeException: org.nuxeo.ecm.automation.OperationException: An operation is already bound to: Tag.Suggestion. Use 'replace=true' to replace an existing operation java.lang.RuntimeException: org.nuxeo.ecm.automation.OperationException: An operation is already bound to: Tag.Suggestion. Use 'replace=true' to replace an existing operation at org.nuxeo.ecm.automation.core.AutomationComponent.registerContribution(AutomationComponent.java:146) at org.nuxeo.runtime.model.DefaultComponent.registerExtension(DefaultComponent.java:53) at org.nuxeo.runtime.model.impl.ComponentInstanceImpl.registerExtension(ComponentInstanceImpl.java:200) at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.activate(RegistrationInfoImpl.java:389) at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.resolve(RegistrationInfoImpl.java:443) at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:179) at org.nuxeo.runtime.model.impl.ComponentRegistry.resolveComponent(ComponentRegistry.java:199) at org.nuxeo.runtime.model.impl.ComponentRegistry.addComponent(ComponentRegistry.java:127) at org.nuxeo.runtime.model.impl.ComponentManagerImpl.register(ComponentManagerImpl.java:176) at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:129) at org.nuxeo.runtime.model.impl.DefaultRuntimeContext.deploy(DefaultRuntimeContext.java:104) at org.nuxeo.runtime.osgi.OSGiRuntimeService.loadComponents(OSGiRuntimeService.java:235) at org.nuxeo.runtime.osgi.OSGiRuntimeService.createContext(OSGiRuntimeService.java:179) at org.nuxeo.runtime.osgi.OSGiComponentLoader.bundleChanged(OSGiComponentLoader.java:107) at org.nuxeo.osgi.OSGiAdapter.fireBundleEvent(OSGiAdapter.java:260) at org.nuxeo.osgi.BundleImpl.setStarting(BundleImpl.java:394) at org.nuxeo.osgi.BundleImpl.start(BundleImpl.java:290) at org.nuxeo.osgi.BundleRegistry.doRegister(BundleRegistry.java:177) at org.nuxeo.osgi.BundleRegistry.register(BundleRegistry.java:125) at org.nuxeo.osgi.BundleRegistry.install(BundleRegistry.java:98) at org.nuxeo.osgi.OSGiAdapter.install(OSGiAdapter.java:186) at org.nuxeo.osgi.application.loader.FrameworkLoader.install(FrameworkLoader.java:273) at org.nuxeo.osgi.application.loader.FrameworkLoader.doStart(FrameworkLoader.java:229) at org.nuxeo.osgi.application.loader.FrameworkLoader.start(FrameworkLoader.java:125) at org.nuxeo.runtime.deployment.NuxeoStarter.start(NuxeoStarter.java:120) at org.nuxeo.runtime.deployment.NuxeoStarter.contextInitialized(NuxeoStarter.java:93) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:679) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1966) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.nuxeo.ecm.automation.OperationException: An operation is already bound to: Tag.Suggestion. Use 'replace=true' to replace an existing operation at org.nuxeo.ecm.automation.core.impl.OperationTypeRegistry.addContribution(OperationTypeRegistry.java:52) at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.putOperation(OperationServiceImpl.java:378) at org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.putOperation(OperationServiceImpl.java:373) at org.nuxeo.ecm.automation.core.AutomationComponent.registerContribution(AutomationComponent.java:144) ... 38 more