You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Bharath <db...@gmail.com> on 2005/12/25 15:15:11 UTC

Build failed w/ backport-util-concurrent/backport-util-concurrent/2.0_01_pd/jar not found

I was trying to build the server today & hit across this error. Any clue on
where I can find the missing jar.

Final traces of the build process:
assemble:assemble-prepare:
    [mkdir] Created dir:
C:\Geronimo_source\geronimo\assemblies\j2ee-installer\t
arget\geronimo-1.0-SNAPSHOT
    [copy] Copying 15 files to
C:\Geronimo_source\geronimo\assemblies\j2ee-insta
ller\target\geronimo-1.0-SNAPSHOT

assemble:assemble:
assemble:assemble-repository:
    [mkdir] Created dir:
C:\Geronimo_source\geronimo\assemblies\j2ee-installer\t
arget\geronimo-1.0-SNAPSHOT\repository
    [copy] Copying 40 files to
C:\Geronimo_source\geronimo\assemblies\j2ee-insta
ller\target\geronimo-1.0-SNAPSHOT\repository

assemble:assemble-lib:
    [mkdir] Created dir:
C:\Geronimo_source\geronimo\assemblies\j2ee-installer\t
arget\geronimo-1.0-SNAPSHOT\lib
    [copy] Copying 15 files to
C:\Geronimo_source\geronimo\assemblies\j2ee-insta
ller\target\geronimo-1.0-SNAPSHOT\lib
    [mkdir] Created dir:
C:\Geronimo_source\geronimo\assemblies\j2ee-installer\t
arget\geronimo-1.0-SNAPSHOT\lib\endorsed
    [copy] Copying 2 files to
C:\Geronimo_source\geronimo\assemblies\j2ee-instal
ler\target\geronimo-1.0-SNAPSHOT\lib\endorsed
    [mkdir] Created dir:
C:\Geronimo_source\geronimo\assemblies\j2ee-installer\t
arget\geronimo-1.0-SNAPSHOT\lib\extension

assemble:assemble-unpack:
    [unjar] Expanding: C:\Documents and
Settings\Administrator\.maven\repository
\geronimo\jars\geronimo-scripts-1.0-SNAPSHOT.jar into
C:\Geronimo_source\geronim
o\assemblies\j2ee-installer\target\geronimo-1.0-SNAPSHOT

assemble:assemble-configurations:
    [mkdir] Created dir:
C:\Geronimo_source\geronimo\assemblies\j2ee-installer\t
arget\geronimo-1.0-SNAPSHOT\config-store
Installed configuration geronimo/j2ee-system/1.0-SNAPSHOT/car
    [copy] Copying 1 file to
C:\Geronimo_source\geronimo\assemblies\j2ee-install
er\target\geronimo-1.0-SNAPSHOT\bin
Installed configuration geronimo/rmi-naming/1.0-SNAPSHOT/car
Copying geronimo/geronimo-activation/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-management/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-j2ee/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-core/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-naming/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-transaction/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-security/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-webservices/1.0-SNAPSHOT/jar
Copying concurrent/concurrent/1.3.4/jar
Copying tranql/tranql/1.2.1/jar
Copying howl/howl-logger/0.1.11/jar
Copying antlr/antlr/2.7.2/jar
Copying activeio/activeio/2.0-r118/jar
Configuration geronimo/j2ee-system/1.0-SNAPSHOT/car already present in
configura
tion store
Installed configuration geronimo/j2ee-server/1.0-SNAPSHOT/car
Copying geronimo/geronimo-connector/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-timer/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-client/1.0-SNAPSHOT/jar
Copying geronimo/geronimo-axis/1.0-SNAPSHOT/jar
Copying axis/axis/1.4-SNAPSHOT/jar
Copying commons-discovery/commons-discovery/0.2/jar
Copying wsdl4j/wsdl4j/1.5.2/jar
Copying openejb/openejb-core/2.0-SNAPSHOT/jar
Copying geronimo-spec/geronimo-spec-corba/2.3-rc4/jar
Copying activecluster/activecluster/1.2-20051115174934/jar
Copying wadi/wadi-core/2.0M1/jar
Copying axion/axion/1.0-M3-dev/jar
Copying activemq/activemq-core/3.2.1/jar
Copying commons-collections/commons-collections/3.1/jar
Copying commons-primitives/commons-primitives/1.0/jar

BUILD FAILED
File...... C:\Geronimo_source\geronimo\maven.xml
Element... maven:reactor
Line...... 63
Column.... 108
*Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
Settings\Administrator\.maven\cache\geronimo-
assembly-plugin-1.1.2\plugin.jelly:177:145: <assemble:installConfig>
Dependency: backport-util-concurrent/backport-util-c
oncurrent/2.0_01_pd/jar not found in local maven repo: for configuration:
geronimo/j2ee-server/1.0-SNAPSHOT/car
*Total time: 306 minutes 23 seconds
Finished at: Sun Dec 25 17:23:47 IST 2005

Regards/Bharath

Re: Build failed w/ backport-util-concurrent/backport-util-concurrent/2.0_01_pd/jar not found

Posted by Bharath <db...@gmail.com>.
 Thanks David. After running maven -o m:co, I could build.

Regards/Bharath

Re: Build failed w/ backport-util-concurrent/backport-util-concurrent/2.0_01_pd/jar not found

