Unable to find IPlanModeDescription
Hello,
We installed the RTC 3.0.1 on a Linux server and configured it to use Derby. We are testing out the new version with plans to upgrade our existing 2.0.x version.
Following the Getting Started, I created the JUnit example.
When I go to view Sprint plans, I get the error below. Did we do something wrong?
I even created a brand new project (based off the Scrum process) and received the same error when viewing the sprint plan. I do not get this error when viewing the Product Backlog plan.
We installed the RTC 3.0.1 on a Linux server and configured it to use Derby. We are testing out the new version with plans to upgrade our existing 2.0.x version.
Following the Getting Started, I created the JUnit example.
When I go to view Sprint plans, I get the error below. Did we do something wrong?
I even created a brand new project (based off the Scrum process) and received the same error when viewing the sprint plan. I do not get this error when viewing the Product Backlog plan.
com.ibm.team.repository.common.TeamRepositoryException: Reference problem: Unable to find IPlanModeDescription with id com.ibm.team.apt.viewmodes.internal.milestone.traceability.
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.checkStrict(NodeBasedValueComputer.java:123)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.toReturnValue(NodeBasedValueComputer.java:175)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.computeValue(NodeBasedValueComputer.java:112)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.computeValues(NodeBasedValueComputer.java:74)
at com.ibm.team.apt.internal.common.process.ConfigurationElementInvocationHandler.<init>(ConfigurationElementInvocationHandler.java:38)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.newInstance(ConfigurationElementFactory.java:202)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.singleInstance(ConfigurationElementFactory.java:67)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.singleInstance(ConfigurationElementFactory.java:58)
at com.ibm.team.apt.internal.common.PlanningCommonImpl$5.run(PlanningCommonImpl.java:226)
at com.ibm.team.apt.internal.common.PlanningCommonImpl$5.run(PlanningCommonImpl.java:1)
at com.ibm.team.workitem.client.internal.ClientServiceContext$1.run(ClientServiceContext.java:41)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1260)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1253)
at com.ibm.team.workitem.client.internal.ClientServiceContext.callCancelableService(ClientServiceContext.java:45)
at com.ibm.team.apt.internal.common.PlanningCommonImpl.findConfigurationElement(PlanningCommonImpl.java:229)
at com.ibm.team.apt.internal.common.PlanningCommonImpl.findPlanType(PlanningCommonImpl.java:185)
at com.ibm.team.apt.internal.client.IterationPlanClient.findPlanType(IterationPlanClient.java:1344)
at com.ibm.team.apt.internal.client.IterationPlanClient.fetchIterationPlanData(IterationPlanClient.java:398)
at com.ibm.team.apt.internal.ide.ui.editor.IterationPlanEditorInput$2.resolve(IterationPlanEditorInput.java:143)
at com.ibm.team.apt.internal.ide.ui.editor.IterationPlanEditorInput$2.resolve(IterationPlanEditorInput.java:1)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$DefaultResolver.resolve(TeamFuture.java:39)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.execute(TeamFuture.java:112)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.access$0(TeamFuture.java:110)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob$1.run(TeamFuture.java:95)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.run(TeamFuture.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
7 answers
This issue has been reported in the work item - https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/178771 and there will be a technote published shortly for the same.
Thanks,
Sharoon - Planning Team
Thanks,
Sharoon - Planning Team
Hello,
We installed the RTC 3.0.1 on a Linux server and configured it to use Derby. We are testing out the new version with plans to upgrade our existing 2.0.x version.
Following the Getting Started, I created the JUnit example.
When I go to view Sprint plans, I get the error below. Did we do something wrong?
I even created a brand new project (based off the Scrum process) and received the same error when viewing the sprint plan. I do not get this error when viewing the Product Backlog plan.
com.ibm.team.repository.common.TeamRepositoryException: Reference problem: Unable to find IPlanModeDescription with id com.ibm.team.apt.viewmodes.internal.milestone.traceability.
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.checkStrict(NodeBasedValueComputer.java:123)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.toReturnValue(NodeBasedValueComputer.java:175)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.computeValue(NodeBasedValueComputer.java:112)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.computeValues(NodeBasedValueComputer.java:74)
at com.ibm.team.apt.internal.common.process.ConfigurationElementInvocationHandler.<init>(ConfigurationElementInvocationHandler.java:38)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.newInstance(ConfigurationElementFactory.java:202)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.singleInstance(ConfigurationElementFactory.java:67)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.singleInstance(ConfigurationElementFactory.java:58)
at com.ibm.team.apt.internal.common.PlanningCommonImpl$5.run(PlanningCommonImpl.java:226)
at com.ibm.team.apt.internal.common.PlanningCommonImpl$5.run(PlanningCommonImpl.java:1)
at com.ibm.team.workitem.client.internal.ClientServiceContext$1.run(ClientServiceContext.java:41)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1260)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1253)
at com.ibm.team.workitem.client.internal.ClientServiceContext.callCancelableService(ClientServiceContext.java:45)
at com.ibm.team.apt.internal.common.PlanningCommonImpl.findConfigurationElement(PlanningCommonImpl.java:229)
at com.ibm.team.apt.internal.common.PlanningCommonImpl.findPlanType(PlanningCommonImpl.java:185)
at com.ibm.team.apt.internal.client.IterationPlanClient.findPlanType(IterationPlanClient.java:1344)
at com.ibm.team.apt.internal.client.IterationPlanClient.fetchIterationPlanData(IterationPlanClient.java:398)
at com.ibm.team.apt.internal.ide.ui.editor.IterationPlanEditorInput$2.resolve(IterationPlanEditorInput.java:143)
at com.ibm.team.apt.internal.ide.ui.editor.IterationPlanEditorInput$2.resolve(IterationPlanEditorInput.java:1)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$DefaultResolver.resolve(TeamFuture.java:39)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.execute(TeamFuture.java:112)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.access$0(TeamFuture.java:110)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob$1.run(TeamFuture.java:95)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.run(TeamFuture.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Hey! I'm getting the same error but my RTC version is 4.0.5 any thoughts?
com.ibm.team.repository.common.TeamRepositoryException: Reference problem: Unable to find IPlanModeDescription with id com.ibm.team.apt.viewmodes.internal.milestone.traceability.
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.checkStrict(NodeBasedValueComputer.java:123)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.toReturnValue(NodeBasedValueComputer.java:175)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.computeValue(NodeBasedValueComputer.java:112)
at com.ibm.team.apt.internal.common.process.NodeBasedValueComputer.computeValues(NodeBasedValueComputer.java:74)
at com.ibm.team.apt.internal.common.process.ConfigurationElementInvocationHandler.<init>(ConfigurationElementInvocationHandler.java:38)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.newInstance(ConfigurationElementFactory.java:202)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.singleInstance(ConfigurationElementFactory.java:67)
at com.ibm.team.apt.internal.common.process.ConfigurationElementFactory.singleInstance(ConfigurationElementFactory.java:58)
at com.ibm.team.apt.internal.common.PlanningCommonImpl$5.run(PlanningCommonImpl.java:226)
at com.ibm.team.apt.internal.common.PlanningCommonImpl$5.run(PlanningCommonImpl.java:1)
at com.ibm.team.workitem.client.internal.ClientServiceContext$1.run(ClientServiceContext.java:41)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1260)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1253)
at com.ibm.team.workitem.client.internal.ClientServiceContext.callCancelableService(ClientServiceContext.java:45)
at com.ibm.team.apt.internal.common.PlanningCommonImpl.findConfigurationElement(PlanningCommonImpl.java:229)
at com.ibm.team.apt.internal.common.PlanningCommonImpl.findPlanType(PlanningCommonImpl.java:185)
at com.ibm.team.apt.internal.client.IterationPlanClient.findPlanType(IterationPlanClient.java:1344)
at com.ibm.team.apt.internal.client.IterationPlanClient.fetchIterationPlanData(IterationPlanClient.java:398)
at com.ibm.team.apt.internal.ide.ui.editor.IterationPlanEditorInput$2.resolve(IterationPlanEditorInput.java:143)
at com.ibm.team.apt.internal.ide.ui.editor.IterationPlanEditorInput$2.resolve(IterationPlanEditorInput.java:1)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$DefaultResolver.resolve(TeamFuture.java:39)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.execute(TeamFuture.java:112)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.access$0(TeamFuture.java:110)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob$1.run(TeamFuture.java:95)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at com.ibm.team.apt.internal.ide.core.util.TeamFuture$LoadJob.run(TeamFuture.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)