You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org> on 2006/03/04 15:49:18 UTC

[jira] Created: (GERONIMO-1688) Fresh build fails because of unsatisfied dependency on activecluster in configs/openejb

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


[jira] Commented: (GERONIMO-1688) Fresh build fails because of unsatisfied dependency on activecluster in configs/openejb

Posted by "Sean C. McCarthy (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1688?page=comments#action_12369196 ] 

Sean C. McCarthy commented on GERONIMO-1688:
--------------------------------------------

The active-cluster dependency is now correctly found and downloaded. Thanks.

> 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
>     Assignee: 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


[jira] Commented: (GERONIMO-1688) Fresh build fails because of unsatisfied dependency on activecluster in configs/openejb

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1688?page=comments#action_12368860 ] 

Jacek Laskowski commented on GERONIMO-1688:
-------------------------------------------

Committed as revision 383123

It can now be closed, but somehow I don't see these actions available in JIRA panel. Very weird.



> 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
>     Assignee: 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


[jira] Resolved: (GERONIMO-1688) Fresh build fails because of unsatisfied dependency on activecluster in configs/openejb

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1688?page=all ]
     
Jacek Laskowski resolved GERONIMO-1688:
---------------------------------------

    Resolution: Fixed

Fixed. Will await Sean C. McCarthy's confirmation who came across the issue.

> 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
>     Assignee: 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


[jira] Closed: (GERONIMO-1688) Fresh build fails because of unsatisfied dependency on activecluster in configs/openejb

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1688?page=all ]
     
Jacek Laskowski closed GERONIMO-1688:
-------------------------------------


Fixed and verified.

> 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
>     Assignee: 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