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

After Deployment of plugin it is showing CRJAZ1218E The "VerifyWorkItemRelationships" bundle could not be resolved.

 Hello,


I have developed server side Advisor Plugin to validate Work item Relationships.My plugin fetch work item 1,work item 2 and link type from excel,and validate the link relationship between those two work item.I have added 6 dependencies and one package(org.eclipse.core.runtime),but after deployment it is showing error ,as below
CRJAZ1218E  The "VerifyWorkItemRelationships" bundle with id 619 is invalid,bundle is not resolved.

CRJAZ1218E The "com.ibm.team.repotools.commands.remote" bundle with the id 619 is invalid, the bundle is not RESOLVED. Examine the the diagnostics that follow this message to determine why the bundle cannot be resolved. 
com.ibm.team.repotools.commands.remote [580] 
Unresolved requirement: Import-Package: com.ibm.team.repository.client .

It is working fine on jetty server.Please assist me on resolving above issue.Should I add the repository.client package in my plugin.

Regards,
jyoti

0 votes



One answer

Permanent link

 com.ibm.team.repository.client  is client API. This API is not available on the server. Remove that API and the dependencies created for it.

0 votes

Comments

 I have not added any client API.I resolved it ,it was compatibility issue. RTC 6.0.3 and 6.0.5 uses JAVA SE-Version as 1.7,but in my Plugin Project it was using JAVA SE version as 1.8,as I  installed jetty Setup on eclipse neon and JDK 1.8.The Eclipse neon was taking by default JAVA SE version as 1.8.The above error message was incomplete.

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: Aug 22 '18, 3:49 a.m.

Question was seen: 1,951 times

Last updated: Sep 02 '18, 12:19 p.m.

Confirmation Cancel Confirm