Launchpad has imported 16 comments from the remote bug at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=304338.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-03-02T11:07:34+00:00 Philipp Nanz wrote:

Build Identifier: I20100129-1300

When exporting a simple feature-based RCP product using the Product
Export Wizard, launching the product for the first time will yield an
exception in the .log file.

The problem only occurs when the option "Generate metadata repository"
is checked.

Note: This bug also affects 3.5.1 and 3.5.2, please see
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/msg35699.html

Reproducible: Always

Steps to Reproduce:
1. Import the attached projects
2. Run product export wizard on rcp.test/rcp.product
3. Be sure to check "Generate metadata repository"
4. Launch exported RCP app and inspect .log file

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/0

------------------------------------------------------------------------
On 2010-03-02T11:09:34+00:00 Philipp Nanz wrote:

Created attachment 160603
Sample projects for reproducing this bug

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/1

------------------------------------------------------------------------
On 2010-03-02T12:00:58+00:00 Philipp Nanz wrote:

Created attachment 160607
Log file

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/2

------------------------------------------------------------------------
On 2010-03-02T14:42:30+00:00 Tjwatson wrote:

This looks similar to bug 304340

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/3

------------------------------------------------------------------------
On 2010-03-02T15:06:52+00:00 Philipp Nanz wrote:

(In reply to comment #3)
> This looks similar to bug 304340

Indeed, it is the very same error message.

It should be noted though, that in my scenario no DS is used. It's just
a very simple RCP plugin being referenced by a feature that in turn
refers to the org.eclipse.rcp feature.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/4

------------------------------------------------------------------------
On 2010-03-03T15:56:23+00:00 Tjwatson wrote:

This is the same as bug 304340

The config.ini does not seem right in this case.  The generated config.ini has
this ...

osgi.bundles=reference\:file\:org.eclipse.equinox.ds_1.2.0.v20100215.jar@1\:start,reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.200.v20100123-1019.jar@1\:start


Seems like it should only contain simpleconfigurator and not ds.  If I remove
ds from the osgi.bundles property then it works with no errors.  I also find it
strange that the start-level for ds is being set to 1.  I thought the CU for ds
was to set this to start-level 2?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/5

------------------------------------------------------------------------
On 2010-03-03T16:02:14+00:00 Tjwatson wrote:

*** Bug 304340 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/6

------------------------------------------------------------------------
On 2010-03-03T16:48:26+00:00 Aniefer wrote:

Default start levels are generated in build.
The start level of 1 came from the original patch from Chris on bug 260315.  I 
will change the default to 2 (that is also what the SDK uses).

Work around is to set all your start levels explicitly in the .product
file.  (You need to do them all since defaults don't happen if any are
set).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/7

------------------------------------------------------------------------
On 2010-03-03T21:07:42+00:00 Aniefer wrote:

I updated pde/build to set 2 as the default level for ds

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/8

------------------------------------------------------------------------
On 2010-03-15T18:59:51+00:00 Philipp Nanz wrote:

I'm still seeing this bug as of 3.6 M6 (I20100312-1448)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/9

------------------------------------------------------------------------
On 2010-03-22T13:10:17+00:00 Philipp Nanz wrote:

(In reply to comment #9)
> I'm still seeing this bug as of 3.6 M6 (I20100312-1448)

The generated config ini still reads

osgi.bundles=reference\:file\:org.eclipse.equinox.ds_1.2.0.v20100301.jar@1\:start,reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.200.v20100304.jar@1\:start

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/10

------------------------------------------------------------------------
On 2010-03-22T16:18:49+00:00 Aniefer wrote:

Sorry, I missed one case.  DS should now be at 2.  Fix is in next IBuild
I20100323

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/11

------------------------------------------------------------------------
On 2010-04-06T13:50:11+00:00 Tjwatson wrote:

*** Bug 308142 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/12

------------------------------------------------------------------------
On 2010-04-26T20:07:03+00:00 Filip-hrbek-k wrote:

*** Bug 310472 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/21

------------------------------------------------------------------------
On 2010-04-29T15:01:38+00:00 Cwindatt wrote:

*** Bug 276950 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/22

------------------------------------------------------------------------
On 2010-05-04T20:13:31+00:00 evans wrote:

The documentation for 3.5.1 (Build id: M20090917-0800), topic
"Configuring p2 Products" says the Start Level should be 1 (how I
happened to be using 1 and hence getting the bug).  This is just a note
to ask you to check that the documentation has been changed as well as
the implementation.

Thanks.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/566131/comments/23


** Changed in: eclipse-eclipsers
       Status: Unknown => Fix Released

** Changed in: eclipse-eclipsers
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to eclipse in Ubuntu.
https://bugs.launchpad.net/bugs/566131

Title:
  org.osgi.framework.BundleException exception when starts

Status in Eclipse:
  Fix Released
Status in “eclipse” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: eclipse

  When starts eclipse by gnome-terminal, i can see the following
  exception: (even with exception the eclipse starts normally, but
  exception every appears)

  tiago@scd-desktop:~$ eclipse
  org.osgi.framework.BundleException: The bundle could not be resolved. Reason: 
Missing Constraint: Import-Package: 
org.eclipse.equinox.internal.provisional.p2.director; version="0.0.0"
        at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
        at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
        at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
        at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
        at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
        at 
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:307)
        at 
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:108)
        at 
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:129)
        at 
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:143)
        at 
org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:48)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
        at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
        at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
        at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
        at 
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
        at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
        at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
        at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
        at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
        at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at 
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: eclipse 3.5.2-2ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  Date: Sun Apr 18 15:11:07 2010
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=pt_BR:pt:en
   LANG=pt_BR.UTF-8
   SHELL=/bin/bash
  SourcePackage: eclipse
  xulrunner-versions: /usr/lib/xulrunner-1.9.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse-eclipsers/+bug/566131/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to