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

Error with Bundles

I have following this article: 
https://jazz.net/wiki/bin/view/Main/JAFTutorialStepREST#Testing_using_Eclipse_and_Embedd
But in the section of Testing the plugin in Jetty the Bundle Validation shows different errors:

Eg:
com.ibm.iant
  Missing Constraint: Require-Bundle com.ibm.etools.iseries.toolbox; bundle-version="0.0.0"
  Missing Constraint: Require-Bundle com.ibm.team.enterprise.metadata.collection.client; bundle-version="0.0.0"
  Missing Constraint: Require-Bundle com.ibm.teamp.ibimi.metadata.collection.client; bundle-version="0.0.0"

com.ibm.apt.client.tests
    Missing Constraint: Require-Bundle org.selenium.java.client; bundle-version="0.0.0"
com.ibm.team.process.authoring.selenium.webdriver.tests
    Missing Constraint: Require-Bundle org.selenium.java.client; bundle-version="0.0.0"
com.ibm.team.process.selenium.webdriver.tests
    Missing Constraint: Require-Bundle org.selenium.java.client; bundle-version="0.0.0"
com.ibm.team.workitem.ide.ui.tests
    Missing Constraint: Require-Bundle org.eclipse.swt.sleak; bundle-version="0.0.0"
org.eclipse.core.net.win32.x86_64
  Platform filter did not match: (& (osgi.os=win32) (osgi.arch=x86_64))
org.eclipse.equinox.http.servletbridge
  Missing Constraint: Import-Package: org.eclipse.equinox.servletbridge, version="1.0.0"

My Target Plataform has jfs-sdk and rtc-sdk
Why do I get this errors?

0 votes



2 answers

Permanent link
My best guess is that the bundles above are for System I or System Z architectures only.

0 votes

Comments

I have added some information. I am trying to remove every bundle with errors because many of them looks like bundles with tests. But I am worry about one called org.eclipse.equinox.http.servletbridge bacuse it seems important

If you need a particular bundle that does is in the target platform but is not getting loaded automatically, you can add the package to the implicit dependencies in the target platform page. It looks like you are including more bundles than you need. The steps in the wiki page indicate to remove most bundles. Another possibility is the bundle level required does not match the target platform level.


Permanent link
The problem was the Platform Target in Eclipse where it was set RTC-SDK too. I used the same workspace for rtc extensions and to follow the tutorial. Now I have it in separate workspaces and everything works fine.

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
× 10,952

Question asked: Apr 10 '15, 6:15 a.m.

Question was seen: 4,117 times

Last updated: Apr 13 '15, 11:04 a.m.

Confirmation Cancel Confirm