Bug 478303 - [wiring] Bundle org.eclipse.recommenders.templates.snipmatch.rcp unresolved
Summary: [wiring] Bundle org.eclipse.recommenders.templates.snipmatch.rcp unresolved
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: All Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
: 479576 487863 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-09-24 07:50 EDT by Christophe Duguet CLA
Modified: 2019-07-24 14:36 EDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Duguet CLA 2015-09-24 07:50:12 EDT
After having installed Snipmatch Incubator, Eclipse opens with the following error message even if "-clean" parameter were provided to the application arguments:

Unresolved bundles:
org.eclipse.recommenders.templates.snipmatch.rcp
Comment 1 Johannes Dorn CLA 2015-09-24 08:00:33 EDT
Since the installation of the advanced Snipmatch editor works for me, i'll need some more information.

Can you attach a file with your system configuration? Help > Installation Details > Configuration

In the meantime, please try updating both Code Recommenders and Snipmatch to the current stable version: http://download.eclipse.org/recommenders/updates/stable
Comment 2 Andreas Sewe CLA 2015-10-05 04:30:28 EDT
(In reply to Christophe Duguet from comment #0)
> After having installed Snipmatch Incubator, Eclipse opens with the following
> error message even if "-clean" parameter were provided to the application
> arguments:

Christophe, we would really like to help you, but as Johannes has said, we need some more information to do so.

In particular, what version and package of Eclipse are you using and how did you install the Snipmatch Incubator (from the Eclipse Marketplace, from our own "Discover new extensions" dialog, etc.).

Best wishes,

Andreas
Comment 3 Andreas Sewe CLA 2015-10-12 11:09:21 EDT
*** Bug 479576 has been marked as a duplicate of this bug. ***
Comment 4 Elric Templin CLA 2015-10-12 11:20:19 EDT
Eclips Version:
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600

Installation procedure:
I wanted to use a function after writing "." i noticed that there was a message saying something about enabling more tips etc.
I enabled this feature and after pressing "."(after an method name)
there was another message asking me if i want to install addons(or extension dont remember sry)
After that i installed 2 extensions(this included enabling me better support for function calling etc)

Greetings
Elric
Comment 5 Andreas Sewe CLA 2016-02-08 04:07:02 EST
We recently got a uses constraint violation resolution error by e-mail, which *may* be the root cuase of this:

rg.osgi.framework.BundleException: Could not resolve module: org.eclipse.recommenders.snipmatch.rcp [839]
  Unresolved requirement: Require-Bundle: org.eclipse.egit.ui; bundle-version="3.2.0"
    -> Bundle-SymbolicName: org.eclipse.egit.ui; bundle-version="4.1.1.201511131810-r"; singleton:="true"
       org.eclipse.egit.ui [175]
         No resolution report for the bundle.  Bundle was not resolved because of a uses contraint violation.
  org.osgi.service.resolver.ResolutionException: Uses constraint violation. Unable to resolve resource org.eclipse.egit.ui [osgi.identity; osgi.identity="org.eclipse.egit.ui"; type="osgi.bundle"; version:Version="4.1.1.201511131810-r"; singleton:="true"] because it is exposed to package 'org.eclipse.jgit.transport' from resources org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.1.1.201511131810-r"] and org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.2.201509141540-r"] via two dependency chains.

Chain 1:
  org.eclipse.egit.ui [osgi.identity; osgi.identity="org.eclipse.egit.ui"; type="osgi.bundle"; version:Version="4.1.1.201511131810-r"; singleton:="true"]
    import: (&(osgi.wiring.package=org.eclipse.jgit.transport)(&(version>=4.1.1)(!(version>=4.2.0))))
     |
    export: osgi.wiring.package: org.eclipse.jgit.transport
  org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.1.1.201511131810-r"]

Chain 2:
  org.eclipse.egit.ui [osgi.identity; osgi.identity="org.eclipse.egit.ui"; type="osgi.bundle"; version:Version="4.1.1.201511131810-r"; singleton:="true"]
    require: (&(osgi.wiring.bundle=org.eclipse.jgit)(&(bundle-version>=4.0.0)(!(bundle-version>=4.1.0))))
     |
    provide: osgi.wiring.bundle: org.eclipse.jgit
  org.eclipse.jgit [osgi.identity; osgi.identity="org.eclipse.jgit"; type="osgi.bundle"; version:Version="4.0.2.201509141540-r"]
	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
Comment 6 Andreas Sewe CLA 2016-02-16 06:16:00 EST
*** Bug 487863 has been marked as a duplicate of this bug. ***
Comment 7 Andrei Stanciu CLA 2018-11-20 03:56:29 EST
Eclipse
Version: 2018-09 (4.9.0)
Build id: 20180917-1800
JDK: jdk1.8.0_181
OS: win10, x64

Hello, 

After i wrote some code lines, i've encountered the same problem as Elric. 
I wanted to write: System.out.println(); and i've received the following message:

Unresolved bundles:
org.eclipse.recommenders.templates.snipmatch.rcp

Regards,
Andrei