Posted by David Jencks <da...@yahoo.com>.
I think this is caused by some problems in the addtion of clustering  
support to openejb, I've written a note to the dev list on it.

I think you may be able to solve the problem by building an up to  
date copy of openejb.  If you don't have openejb checked out,

maven -o m:co

maven new

If you do have openejb checked out with m:co, then

cd openejb;cvs -q up -dP;cd ..

maven new

Hope this helps,
david jencks

On Dec 25, 2005, at 6:15 AM, Bharath wrote:

> I was trying to build the server today & hit across this error. Any  
> clue on where I can find the missing jar.
>
> Final traces of the build process:
> assemble:assemble-prepare:
>     [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies 
> \j2ee-installer\t
> arget\geronimo-1.0-SNAPSHOT
>     [copy] Copying 15 files to C:\Geronimo_source\geronimo 
> \assemblies\j2ee-insta
> ller\target\geronimo-1.0-SNAPSHOT
> assemble:assemble:
> assemble:assemble-repository:
>     [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies 
> \j2ee-installer\t
> arget\geronimo-1.0-SNAPSHOT\repository
>     [copy] Copying 40 files to C:\Geronimo_source\geronimo 
> \assemblies\j2ee-insta
> ller\target\geronimo-1.0-SNAPSHOT\repository
>
> assemble:assemble-lib:
>     [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies 
> \j2ee-installer\t
> arget\geronimo-1.0-SNAPSHOT\lib
>     [copy] Copying 15 files to C:\Geronimo_source\geronimo 
> \assemblies\j2ee-insta
> ller\target\geronimo-1.0-SNAPSHOT\lib
>     [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies 
> \j2ee-installer\t
> arget\geronimo-1.0-SNAPSHOT\lib\endorsed
>     [copy] Copying 2 files to C:\Geronimo_source\geronimo\assemblies 
> \j2ee-instal
> ler\target\geronimo-1.0-SNAPSHOT\lib\endorsed
>     [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies 
> \j2ee-installer\t
> arget\geronimo-1.0-SNAPSHOT\lib\extension
>
> assemble:assemble-unpack:
>     [unjar] Expanding: C:\Documents and Settings\Administrator 
> \.maven\repository
> \geronimo\jars\geronimo-scripts-1.0-SNAPSHOT.jar into C: 
> \Geronimo_source\geronim
> o\assemblies\j2ee-installer\target\geronimo- 1.0-SNAPSHOT
>
> assemble:assemble-configurations:
>     [mkdir] Created dir: C:\Geronimo_source\geronimo\assemblies 
> \j2ee-installer\t
> arget\geronimo-1.0-SNAPSHOT\config-store
> Installed configuration geronimo/j2ee-system/1.0-SNAPSHOT/car
>     [copy] Copying 1 file to C:\Geronimo_source\geronimo\assemblies 
> \j2ee-install
> er\target\geronimo-1.0-SNAPSHOT\bin
> Installed configuration geronimo/rmi-naming/1.0-SNAPSHOT/car
> Copying geronimo/geronimo-activation/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-management/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-j2ee/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-core/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-naming/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-transaction/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-security/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-webservices/1.0-SNAPSHOT/jar
> Copying concurrent/concurrent/1.3.4/jar
> Copying tranql/tranql/1.2.1/jar
> Copying howl/howl-logger/0.1.11/jar
> Copying antlr/antlr/2.7.2/jar
> Copying activeio/activeio/2.0-r118/jar
> Configuration geronimo/j2ee-system/1.0-SNAPSHOT/car already present  
> in configura
> tion store
> Installed configuration geronimo/j2ee-server/1.0-SNAPSHOT/car
> Copying geronimo/geronimo-connector/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-timer/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-client/1.0-SNAPSHOT/jar
> Copying geronimo/geronimo-axis/1.0-SNAPSHOT/jar
> Copying axis/axis/1.4-SNAPSHOT/jar
> Copying commons-discovery/commons-discovery/0.2/jar
> Copying wsdl4j/wsdl4j/1.5.2/jar
> Copying openejb/openejb-core/2.0-SNAPSHOT/jar
> Copying geronimo-spec/geronimo-spec-corba/2.3-rc4/jar
> Copying activecluster/activecluster/1.2-20051115174934/jar
> Copying wadi/wadi-core/2.0M1/jar
> Copying axion/axion/1.0-M3-dev/jar
> Copying activemq/activemq-core/3.2.1/jar
> Copying commons-collections/commons-collections/3.1/jar
> Copying commons-primitives/commons-primitives/1.0/jar
>
> BUILD FAILED
> File...... C:\Geronimo_source\geronimo\maven.xml
> Element... maven:reactor
> Line...... 63
> Column.... 108
> Unable to obtain goal [multiproject:install-callback] -- C: 
> \Documents and Settings\Administrator\.maven\cache\geronimo-  
> assembly-plugin-1.1.2\plugin.jelly:177:145:  
> <assemble:installConfig> Dependency: backport-util-concurrent/ 
> backport-util-c
> oncurrent/2.0_01_pd/jar not found in local maven repo: for  
> configuration: geronimo/j2ee-server/1.0-SNAPSHOT/car
> Total time: 306 minutes 23 seconds
> Finished at: Sun Dec 25 17:23:47 IST 2005
>
> Regards/Bharath