Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Host bundle exists but is unresolved
Host bundle exists but is unresolved [message #79047] Thu, 14 December 2006 11:23 Go to next message
Nicolas Jouanin is currently offline Nicolas JouaninFriend
Messages: 52
Registered: July 2009
Member
Hi,

I've a problem in eclipse IDE with some plugins project i'm working on.
These plugins have several fragments for I18n stuffs and are checkout
though SVN repository. Here's now what happens.
I start Eclipse with a new workspace location and checkout my plugins and
fragments. Then the plugins are built and I get this kind of error for
each frgament in my workspace :
Host bundle 'org.escapek.client.cmdb' exists but is
unresolved org.escapek.client.cmdb.en/META-INF MANIFEST.MF line 6

This is an example message, but I get it for each fragment.
I don't know where it comes from, because when running, i've no problem,
translations which are in the fragments are correctly found. But, when I
use the export wizard I get strange errors saying i can't find a plugin
with version 0.0.0, so i guess it may deal with this problem.

Does anyone got any idea ?

Here is the MANIFEST..MF file for fragment which gives an error :
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: En Fragment
Bundle-SymbolicName: org.escapek.client.cmdb.en
Bundle-Version: 1.0.0
Fragment-Host: org.escapek.client.cmdb;bundle-version="1.0.0"
Bundle-Localization: plugin

and the MANIFEST.MF of the corresponding plugin :
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Cmdb Plug-in
Bundle-SymbolicName: org.escapek.client.cmdb;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.escapek.client.cmdb.CMDBActivator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.escapek.server,
org.eclipse.core.expressions,
org.escapek.logger,
org.eclipse.ui,
org.escapek.i18n
Eclipse-LazyStart: true
Export-Package: org.escapek.client.cmdb,
org.escapek.client.cmdb.CIClassManagers,
org.escapek.client.cmdb.interfaces,
org.escapek.client.cmdb.tools

Thanks for your help.
Re: Host bundle exists but is unresolved [message #79406 is a reply to message #79047] Mon, 18 December 2006 16:33 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
Are all the required bundles from you host bundle available in your
target? Also, what version of Eclipse are you using. Eclipse 3.3 M4
has released some fixes to make resolution errors easier to deal with in
PDE. You may also want to ask the PDE newsgroups or mailing lists.

HTH

Tom.


>
> Here is the MANIFEST..MF file for fragment which gives an error :
> Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Name: En Fragment
> Bundle-SymbolicName: org.escapek.client.cmdb.en
> Bundle-Version: 1.0.0
> Fragment-Host: org.escapek.client.cmdb;bundle-version="1.0.0"
> Bundle-Localization: plugin
>
> and the MANIFEST.MF of the corresponding plugin : Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Name: Cmdb Plug-in
> Bundle-SymbolicName: org.escapek.client.cmdb;singleton:=true
> Bundle-Version: 1.0.0
> Bundle-Activator: org.escapek.client.cmdb.CMDBActivator
> Bundle-Localization: plugin
> Require-Bundle: org.eclipse.core.runtime,
> org.escapek.server,
> org.eclipse.core.expressions,
> org.escapek.logger,
> org.eclipse.ui,
> org.escapek.i18n
> Eclipse-LazyStart: true
> Export-Package: org.escapek.client.cmdb,
> org.escapek.client.cmdb.CIClassManagers,
> org.escapek.client.cmdb.interfaces,
> org.escapek.client.cmdb.tools
>
> Thanks for your help.
>
>
Re: Host bundle exists but is unresolved [message #79582 is a reply to message #79406] Tue, 19 December 2006 17:43 Go to previous message
Nicolas Jouanin is currently offline Nicolas JouaninFriend
Messages: 52
Registered: July 2009
Member
Hi,

Thanks for your feedback. I've tried 3.3M4 and this problem does not
exists anymore. I don't know if it is a bugfix.

Nicolas.

Tom Watson wrote:

> Are all the required bundles from you host bundle available in your
> target? Also, what version of Eclipse are you using. Eclipse 3.3 M4
> has released some fixes to make resolution errors easier to deal with in
> PDE. You may also want to ask the PDE newsgroups or mailing lists.

> HTH

> Tom.


>>
>> Here is the MANIFEST..MF file for fragment which gives an error :
>> Manifest-Version: 1.0
>> Bundle-ManifestVersion: 2
>> Bundle-Name: En Fragment
>> Bundle-SymbolicName: org.escapek.client.cmdb.en
>> Bundle-Version: 1.0.0
>> Fragment-Host: org.escapek.client.cmdb;bundle-version="1.0.0"
>> Bundle-Localization: plugin
>>
>> and the MANIFEST.MF of the corresponding plugin : Manifest-Version: 1.0
>> Bundle-ManifestVersion: 2
>> Bundle-Name: Cmdb Plug-in
>> Bundle-SymbolicName: org.escapek.client.cmdb;singleton:=true
>> Bundle-Version: 1.0.0
>> Bundle-Activator: org.escapek.client.cmdb.CMDBActivator
>> Bundle-Localization: plugin
>> Require-Bundle: org.eclipse.core.runtime,
>> org.escapek.server,
>> org.eclipse.core.expressions,
>> org.escapek.logger,
>> org.eclipse.ui,
>> org.escapek.i18n
>> Eclipse-LazyStart: true
>> Export-Package: org.escapek.client.cmdb,
>> org.escapek.client.cmdb.CIClassManagers,
>> org.escapek.client.cmdb.interfaces,
>> org.escapek.client.cmdb.tools
>>
>> Thanks for your help.
>>
>>
Previous Topic:questions on bundle and event
Next Topic:RequestDispatcherAdaptor NullPointerException
Goto Forum:
  


Current Time: Fri Apr 26 06:58:19 GMT 2024

Powered by FUDForum. Page generated in 0.02611 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top