Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] No implementation for org.sonatype.tycho.equinox.EquinoxRuntimeLocator

Hi, 

I try to install Tycho 0.11.0-SNAPSHOT, I use the below command 

mvn clean install -Dtycho.targetPlatform=C:\Users\Sandeep\Eclipse\SHK\eclipse 

It fails with the below ERROR statement. 

[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-compiler-jdt:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory 
[ERROR] Internal error: com.google.inject.ProvisionException: Guice provision errors: 
[ERROR] 
[ERROR] 1) No implementation for org.sonatype.tycho.equinox.EquinoxRuntimeLocator was bound. 
[ERROR] while locating org.sonatype.tycho.equinox.embedder.DefaultEquinoxEmbedder 
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268] 
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268] 
[ERROR] while locating org.sonatype.tycho.equinox.embedder.EquinoxEmbedder 
[ERROR] while locating org.codehaus.tycho.maven.TychoMavenLifecycleParticipant 
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268] 
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268] 
[ERROR] while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener) 
[ERROR] 

Can someone tell me how to resolve this. 
Even though my target platform points to "eclipse galileo", It shows shows some warnings related to "Helios". Do I have to specify somewhere in my POM that I use "eclipse galileo". 

Regards, 
Sandeep
[INFO] Scanning for projects...
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-osgi-components:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-equinox:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-equinox-api:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-metadata-model:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-embedder-api:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-p2-facade:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-p2:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-equinox-launching:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:org.sonatype.tycho.p2:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-p2-resolver:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:org.sonatype.tycho.p2.tools.facade:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.sonatype.tycho:tycho-compiler-jdt:0.11.0-SNAPSHOT/maven-metadata.xml from/to helios (http://download.eclipse.org/releases/helios): No connector available to access repository helios (http://download.eclipse.org/releases/helios) of type p2 using the available factories WagonRepositoryConnectorFactory
[ERROR] Internal error: com.google.inject.ProvisionException: Guice provision errors:
[ERROR] 
[ERROR] 1) No implementation for org.sonatype.tycho.equinox.EquinoxRuntimeLocator was bound.
[ERROR] while locating org.sonatype.tycho.equinox.embedder.DefaultEquinoxEmbedder
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
[ERROR] while locating org.sonatype.tycho.equinox.embedder.EquinoxEmbedder
[ERROR] while locating org.codehaus.tycho.maven.TychoMavenLifecycleParticipant
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
[ERROR] at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
[ERROR] while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener)
[ERROR] 
[ERROR] 1 error
[ERROR] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.sonatype.tycho.equinox.EquinoxRuntimeLocator was bound.
  while locating org.sonatype.tycho.equinox.embedder.DefaultEquinoxEmbedder
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  while locating org.sonatype.tycho.equinox.embedder.EquinoxEmbedder
  while locating org.codehaus.tycho.maven.TychoMavenLifecycleParticipant
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener)

1 error
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: com.google.inject.ProvisionException: Guice provision errors:

1) No implementation for org.sonatype.tycho.equinox.EquinoxRuntimeLocator was bound.
  while locating org.sonatype.tycho.equinox.embedder.DefaultEquinoxEmbedder
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  while locating org.sonatype.tycho.equinox.embedder.EquinoxEmbedder
  while locating org.codehaus.tycho.maven.TychoMavenLifecycleParticipant
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  at ClassRealm[extension>org.sonatype.tycho:maven-osgi-compiler-plugin:0.11.0-SNAPSHOT, parent: sun.misc.Launcher$AppClassLoader@5acac268]
  while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=TychoMavenLifecycleListener)

1 error
	at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:977)
	at org.sonatype.guice.bean.locators.LazyBeanEntry.getValue(LazyBeanEntry.java:79)
	at org.sonatype.guice.plexus.locators.LazyPlexusBean.getValue(LazyPlexusBean.java:53)
	at org.sonatype.guice.bean.locators.EntryListAdapter$ValueIterator.next(EntryListAdapter.java:112)
	at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
	at org.apache.maven.DefaultMaven.getLifecycleParticipants(DefaultMaven.java:534)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:269)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	... 11 more
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException

Back to the top