Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.


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)

0 votes



7 answers

Permanent link
We are seeing the same issue, Tomcat/Derby - one standalone server.
Using the Scrum template
But related to all iteration plans - Release and Sprint (the Product Backlog works)
Eclipse client: 3.0 Build id: RTC-I20110307-1844
Within RBD 8.0.2 (Eclipse 3.6.2)

0 votes


Permanent link
I'm getting the same error, were you able to get this fixed?

0 votes


Permanent link
did you resolve the issue?

0 votes


Permanent link
Oops, sorry about that I forgot to update with my resolution (I hate it when people do that :)). In my case I'm almost certain the problem was a 3.0.0 client talking to a 3.0.1 server. It would have been preferable to get a nice clean error message though...

0 votes


Permanent link
Thanks, I guess the solution to my problem will be the same then... 8)

0 votes


Permanent link
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

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)

0 votes


Permanent link
 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)

0 votes

Your answer

Register or log in to post your answer.

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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jul 05 '11, 2:23 p.m.

Question was seen: 6,950 times

Last updated: Aug 19 '14, 9:36 a.m.

Confirmation Cancel Confirm