It's all about the answers!

Ask a question

The Bundle X is invalid


Carla Celiberti (9151) | asked Jul 31 '08, 11:13 a.m.
Hi
I did these steps:
- created plugin that extends datawarehouse
- moved the plugin in repotools folder
- changed confing.ini of repotools in configuration folder
- opened command line and wrote "repotools -createTables"

But the result is:
The bundle X with the id 45 is invalid, it is not RESOLVED.

someone have some idea?

Thanks

11 answers



permanent link
Simon Archer (2761) | answered Jul 31 '08, 11:37 a.m.
A bundle that is unable to have its Import-Package and Require-Bundle constraints satisfied will fail to be RESOLVED and will revert to INSTALLED. To find out exactly what is wrong, use the console's diag command, for example:

osgi> diag 45

This will tell you which constraints have not been satisfied. You should probably uninstall the bundle before fixing the problem and re-installing it:

osgi> uninstall 45

Please report back with your findings and I'll strive to help you further.

Good luck,

Simon

Your answer


Register or 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.