[jbosstools-dev] Cannot build seam and jsf projects using tycho build

Denis Golovin dgolovin at exadel.com
Sun Nov 28 03:47:39 EST 2010


Hudson build at here also has the same problem (see log below).
Teiid designer test classes should be somewhere in teiid designer 
component not in tests component.

Dneis

P.S. Hudson Error

[INFO] Adding repository (cached)http://download.jboss.org/jbosstools/updates/target-platform/latest/
[INFO] Cannot complete the request.  Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=cocoa, osgi.arch=x86, osgi.os=macosx, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=}
[INFO] [Software being installed: org.jboss.tools.ui.bot.ext 3.2.0.qualifier, Missing requirement: org.jboss.tools.ui.bot.ext 3.2.0.qualifier requires 'package com.metamatrix.modeler.diagram.ui.figure 0.0.0' but it could not be found]
[ERROR] Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable. ->  [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:124)
	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: java.lang.RuntimeException: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
	at org.sonatype.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:98)
	at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:335)
	at org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:300)
	at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:406)
	at org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:105)
	at org.codehaus.tycho.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:68)
	at org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:94)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:200)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95)
	... 11 more
Caused by: org.eclipse.equinox.p2.core.ProvisionException: No solution found because the problem is unsatisfiable.
	... 20 more
[ERROR]



On 11/26/2010 09:00 AM, vrubezhny at exadel.com wrote:
> Hi, All!
>
> I have a problem while trying to build Seam and JSF projects using tycho
> build.
>
> It seams that one of the libraries needed to build
> org.jboss.tools.ui.bot.ext plug-in is lost.
>
> Does anybody faced the same problem? How did you resolved it?
>
> Thanks in advance,
> Victor Rubezhny
>
> PS: My environment is Linux x64, java version "1.6.0_20", OpenJDK Runtime
> Environment (IcedTea6 1.9.1) (6b20-1.9.1-1ubuntu3), OpenJDK 64-Bit Server
> VM (build 17.0-b16, mixed mode)
>
> PPS: The following is the error log:
>
> INFO] Adding repository
> http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all/repo/
> [WARNING] Failed to access p2 repository jboss-drools-nightly
> (http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all/repo/),
> will try to use local cache. Reason:
> org.eclipse.equinox.p2.core.ProvisionException: No repository found at
> http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all/repo/.
> java.lang.RuntimeException:
> org.eclipse.equinox.p2.core.ProvisionException: No repository found at
> http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all/repo/.
> 	at
> org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.addP2Repository(P2ResolverImpl.java:247)
> 	at
> org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:252)
> 	at
> org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:105)
> 	at
> org.codehaus.tycho.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:68)
> 	at
> org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:94)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:200)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95)
> 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430)
> 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:124)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:616)
> 	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: org.eclipse.equinox.p2.core.ProvisionException: No repository
> found at
> http://download.jboss.org/jbosstools/builds/staging/jbosstools-drools/all/repo/.
> 	at
> org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:392)
> 	at
> org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
> 	at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> 	at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
> 	at
> org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.addP2Repository(P2ResolverImpl.java:223)
> 	... 17 more
> [INFO] Adding repository (cached)
> http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/
> [DEBUG] Added p2 repository swtbot-helios
> (http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/)
> [INFO] Adding repository (cached) http://m2eclipse.sonatype.org/sites/m2e/
> [DEBUG] Added p2 repository m2eclipse
> (http://m2eclipse.sonatype.org/sites/m2e/)
> [INFO] Adding repository (cached)
> http://m2eclipse.sonatype.org/sites/m2e-extras/
> [DEBUG] Added p2 repository m2eclipse-extras
> (http://m2eclipse.sonatype.org/sites/m2e-extras/)
> [INFO] Adding repository (cached)
> http://download.jboss.org/jbosstools/updates/requirements/thirdparty/
> [DEBUG] Added p2 repository jboss-thirdparty
> (http://download.jboss.org/jbosstools/updates/requirements/thirdparty/)
> [INFO] Adding repository (cached)
> http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/
> [DEBUG] Added p2 repository jboss-xulrunner-1.9.1.2
> (http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.1.2/)
> [INFO] Adding repository (cached) http://dl.google.com/eclipse/plugin/3.6
> [DEBUG] Added p2 repository google eclipse plugins
> (http://dl.google.com/eclipse/plugin/3.6)
> [DEBUG] Ignoring Maven repository jboss-public-repository-group
> (http://repository.jboss.org/nexus/content/groups/public/)
> [DEBUG] Ignoring Maven repository central (http://repo1.maven.org/maven2)
> [INFO] Cannot complete the request.  Generating details.
> [INFO]
> {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,
> osgi.ws=cocoa, osgi.arch=x86, osgi.os=macosx,
> org.eclipse.update.install.features=true,
> org.osgi.framework.system.packages=}
> [INFO] [Software being installed: org.jboss.tools.ui.bot.ext
> 3.2.0.qualifier, Missing requirement: org.jboss.tools.ui.bot.ext
> 3.2.0.qualifier requires 'package com.metamatrix.modeler.diagram.ui.figure
> 0.0.0' but it could not be found]
> [ERROR] Internal error: java.lang.RuntimeException:
> org.eclipse.equinox.p2.core.ProvisionException: No solution found because
> the problem is unsatisfiable. ->  [Help 1]
> org.apache.maven.InternalErrorException: Internal error:
> java.lang.RuntimeException:
> org.eclipse.equinox.p2.core.ProvisionException: No solution found because
> the problem is unsatisfiable.
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
> 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430)
> 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160)
> 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:124)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:616)
> 	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: java.lang.RuntimeException:
> org.eclipse.equinox.p2.core.ProvisionException: No solution found because
> the problem is unsatisfiable.
> 	at
> org.sonatype.tycho.p2.impl.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:98)
> 	at
> org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:335)
> 	at
> org.sonatype.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:300)
> 	at
> org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:406)
> 	at
> org.sonatype.tycho.p2.facade.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:105)
> 	at
> org.codehaus.tycho.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:68)
> 	at
> org.codehaus.tycho.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:94)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:200)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95)
> 	... 11 more
> Caused by: org.eclipse.equinox.p2.core.ProvisionException: No solution
> found because the problem is unsatisfiable.
> 	... 20 more
> [ERROR]
> [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
>
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev



More information about the jbosstools-dev mailing list