Fresh build fails because of unsatisfied dependency on activecluster in
configs/openejb
---------------------------------------------------------------------------------------
Key: GERONIMO-1688
URL: http://issues.apache.org/jira/browse/GERONIMO-1688
Project: Geronimo
Type: Bug
Components: buildsystem, OpenEJB
Versions: 1.x
Reporter: Jacek Laskowski
Assigned to: Jacek Laskowski
Priority: Critical
Fix For: 1.x
The exception is thrown while executing the 'new' goal, but I have
narrowed it to m:geronimo:configs call from new.
Executing the goal gives a:
10:42:01,278 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentException:
org.apache.geronimo.kernel.repository.MissingDependencyException: uri
activecluster/activecluster/1.2-20051115174934/jar not found in repository
org.apache.geronimo.common.DeploymentException:
org.apache.geronimo.kernel.repository.MissingDependencyException: uri
activecluster/activecluster/1.2-20051115174934/jar not found in repository
at
org.apache.geronimo.deployment.service.ServiceConfigBuilder.getDependencyURI(ServiceConfigBuilder.java:402)
at
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addDependencies(ServiceConfigBuilder.java:276)
at
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addDependencies(ServiceConfigBuilder.java:303)
at
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:204)
at
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:167)
at
org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClassByCGLIB$$9f173be6.invoke(<generated>)
at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
...
...
...
Caused by:
org.apache.geronimo.kernel.repository.MissingDependencyException: uri
activecluster/activecluster/1.2-20051115174934/jar not found in repository
... 68 more
The maven goals I made:
* m:fresh-checkout
* new
I tried updating and copying the jars into the maven local repository,
as Alan Cabrera pointed out, but I still get the exception. I have tried
to build it from scratch too, but I get the same error.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira