Advertisement
psuzzi

Untitled

Jan 24th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.06 KB | None | 0 0
  1. [INFO] Fetching content.jar from http://build.eclipse.org/webtools/downloadsites/eclipseLink/eclipseLink-2.6.0/ (0B of 29.61kB at 0B/s)
  2. [INFO] Adding repository http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.3.9.v20160517
  3. [INFO] Fetching content.jar from http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.3.9.v20160517/ (0B of 24.41kB at 0B/s)
  4. [INFO] Adding repository http://download.eclipse.org/egit/updates
  5. [INFO] Fetching content.jar from http://download.eclipse.org/egit/updates/ (0B of 21.12kB at 0B/s)
  6. [INFO] Resolving dependencies of MavenProject: org.eclipse.webtools.jsdt.tests:org.eclipse.wst.jsdt.ui.tests:1.1.500-SNAPSHOT @ C:\Users\psuzzi\git\webtools.jsdt-master\tests\org.eclipse.wst.jsdt.ui.tests\pom.xml
  7. [INFO] Cannot complete the request.  Generating details.
  8. [INFO] Cannot complete the request.  Generating details.
  9. [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
  10. [ERROR] Cannot resolve project dependencies:
  11. [ERROR]   Software being installed: org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier
  12. [ERROR]   Missing requirement: org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier requires 'bundle org.eclipse.wst.jsdt.core 0.0.0' but it could not be found
  13. [ERROR]
  14. [ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier to bundle org.eclipse.wst.jsdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier to bundle org.eclipse.wst.jsdt.ui 0.0.0.; No solution found because the problem is unsatisfiable.] -> [Help 1]
  15. org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier to bundle org.eclipse.wst.jsdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier to bundle org.eclipse.wst.jsdt.ui 0.0.0.; No solution found because the problem is unsatisfiable.]
  16.         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
  17.         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  18.         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  19.         at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  20.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23.         at java.lang.reflect.Method.invoke(Method.java:498)
  24.         at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  25.         at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  26.         at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  27.         at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  28. Caused by: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier to bundle org.eclipse.wst.jsdt.core 0.0.0.; Unable to satisfy dependency from org.eclipse.wst.jsdt.ui.tests 1.1.500.qualifier to bundle org.eclipse.wst.jsdt.ui 0.0.0.; No solution found because the problem is unsatisfiable.]
  29.         at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:98)
  30.         at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:88)
  31.         at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:63)
  32.         at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:166)
  33.         at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:103)
  34.         at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies(P2DependencyResolver.java:352)
  35.         at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies(P2DependencyResolver.java:325)
  36.         at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:107)
  37.         at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
  38.         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:266)
  39.         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  40.         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  41.         ... 11 more
  42. [ERROR]
  43. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  44. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  45. [ERROR]
  46. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  47. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement