You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ga...@apache.org on 2009/10/07 16:03:54 UTC

[BUILD] trunk: Failed for Revision: 822707

Geronimo Revision: 822707 built with tests included
 
See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091007/build-0900.log
 
 
See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091007/unit-test-reports
 
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.SystemPropertyProfileActivator@64146414
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.FileProfileActivator@581c581c
[WARNING] Component returned which is not the same manager. Ignored. component=org.apache.maven.profiles.activation.AlwaysOnProfileActivator@581c581c
[WARNING] POM for 'org.apache.geronimo.modules:geronimo-openjpa:pom:3.0-SNAPSHOT:compile' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM for project org.apache.geronimo.modules:geronimo-openjpa at Artifact [org.apache.geronimo.modules:geronimo-openjpa:pom:3.0-SNAPSHOT:compile]
[INFO] Packaging module configuration: /home/geronimo/geronimo/trunk/plugins/openejb/openejb/target/work/plan.xml
[INFO] Started deployer: org.apache.geronimo.framework/geronimo-gbean-deployer/3.0-SNAPSHOT/car
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] could not package plugin

Embedded error: Unable to create configuration for deployment
Missing dependency: org.apache.openjpa/openjpa/1.2.1/jar
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: could not package plugin
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:584)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:599)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: could not package plugin
	at org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:212)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:453)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
	... 16 more
Caused by: org.apache.geronimo.common.DeploymentException: Unable to create configuration for deployment
	at org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:151)
	at org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentContext.java:131)
	at org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentContext.java:111)
	at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:227)
	at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:199)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:257)
	at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:599)
	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:850)
	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
	at org.apache.geronimo.mavenplugins.car.PackageMojo.invokeDeployer(PackageMojo.java:483)
	at org.apache.geronimo.mavenplugins.car.PackageMojo.buildPackage(PackageMojo.java:309)
	at org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:209)
	... 18 more
Caused by: org.apache.geronimo.kernel.config.LifecycleException: load of org.apache.geronimo.configs/openejb/3.0-SNAPSHOT/car failed
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:316)
	at org.apache.geronimo.deployment.DeploymentConfigurationManager.loadConfiguration(DeploymentConfigurationManager.java:115)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:277)
	at org.apache.geronimo.deployment.DeploymentConfigurationManager.loadConfiguration(DeploymentConfigurationManager.java:111)
	at org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:148)
	... 33 more
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Error starting configuration gbean org.apache.geronimo.configs/openjpa/3.0-SNAPSHOT/car
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.load(SimpleConfigurationManager.java:341)
	at org.apache.geronimo.deployment.DeploymentConfigurationManager.load(DeploymentConfigurationManager.java:119)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:302)
	... 37 more
Caused by: org.apache.geronimo.kernel.repository.MissingDependencyException: Missing dependency: org.apache.openjpa/openjpa/1.2.1/jar
	at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:113)
	at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:415)
	at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:339)
	at org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:281)
	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.load(SimpleConfigurationManager.java:337)
	... 39 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 56 minutes 20 seconds
[INFO] Finished at: Wed Oct 07 09:58:33 EDT 2009
[INFO] Final Memory: 776M/1024M
[INFO] ------------------------------------------------------------------------