"lscm list changsets ..." sometimes throws a random error
I get the following random error when I do "lscm list changesets". I tried unloading the workspace, deleting the sandbox, and the loading it back. But this error sometimes still show up 7/10 times.
com.ibm.team.rtc.cli.infrastructure.internal.core.CLIClientException: The parent info for item Folder named 'code_comp5' with item id: _lSvnkIzUEeuCcsNQ8ANQNQ state id: _lP4g0IzUEeuh4YGC6427oA context id: _vuvZwI3vEeuJTLRe7C01GQ component id: _cvBTAIzUEeuh4YGC6427oA is missing. Local segments resolved before missing item encountered: /code_comp5.
at com.ibm.team.filesystem.cli.core.util.StatusHelper.toCLIClientException(StatusHelper.java:805)
at com.ibm.team.filesystem.cli.core.AbstractSubcommand.run(AbstractSubcommand.java:53)
at com.ibm.team.rtc.cli.infrastructure.internal.core.SubcommandLauncher.run(SubcommandLauncher.java:593)
at com.ibm.team.rtc.cli.infrastructure.internal.core.SubcommandLauncher.doStart(SubcommandLauncher.java:362)
at com.ibm.team.rtc.cli.infrastructure.internal.core.SubcommandLauncher.run(SubcommandLauncher.java:122)
at com.ibm.team.filesystem.cli.client.internal.daemon.CommandLineClient.handleRequest(CommandLineClient.java:186)
at com.ibm.team.filesystem.client.internal.http.ProtocolSwitchingHttpHandler.handle(ProtocolSwitchingHttpHandler.java:46)
at com.ibm.team.filesystem.client.internal.http.HttpConnection.readNextRequest(HttpConnection.java:672)
at com.ibm.team.filesystem.client.internal.http.HttpConnection$1.run(HttpConnection.java:505)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.IllegalStateException: The parent info for item Folder named 'code_comp5' with item id: _lSvnkIzUEeuCcsNQ8ANQNQ state id: _lP4g0IzUEeuh4YGC6427oA context id: _vuvZwI3vEeuJTLRe7C01GQ component id: _cvBTAIzUEeuh4YGC6427oA is missing. Local segments resolved before missing item encountered: /code_comp5.
at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.getLocalPathInternal_rec(CopyFileAreaStore.java:1015)
at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.getLocalPathInternal(CopyFileAreaStore.java:976)
at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.getLocalPathInternal(CopyFileAreaStore.java:948)
at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileAreaStore.getLocalPathFor(CopyFileAreaStore.java:928)
at com.ibm.team.filesystem.client.internal.copyfileareas.CopyFileArea.getLocalPathFor(CopyFileArea.java:274)
at com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.getExistingShareable(MergeLoadMutator.java:2053)
at com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.load(MergeLoadMutator.java:491)
at com.ibm.team.filesystem.client.internal.load.MergeLoadMutator.execute(MergeLoadMutator.java:382)
at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:99)
at com.ibm.team.filesystem.client.internal.operations.LoadOperation.load(LoadOperation.java:1279)
at com.ibm.team.filesystem.client.internal.operations.LoadOperation$1.run(LoadOperation.java:722)
at com.ibm.team.filesystem.rcp.core.internal.resources.ResourceSharingManager$1.run(ResourceSharingManager.java:82)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at com.ibm.team.filesystem.rcp.core.internal.resources.ResourceSharingManager.runWithinFileSystemLock(ResourceSharingManager.java:94)
at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:174)
at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.runWithinFileSystemLock(FileSystemOperation.java:154)
at com.ibm.team.filesystem.client.internal.operations.LoadOperation.execute(LoadOperation.java:760)
at com.ibm.team.filesystem.client.internal.operations.FileSystemOperation.run(FileSystemOperation.java:99)
at com.ibm.team.filesystem.client.internal.rest.util.LoadUtil.load(LoadUtil.java:575)
at com.ibm.team.filesystem.rcp.core.internal.rest.FilesystemRestClient.postLoadCFA(FilesystemRestClient.java:845)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)
at com.ibm.team.filesystem.client.daemon.JSONHandler.handle(JSONHandler.java:322)
at com.ibm.team.filesystem.client.internal.http.HttpConnection.readNextRequest(HttpConnection.java:672)
at com.ibm.team.filesystem.client.internal.http.HttpConnection$1.run(HttpConnection.java:505)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.decodeExceptions(MarshallerUtil.java:377)
at com.ibm.team.repository.common.serialize.internal.JSONDeserializer.deserializeErrorObj(JSONDeserializer.java:957)
at com.ibm.team.filesystem.client.internal.marshalling.ExceptionHandlingJSONDeserializer.deserializeErrorObj(ExceptionHandlingJSONDeserializer.java:128)
at com.ibm.team.repository.common.serialize.internal.JSONDeserializer.deserializeException(JSONDeserializer.java:933)
at com.ibm.team.filesystem.client.internal.marshalling.EObjectJSONDeserializer.deserializeError(EObjectJSONDeserializer.java:71)
at com.ibm.team.filesystem.client.restproxy.RestInvocationHandler.executeRequest(RestInvocationHandler.java:274)
at com.ibm.team.filesystem.client.restproxy.RestInvocationHandler.executeAndReturnResult(RestInvocationHandler.java:228)
at com.ibm.team.filesystem.client.restproxy.RestInvocationHandler.invokeInternal(RestInvocationHandler.java:375)
at com.ibm.team.filesystem.client.restproxy.RestInvocationHandler.invoke(RestInvocationHandler.java:318)
at com.sun.proxy.$Proxy1.postLoadCFA(Unknown Source)
at com.ibm.team.filesystem.cli.client.internal.subcommands.LoadCmd.run(LoadCmd.java:182)
at com.ibm.team.filesystem.cli.client.internal.subcommands.LoadCmdLauncher.run(LoadCmdLauncher.java:193)
at com.ibm.team.filesystem.cli.core.AbstractSubcommand.run(AbstractSubcommand.java:51)
... 8 more
java.lang.RuntimeException: com.ibm.team.rtc.cli.infrastructure.internal.core.CLIClientException: The parent info for item Folder named 'code_comp5' with item id: _lSvnkIzUEeuCcsNQ8ANQNQ state id: _lP4g0IzUEeuh4YGC6427oA context id: _vuvZwI3vEeuJTLRe7C01GQ component id: _cvBTAIzUEeuh4YGC6427oA is missing. Local segments resolved before missing item encountered: /code_comp5.
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
"lscm load .. " also gives the following error:
Are you doing a reload to an existing sandbox or a load into a new sandbox?
Usually this can happen when you accept a folder from a stream and the parent of that folder is missing from your workspace. Did you delete a folder in your workspace? or some changes related to the parent of code_comp5 folder?