Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
VDumitru
Contributor III
Contributor III

Error when opening jobs in studio "Unknown command addLocks"

Hi,

 

I have Talend 6.2.1 installed on my local machine. When I open any job i get this message : "An error occured (java.Lang.Exception: Message from remote server: Unknown Command 'addLocks')"

 

This is the log details : 

org.talend.commons.exception.PersistenceException: java.lang.Exception: Message from remote server: Unknown command 'addLocks'
at org.talend.repository.remoteprovider.AbstractRemoteProviderRepositoryFactory.lock(AbstractRemoteProviderRepositoryFactory.java:816)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.lock(RemoteRepositoryFactory.java:623)
at org.talend.core.repository.model.ProxyRepositoryFactory.lock(ProxyRepositoryFactory.java:937)
at org.talend.core.repository.model.ProxyRepositoryFactory.isEditableAndLockIfPossible(ProxyRepositoryFactory.java:1648)
at org.talend.designer.core.ui.editor.process.Process.checkReadOnly(Process.java:2764)
at org.talend.core.ui.editor.JobEditorInput.checkReadOnly(JobEditorInput.java:255)
at org.talend.core.ui.editor.JobEditorInput.checkInit(JobEditorInput.java:83)
at org.talend.core.ui.editor.JobEditorInput.<init>(JobEditorInput.java:68)
at org.talend.designer.core.ui.editor.ProcessEditorInput.<init>(ProcessEditorInput.java:39)
at org.talend.designer.core.ui.editor.ProcessEditorInput.<init>(ProcessEditorInput.java:34)
at org.talend.designer.core.ui.action.EditProcess.getEditorInput(EditProcess.java:165)
at org.talend.designer.core.ui.action.EditProcess.doRun(EditProcess.java:145)
at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:632)
at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:99)
at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:258)
at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3277)
at org.talend.repository.svnprovider.SvnRepositoryFactory.executeRepositoryWorkUnit(SvnRepositoryFactory.java:334)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.executeRepositoryWorkUnit(RemoteRepositoryFactory.java:787)
at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:2076)
at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:641)
at org.talend.designer.core.ui.action.OpenJobAction.run(OpenJobAction.java:68)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
at org.talend.designer.core.ui.action.OpenJobAction.runWithEvent(OpenJobAction.java:97)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:243)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:237)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:462)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.talend.rcp.intro.Application.start(Application.java:208)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
Caused by: java.lang.Exception: Message from remote server: Unknown command 'addLocks'
at org.talend.repository.remoteprovider.AbstractRemoteProviderRepositoryFactory.lock(AbstractRemoteProviderRepositoryFactory.java:810)
... 53 more

 

After I click ok, the job opens, and I can not edit it.

 

Thank you,

Viorel-Nicusor Dumitru

Labels (2)
1 Solution

Accepted Solutions
VDumitru
Contributor III
Contributor III
Author

After a second restart of the Talend Services, the error went away.

 

This topic can be Marked as solved.

View solution in original post

1 Reply
VDumitru
Contributor III
Contributor III
Author

After a second restart of the Talend Services, the error went away.

 

This topic can be Marked as solved.