You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Vamsavardhana Reddy <c1...@gmail.com> on 2006/05/16 11:36:57 UTC

Errors while building G1.1 from branch

After doing maven m:update, I ran maven new and got the following error.
Please help resolve this error.

Thanks,
Vamsi
----------------------------------------------------------------------------------------
+----------------------------------------
| configurations Geronimo Configuration for performing service deployments
| Memory: 41M/50M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of
proje
ct.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section of
proje
ct.xml instead of maven.xml
new4:
build:start:

multiproject:install-callback:
    [echo] Running car:install for Geronimo Configuration for performing
service
 deployments
car:prepare-plan:

car:package:

    Packaging configuration
C:\g11\configs\geronimo-gbean-deployer\target\plan\p
lan.xml


BUILD FAILED
File...... C:\g11\maven.xml
Element... maven:reactor
Line...... 58
Column.... -1
Unable to obtain goal [multiproject:install-callback] --
C:\g11\configs\geronimo
-gbean-deployer\maven.xml:39:-1: <boot:boot>
org.apache.geronimo.kernel.config.C
onfigurationStore.createNewConfigurationDir
(Lorg/apache/geronimo/kernel/reposito
ry/Artifact;)Ljava/io/File;
Total time   : 20 minutes 17 seconds
Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST

Re: Errors while building G1.1 from branch

Posted by David Jencks <da...@yahoo.com>.
the openejb build is broken unless you apply the patch attached to  
GERONIMO-1434.  I didn't realize codehaus svn was down until after I  
committed the geronimo half of this issue.  However I don't think  
this is the cause of the problem here.

thanks
david jencks

On May 16, 2006, at 6:38 AM, Paul McMahan wrote:

> I suggest rebuilding the plugins: cd to each plugin dir, maven  
> clean default.
>
> Best wishes,
> Paul
>
> On 5/16/06, Shiva Kumar H R <sh...@gmail.com> wrote:
>> Hi,
>> I too am running into an error while building the AG 1.1 server.
>>
>> I am using the following command for building: "maven maven
>> -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is
>> failing with the following exception and error.
>>
>> Any hints as to how I can resolve this, will be very much useful.
>>
>> +----------------------------------------
>> | configurations Configuration for the J2EE Client
>> | Memory: 38M/51M
>> +----------------------------------------
>>
>> ...
>> ...
>> ...
>>
>> 16:55:13,187 ERROR [PackageBuilder]
>> org.apache.geronimo.common.DeploymentExcepti
>> on: Unable to create configuration for deployment
>> org.apache.geronimo.common.DeploymentException: Unable to
>> create configuration f
>> or deployment
>>         at
>> org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
>> ion(DeploymentContext.java:116)
>>         at
>> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
>> text.java:96)
>>         at
>> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
>> text.java:78)
>>
>> ...
>> ...
>> ...
>>
>> BUILD FAILED
>> File...... E:\Geronimo\svn-win32-1.3.1\bin\g11\maven.xml
>>
>> Element... maven:reactor
>> Line...... 58
>> Column.... -1
>> Unable to obtain goal [multiproject:install-callback] -- C: 
>> \Documents and
>> Settin
>> gs\Administrator\.maven\cache\geronimo-packaging-plugin-1.1.0-9 
>> \plugin.jelly:72:
>> -1: <car:package> null
>> Total time   : 37 minutes 55 seconds
>> Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST
>>
>> Thanks,
>> Shiva Kumar
>>
>>
>> On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
>> >
>> > After doing maven m:update, I ran maven new and got the  
>> following error.
>> Please help resolve this error.
>> >
>> > Thanks,
>> > Vamsi
>> >
>> --------------------------------------------------------------------- 
>> -------------------
>> > +----------------------------------------
>> > | configurations Geronimo Configuration for performing service  
>> deployments
>> > | Memory: 41M/50M
>> > +----------------------------------------
>> > DEPRECATED: the default goal should be specified in the <build>  
>> section of
>> proje
>> > ct.xml instead of maven.xml
>> > DEPRECATED: the default goal should be specified in the <build>  
>> section of
>> proje
>> > ct.xml instead of maven.xml
>> > new4:
>> > build:start:
>> >
>> > multiproject:install-callback:
>> >     [echo] Running car:install for Geronimo Configuration for  
>> performing
>> service
>> >  deployments
>> > car:prepare-plan:
>> >
>> > car:package:
>> >
>> >     Packaging configuration
>> C:\g11\configs\geronimo-gbean-deployer\target\plan\p
>> > lan.xml
>> >
>> >
>> > BUILD FAILED
>> > File...... C:\g11\maven.xml
>> > Element... maven:reactor
>> > Line...... 58
>> > Column.... -1
>> > Unable to obtain goal [multiproject:install-callback] --
>> C:\g11\configs\geronimo
>> > -gbean-deployer\maven.xml:39:-1: <boot:boot>
>> org.apache.geronimo.kernel.config.C
>> >
>> onfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/ 
>> kernel/reposito
>> > ry/Artifact;)Ljava/io/File;
>> > Total time   : 20 minutes 17 seconds
>> > Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
>>
>>


Re: Errors while building G1.1 from branch

Posted by Joe Bohn <jo...@earthlink.net>.
Assuming you don't change the list of repositories in 
etc/project.properties you should pick up the howl jar from David's 
personal repo that he included as the last one in the list.   So you 
shouldn't hit the howl problem or need to download yourself.

Joe


Paul McMahan wrote:
> As of this morning you should be able to pick up the fix for
> explicit_versions.properties (r407124) and also the fix for the maven
> redirect problem you're seeing (r407165).  If you hit a problem with
> maven not finding howl-logger-1.0.1.jar then you can download it from
> howl.objectweb.org and place it into your local maven repo (I think
> you will have to rename the file you download to match what maven
> looks for).  There is a thread on the dev list right now about the
> problem with howl.
> 
> Best wishes,
> Paul
> 
> On 5/17/06, Shiva Kumar H R <sh...@gmail.com> wrote:
> 
>> Thanks Paul,
>> Your hint works. My build is continuing further, but I am getting a few
>> exceptions as copied below.
>>
>> Build is yet to complete and I will let you know the build status on 
>> Friday.
>>
>> Regards,
>> Shiva
>>
>> ...
>>  ...
>>  ...
>>
>> Attempting to download geronimo-system-1.1-SNAPSHOT.jar.
>> Error getting URI host
>> org.apache.commons.httpclient.HttpException: Redirect from
>> host cvs.apache.org t
>> o people.apache.org is not supported
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect(HttpM
>> ethodBase.java:1237)
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse
>> (
>> HttpMethodBase.java:1185)
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethod
>> Base.java:967)
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.j
>> ava:1089)
>>
>> ...
>> ...
>> ...
>>
>> Invalid Redirect URI from:
>> http://cvs.apache.org:80/repository//geronimo/jars/ge
>> ronimo-system-1.1-SNAPSHOT.jar to:
>> http://people.apache.org/repository//geronimo
>> /jars/geronimo-system-1.1-SNAPSHOT.jar
>> Error retrieving artifact from
>> [http://cvs.apache.org/repository]: org.apache.ma
>> ven.wagon.TransferFailedException: Failed to trasfer file:
>> http://cvs.apache.org
>> /repository//geronimo/jars/geronimo-system-1.1-SNAPSHOT.jar.
>> Return code is: 302
>>
>> Error retrieving artifact from [http://dist.codehaus.org]:
>> org.apache.maven.wago
>> n.TransferFailedException: Connection refused: connect
>> Error retrieving artifact from [ http://www.ibiblio.org/maven]:
>> org.apache.maven.
>> wagon.TransferFailedException: Connection timed out: connect
>> Artifact /geronimo/jars/geronimo-system-1.1-SNAPSHOT.jar doesn't exist in
>> remote
>>  repository, but it exists locally.
>> build:start:
>>
>> ...
>> ...
>> ...
>>
>> Attempting to download
>> geronimo-management-1.1-SNAPSHOT.jar.
>> Error getting URI host
>> org.apache.commons.httpclient.HttpException : Redirect from
>> host cvs.apache.org t
>> o people.apache.org is not supported
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect
>> (HttpM
>> ethodBase.java:1237)
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse(
>> HttpMethodBase.java:1185)
>>         at
>> org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethod
>> Base.java:967)
>>
>> Error retrieving artifact from
>> [http://cvs.apache.org/repository]: org.apache.ma
>> ven.wagon.TransferFailedException : Failed to trasfer file:
>> http://cvs.apache.org
>> /repository//geronimo/jars/geronimo-management-1.1-SNAPSHOT.jar.
>> Return code is:
>>  302
>> Error retrieving artifact from [ http://dist.codehaus.org]:
>> org.apache.maven.wago
>> n.TransferFailedException: Connection refused: connect
>>
>>
>>  ...
>>  ...
>>  ...
>>
>>
>> On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
>> > The suggestion I gave about rebuilding the plugins should help Vamsi
>> > but the problem Shiva is seeing is due to a change in
>> > etc/explicit_versions.properties.
>> >
>> > It looks like the problem is due to this entry in
>> explicit_versions.properties :
>> > org.apache.geronimo.specs///=1.0
>> >
>> > taking precedence over this one :
>> >
>> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec//=1.1-SNAPSHOT
>> >
>> > Which causes the deployment routine to look for
>> > org.apache.geronimo.specs
>> /geronimo-javamail_1.3.1_spec/1.0/jar
>> >
>> > instead of
>> >
>> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.1-SNAPSHOT/jar
>> >
>> > That's my best guess anyway.  As a temporary workaround you should be
>> > able successfully build the client config by reverting the etc/ dir to
>> > its previous version (406805) while the geronimo devs straighten this
>> > one out.
>> >
>> > Best wishes,
>> > Paul
>> >
>> > On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
>> > > I suggest rebuilding the plugins: cd to each plugin dir, maven clean
>> default.
>> > >
>> > > Best wishes,
>> > > Paul
>> > >
>> > > On 5/16/06, Shiva Kumar H R <shivahr@gmail.com > wrote:
>> > > > Hi,
>> > > > I too am running into an error while building the AG 1.1 server.
>> > > >
>> > > > I am using the following command for building: "maven maven
>> > > > -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the 
>> build is
>> > > > failing with the following exception and error.
>> > > >
>> > > > Any hints as to how I can resolve this, will be very much useful.
>> > > >
>> > > > +----------------------------------------
>> > > > | configurations Configuration for the J2EE Client
>> > > > | Memory: 38M/51M
>> > > > +----------------------------------------
>> > > >
>> > > > ...
>> > > > ...
>> > > > ...
>> > > >
>> > > > 16:55:13,187 ERROR [PackageBuilder]
>> > > > org.apache.geronimo.common.DeploymentExcepti
>> > > > on: Unable to create configuration for deployment
>> > > > org.apache.geronimo.common.DeploymentException:
>> Unable to
>> > > > create configuration f
>> > > > or deployment
>> > > >         at
>> > > >
>> org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
>> > > > ion(DeploymentContext.java:116)
>> > > >         at
>> > > >
>> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
>> > > > text.java:96)
>> > > >         at
>> > > >
>> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
>> > > > text.java:78)
>> > > >
>> > > > ...
>> > > > ...
>> > > > ...
>> > > >
>> > > > BUILD FAILED
>> > > > File...... E:\Geronimo\svn- win32-1.3.1\bin\g11\maven.xml
>> > > >
>> > > > Element... maven:reactor
>> > > > Line...... 58
>> > > > Column.... -1
>> > > > Unable to obtain goal [multiproject:install-callback] -- 
>> C:\Documents
>> and
>> > > > Settin
>> > > >
>> gs\Administrator\.maven\cache\geronimo-packaging-plugin-1.1.0-9\plugin.jelly:72: 
>>
>> > > > -1: <car:package> null
>> > > > Total time   : 37 minutes 55 seconds
>> > > > Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST
>> > > >
>> > > > Thanks,
>> > > > Shiva Kumar
>> > > >
>> > > >
>> > > > On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
>> > > > >
>> > > > > After doing maven m:update, I ran maven new and got the following
>> error.
>> > > > Please help resolve this error.
>> > > > >
>> > > > > Thanks,
>> > > > > Vamsi
>> > > > >
>> > > >
>> ---------------------------------------------------------------------------------------- 
>>
>> > > > > +----------------------------------------
>> > > > > | configurations Geronimo Configuration for performing service
>> deployments
>> > > > > | Memory: 41M/50M
>> > > > > +----------------------------------------
>> > > > > DEPRECATED: the default goal should be specified in the <build>
>> section of
>> > > > proje
>> > > > > ct.xml instead of maven.xml
>> > > > > DEPRECATED: the default goal should be specified in the <build>
>> section of
>> > > > proje
>> > > > > ct.xml instead of maven.xml
>> > > > > new4:
>> > > > > build:start:
>> > > > >
>> > > > > multiproject:install-callback:
>> > > > >     [echo] Running car:install for Geronimo Configuration for
>> performing
>> > > > service
>> > > > >  deployments
>> > > > > car:prepare-plan:
>> > > > >
>> > > > > car:package:
>> > > > >
>> > > > >     Packaging configuration
>> > > > C:\g11\configs\geronimo-gbean-deployer\target\plan\p
>> > > > > lan.xml
>> > > > >
>> > > > >
>> > > > > BUILD FAILED
>> > > > > File...... C:\g11\maven.xml
>> > > > > Element... maven:reactor
>> > > > > Line...... 58
>> > > > > Column.... -1
>> > > > > Unable to obtain goal [multiproject:install-callback] --
>> > > > C:\g11\configs\geronimo
>> > > > > -gbean-deployer\maven.xml:39:-1: <boot:boot>
>> > > > org.apache.geronimo.kernel.config.C
>> > > > >
>> > > > onfigurationStore.createNewConfigurationDir
>> (Lorg/apache/geronimo/kernel/reposito
>> > > > > ry/Artifact;)Ljava/io/File;
>> > > > > Total time   : 20 minutes 17 seconds
>> > > > > Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
>> > > >
>> > > >
>> > >
>> >
>>
>>
> 
> 

-- 
Joe Bohn
joe.bohn at earthlink.net

"He is no fool who gives what he cannot keep, to gain what he cannot 
lose."   -- Jim Elliot

Re: Errors while building G1.1 from branch

Posted by Paul McMahan <pa...@gmail.com>.
As of this morning you should be able to pick up the fix for
explicit_versions.properties (r407124) and also the fix for the maven
redirect problem you're seeing (r407165).  If you hit a problem with
maven not finding howl-logger-1.0.1.jar then you can download it from
howl.objectweb.org and place it into your local maven repo (I think
you will have to rename the file you download to match what maven
looks for).  There is a thread on the dev list right now about the
problem with howl.

Best wishes,
Paul

On 5/17/06, Shiva Kumar H R <sh...@gmail.com> wrote:
> Thanks Paul,
> Your hint works. My build is continuing further, but I am getting a few
> exceptions as copied below.
>
> Build is yet to complete and I will let you know the build status on Friday.
>
> Regards,
> Shiva
>
> ...
>  ...
>  ...
>
> Attempting to download geronimo-system-1.1-SNAPSHOT.jar.
> Error getting URI host
> org.apache.commons.httpclient.HttpException: Redirect from
> host cvs.apache.org t
> o people.apache.org is not supported
>         at
> org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect(HttpM
> ethodBase.java:1237)
>         at
> org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse
> (
> HttpMethodBase.java:1185)
>         at
> org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethod
> Base.java:967)
>         at
> org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.j
> ava:1089)
>
> ...
> ...
> ...
>
> Invalid Redirect URI from:
> http://cvs.apache.org:80/repository//geronimo/jars/ge
> ronimo-system-1.1-SNAPSHOT.jar to:
> http://people.apache.org/repository//geronimo
> /jars/geronimo-system-1.1-SNAPSHOT.jar
> Error retrieving artifact from
> [http://cvs.apache.org/repository]: org.apache.ma
> ven.wagon.TransferFailedException: Failed to trasfer file:
> http://cvs.apache.org
> /repository//geronimo/jars/geronimo-system-1.1-SNAPSHOT.jar.
> Return code is: 302
>
> Error retrieving artifact from [http://dist.codehaus.org]:
> org.apache.maven.wago
> n.TransferFailedException: Connection refused: connect
> Error retrieving artifact from [ http://www.ibiblio.org/maven]:
> org.apache.maven.
> wagon.TransferFailedException: Connection timed out: connect
> Artifact /geronimo/jars/geronimo-system-1.1-SNAPSHOT.jar doesn't exist in
> remote
>  repository, but it exists locally.
> build:start:
>
> ...
> ...
> ...
>
> Attempting to download
> geronimo-management-1.1-SNAPSHOT.jar.
> Error getting URI host
> org.apache.commons.httpclient.HttpException : Redirect from
> host cvs.apache.org t
> o people.apache.org is not supported
>         at
> org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect
> (HttpM
> ethodBase.java:1237)
>         at
> org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse(
> HttpMethodBase.java:1185)
>         at
> org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded(HttpMethod
> Base.java:967)
>
> Error retrieving artifact from
> [http://cvs.apache.org/repository]: org.apache.ma
> ven.wagon.TransferFailedException : Failed to trasfer file:
> http://cvs.apache.org
> /repository//geronimo/jars/geronimo-management-1.1-SNAPSHOT.jar.
> Return code is:
>  302
> Error retrieving artifact from [ http://dist.codehaus.org]:
> org.apache.maven.wago
> n.TransferFailedException: Connection refused: connect
>
>
>  ...
>  ...
>  ...
>
>
> On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
> > The suggestion I gave about rebuilding the plugins should help Vamsi
> > but the problem Shiva is seeing is due to a change in
> > etc/explicit_versions.properties.
> >
> > It looks like the problem is due to this entry in
> explicit_versions.properties :
> > org.apache.geronimo.specs///=1.0
> >
> > taking precedence over this one :
> >
> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec//=1.1-SNAPSHOT
> >
> > Which causes the deployment routine to look for
> > org.apache.geronimo.specs
> /geronimo-javamail_1.3.1_spec/1.0/jar
> >
> > instead of
> >
> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.1-SNAPSHOT/jar
> >
> > That's my best guess anyway.  As a temporary workaround you should be
> > able successfully build the client config by reverting the etc/ dir to
> > its previous version (406805) while the geronimo devs straighten this
> > one out.
> >
> > Best wishes,
> > Paul
> >
> > On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
> > > I suggest rebuilding the plugins: cd to each plugin dir, maven clean
> default.
> > >
> > > Best wishes,
> > > Paul
> > >
> > > On 5/16/06, Shiva Kumar H R <shivahr@gmail.com > wrote:
> > > > Hi,
> > > > I too am running into an error while building the AG 1.1 server.
> > > >
> > > > I am using the following command for building: "maven maven
> > > > -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is
> > > > failing with the following exception and error.
> > > >
> > > > Any hints as to how I can resolve this, will be very much useful.
> > > >
> > > > +----------------------------------------
> > > > | configurations Configuration for the J2EE Client
> > > > | Memory: 38M/51M
> > > > +----------------------------------------
> > > >
> > > > ...
> > > > ...
> > > > ...
> > > >
> > > > 16:55:13,187 ERROR [PackageBuilder]
> > > > org.apache.geronimo.common.DeploymentExcepti
> > > > on: Unable to create configuration for deployment
> > > > org.apache.geronimo.common.DeploymentException:
> Unable to
> > > > create configuration f
> > > > or deployment
> > > >         at
> > > >
> org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
> > > > ion(DeploymentContext.java:116)
> > > >         at
> > > >
> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> > > > text.java:96)
> > > >         at
> > > >
> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> > > > text.java:78)
> > > >
> > > > ...
> > > > ...
> > > > ...
> > > >
> > > > BUILD FAILED
> > > > File...... E:\Geronimo\svn- win32-1.3.1\bin\g11\maven.xml
> > > >
> > > > Element... maven:reactor
> > > > Line...... 58
> > > > Column.... -1
> > > > Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> and
> > > > Settin
> > > >
> gs\Administrator\.maven\cache\geronimo-packaging-plugin-1.1.0-9\plugin.jelly:72:
> > > > -1: <car:package> null
> > > > Total time   : 37 minutes 55 seconds
> > > > Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST
> > > >
> > > > Thanks,
> > > > Shiva Kumar
> > > >
> > > >
> > > > On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
> > > > >
> > > > > After doing maven m:update, I ran maven new and got the following
> error.
> > > > Please help resolve this error.
> > > > >
> > > > > Thanks,
> > > > > Vamsi
> > > > >
> > > >
> ----------------------------------------------------------------------------------------
> > > > > +----------------------------------------
> > > > > | configurations Geronimo Configuration for performing service
> deployments
> > > > > | Memory: 41M/50M
> > > > > +----------------------------------------
> > > > > DEPRECATED: the default goal should be specified in the <build>
> section of
> > > > proje
> > > > > ct.xml instead of maven.xml
> > > > > DEPRECATED: the default goal should be specified in the <build>
> section of
> > > > proje
> > > > > ct.xml instead of maven.xml
> > > > > new4:
> > > > > build:start:
> > > > >
> > > > > multiproject:install-callback:
> > > > >     [echo] Running car:install for Geronimo Configuration for
> performing
> > > > service
> > > > >  deployments
> > > > > car:prepare-plan:
> > > > >
> > > > > car:package:
> > > > >
> > > > >     Packaging configuration
> > > > C:\g11\configs\geronimo-gbean-deployer\target\plan\p
> > > > > lan.xml
> > > > >
> > > > >
> > > > > BUILD FAILED
> > > > > File...... C:\g11\maven.xml
> > > > > Element... maven:reactor
> > > > > Line...... 58
> > > > > Column.... -1
> > > > > Unable to obtain goal [multiproject:install-callback] --
> > > > C:\g11\configs\geronimo
> > > > > -gbean-deployer\maven.xml:39:-1: <boot:boot>
> > > > org.apache.geronimo.kernel.config.C
> > > > >
> > > > onfigurationStore.createNewConfigurationDir
> (Lorg/apache/geronimo/kernel/reposito
> > > > > ry/Artifact;)Ljava/io/File;
> > > > > Total time   : 20 minutes 17 seconds
> > > > > Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
> > > >
> > > >
> > >
> >
>
>

Re: Errors while building G1.1 from branch

Posted by Shiva Kumar H R <sh...@gmail.com>.
Thanks Paul,
Your hint works. My build is continuing further, but I am getting a few
exceptions as copied below.

Build is yet to complete and I will let you know the build status on Friday.

Regards,
Shiva

...
...
...

Attempting to download geronimo-system-1.1-SNAPSHOT.jar.
Error getting URI host
org.apache.commons.httpclient.HttpException: Redirect from host
cvs.apache.org t
o people.apache.org is not supported
        at org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect
(HttpM
ethodBase.java:1237)
        at
org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse(
HttpMethodBase.java:1185)
        at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded
(HttpMethod
Base.java:967)
        at org.apache.commons.httpclient.HttpMethodBase.execute(
HttpMethodBase.j
ava:1089)

...
...
...

Invalid Redirect URI from:
http://cvs.apache.org:80/repository//geronimo/jars/ge
ronimo-system-1.1-SNAPSHOT.jar to:
http://people.apache.org/repository//geronimo
/jars/geronimo-system-1.1-SNAPSHOT.jar
Error retrieving artifact from [http://cvs.apache.org/repository]:
org.apache.ma
ven.wagon.TransferFailedException: Failed to trasfer file:
http://cvs.apache.org
/repository//geronimo/jars/geronimo-system-1.1-SNAPSHOT.jar. Return code is:
302

Error retrieving artifact from [http://dist.codehaus.org]:
org.apache.maven.wago
n.TransferFailedException: Connection refused: connect
Error retrieving artifact from [http://www.ibiblio.org/maven]:
org.apache.maven.
wagon.TransferFailedException: Connection timed out: connect
Artifact /geronimo/jars/geronimo-system-1.1-SNAPSHOT.jar doesn't exist in
remote
 repository, but it exists locally.
build:start:

...
...
...

Attempting to download geronimo-management-1.1-SNAPSHOT.jar.
Error getting URI host
org.apache.commons.httpclient.HttpException: Redirect from host
cvs.apache.org t
o people.apache.org is not supported
        at org.apache.commons.httpclient.HttpMethodBase.checkValidRedirect
(HttpM
ethodBase.java:1237)
        at
org.apache.commons.httpclient.HttpMethodBase.processRedirectResponse(
HttpMethodBase.java:1185)
        at org.apache.commons.httpclient.HttpMethodBase.isRetryNeeded
(HttpMethod
Base.java:967)

Error retrieving artifact from [http://cvs.apache.org/repository]:
org.apache.ma
ven.wagon.TransferFailedException: Failed to trasfer file:
http://cvs.apache.org
/repository//geronimo/jars/geronimo-management-1.1-SNAPSHOT.jar. Return code
is:
 302
Error retrieving artifact from [http://dist.codehaus.org]:
org.apache.maven.wago
n.TransferFailedException: Connection refused: connect


...
...
...

On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
>
> The suggestion I gave about rebuilding the plugins should help Vamsi
> but the problem Shiva is seeing is due to a change in
> etc/explicit_versions.properties.
>
> It looks like the problem is due to this entry in
> explicit_versions.properties :
> org.apache.geronimo.specs///=1.0
>
> taking precedence over this one :
> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec//=1.1-SNAPSHOT
>
> Which causes the deployment routine to look for
> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.0/jar
>
> instead of
> org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.1-SNAPSHOT/jar
>
> That's my best guess anyway.  As a temporary workaround you should be
> able successfully build the client config by reverting the etc/ dir to
> its previous version (406805) while the geronimo devs straighten this
> one out.
>
> Best wishes,
> Paul
>
> On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
> > I suggest rebuilding the plugins: cd to each plugin dir, maven clean
> default.
> >
> > Best wishes,
> > Paul
> >
> > On 5/16/06, Shiva Kumar H R <sh...@gmail.com> wrote:
> > > Hi,
> > > I too am running into an error while building the AG 1.1 server.
> > >
> > > I am using the following command for building: "maven maven
> > > -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is
> > > failing with the following exception and error.
> > >
> > > Any hints as to how I can resolve this, will be very much useful.
> > >
> > > +----------------------------------------
> > > | configurations Configuration for the J2EE Client
> > > | Memory: 38M/51M
> > > +----------------------------------------
> > >
> > > ...
> > > ...
> > > ...
> > >
> > > 16:55:13,187 ERROR [PackageBuilder]
> > > org.apache.geronimo.common.DeploymentExcepti
> > > on: Unable to create configuration for deployment
> > > org.apache.geronimo.common.DeploymentException: Unable to
> > > create configuration f
> > > or deployment
> > >         at
> > > org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
> > > ion(DeploymentContext.java:116)
> > >         at
> > > org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> > > text.java:96)
> > >         at
> > > org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> > > text.java:78)
> > >
> > > ...
> > > ...
> > > ...
> > >
> > > BUILD FAILED
> > > File...... E:\Geronimo\svn-win32-1.3.1\bin\g11\maven.xml
> > >
> > > Element... maven:reactor
> > > Line...... 58
> > > Column.... -1
> > > Unable to obtain goal [multiproject:install-callback] -- C:\Documents
> and
> > > Settin
> > > gs\Administrator\.maven\cache\geronimo-
> packaging-plugin-1.1.0-9\plugin.jelly:72:
> > > -1: <car:package> null
> > > Total time   : 37 minutes 55 seconds
> > > Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST
> > >
> > > Thanks,
> > > Shiva Kumar
> > >
> > >
> > > On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
> > > >
> > > > After doing maven m:update, I ran maven new and got the following
> error.
> > > Please help resolve this error.
> > > >
> > > > Thanks,
> > > > Vamsi
> > > >
> > >
> ----------------------------------------------------------------------------------------
> > > > +----------------------------------------
> > > > | configurations Geronimo Configuration for performing service
> deployments
> > > > | Memory: 41M/50M
> > > > +----------------------------------------
> > > > DEPRECATED: the default goal should be specified in the <build>
> section of
> > > proje
> > > > ct.xml instead of maven.xml
> > > > DEPRECATED: the default goal should be specified in the <build>
> section of
> > > proje
> > > > ct.xml instead of maven.xml
> > > > new4:
> > > > build:start:
> > > >
> > > > multiproject:install-callback:
> > > >     [echo] Running car:install for Geronimo Configuration for
> performing
> > > service
> > > >  deployments
> > > > car:prepare-plan:
> > > >
> > > > car:package:
> > > >
> > > >     Packaging configuration
> > > C:\g11\configs\geronimo-gbean-deployer\target\plan\p
> > > > lan.xml
> > > >
> > > >
> > > > BUILD FAILED
> > > > File...... C:\g11\maven.xml
> > > > Element... maven:reactor
> > > > Line...... 58
> > > > Column.... -1
> > > > Unable to obtain goal [multiproject:install-callback] --
> > > C:\g11\configs\geronimo
> > > > -gbean-deployer\maven.xml:39:-1: <boot:boot>
> > > org.apache.geronimo.kernel.config.C
> > > >
> > > onfigurationStore.createNewConfigurationDir
> (Lorg/apache/geronimo/kernel/reposito
> > > > ry/Artifact;)Ljava/io/File;
> > > > Total time   : 20 minutes 17 seconds
> > > > Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
> > >
> > >
> >
>

Re: Errors while building G1.1 from branch

Posted by Paul McMahan <pa...@gmail.com>.
The suggestion I gave about rebuilding the plugins should help Vamsi
but the problem Shiva is seeing is due to a change in
etc/explicit_versions.properties.

It looks like the problem is due to this entry in explicit_versions.properties :
org.apache.geronimo.specs///=1.0

taking precedence over this one :
org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec//=1.1-SNAPSHOT

Which causes the deployment routine to look for
org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.0/jar

instead of
org.apache.geronimo.specs/geronimo-javamail_1.3.1_spec/1.1-SNAPSHOT/jar

That's my best guess anyway.  As a temporary workaround you should be
able successfully build the client config by reverting the etc/ dir to
its previous version (406805) while the geronimo devs straighten this
one out.

Best wishes,
Paul

On 5/16/06, Paul McMahan <pa...@gmail.com> wrote:
> I suggest rebuilding the plugins: cd to each plugin dir, maven clean default.
>
> Best wishes,
> Paul
>
> On 5/16/06, Shiva Kumar H R <sh...@gmail.com> wrote:
> > Hi,
> > I too am running into an error while building the AG 1.1 server.
> >
> > I am using the following command for building: "maven maven
> > -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is
> > failing with the following exception and error.
> >
> > Any hints as to how I can resolve this, will be very much useful.
> >
> > +----------------------------------------
> > | configurations Configuration for the J2EE Client
> > | Memory: 38M/51M
> > +----------------------------------------
> >
> > ...
> > ...
> > ...
> >
> > 16:55:13,187 ERROR [PackageBuilder]
> > org.apache.geronimo.common.DeploymentExcepti
> > on: Unable to create configuration for deployment
> > org.apache.geronimo.common.DeploymentException: Unable to
> > create configuration f
> > or deployment
> >         at
> > org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
> > ion(DeploymentContext.java:116)
> >         at
> > org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> > text.java:96)
> >         at
> > org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> > text.java:78)
> >
> > ...
> > ...
> > ...
> >
> > BUILD FAILED
> > File...... E:\Geronimo\svn-win32-1.3.1\bin\g11\maven.xml
> >
> > Element... maven:reactor
> > Line...... 58
> > Column.... -1
> > Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
> > Settin
> > gs\Administrator\.maven\cache\geronimo-packaging-plugin-1.1.0-9\plugin.jelly:72:
> > -1: <car:package> null
> > Total time   : 37 minutes 55 seconds
> > Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST
> >
> > Thanks,
> > Shiva Kumar
> >
> >
> > On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
> > >
> > > After doing maven m:update, I ran maven new and got the following error.
> > Please help resolve this error.
> > >
> > > Thanks,
> > > Vamsi
> > >
> > ----------------------------------------------------------------------------------------
> > > +----------------------------------------
> > > | configurations Geronimo Configuration for performing service deployments
> > > | Memory: 41M/50M
> > > +----------------------------------------
> > > DEPRECATED: the default goal should be specified in the <build> section of
> > proje
> > > ct.xml instead of maven.xml
> > > DEPRECATED: the default goal should be specified in the <build> section of
> > proje
> > > ct.xml instead of maven.xml
> > > new4:
> > > build:start:
> > >
> > > multiproject:install-callback:
> > >     [echo] Running car:install for Geronimo Configuration for performing
> > service
> > >  deployments
> > > car:prepare-plan:
> > >
> > > car:package:
> > >
> > >     Packaging configuration
> > C:\g11\configs\geronimo-gbean-deployer\target\plan\p
> > > lan.xml
> > >
> > >
> > > BUILD FAILED
> > > File...... C:\g11\maven.xml
> > > Element... maven:reactor
> > > Line...... 58
> > > Column.... -1
> > > Unable to obtain goal [multiproject:install-callback] --
> > C:\g11\configs\geronimo
> > > -gbean-deployer\maven.xml:39:-1: <boot:boot>
> > org.apache.geronimo.kernel.config.C
> > >
> > onfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/reposito
> > > ry/Artifact;)Ljava/io/File;
> > > Total time   : 20 minutes 17 seconds
> > > Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
> >
> >
>

Re: Errors while building G1.1 from branch

Posted by Paul McMahan <pa...@gmail.com>.
I suggest rebuilding the plugins: cd to each plugin dir, maven clean default.

Best wishes,
Paul

On 5/16/06, Shiva Kumar H R <sh...@gmail.com> wrote:
> Hi,
> I too am running into an error while building the AG 1.1 server.
>
> I am using the following command for building: "maven maven
> -Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is
> failing with the following exception and error.
>
> Any hints as to how I can resolve this, will be very much useful.
>
> +----------------------------------------
> | configurations Configuration for the J2EE Client
> | Memory: 38M/51M
> +----------------------------------------
>
> ...
> ...
> ...
>
> 16:55:13,187 ERROR [PackageBuilder]
> org.apache.geronimo.common.DeploymentExcepti
> on: Unable to create configuration for deployment
> org.apache.geronimo.common.DeploymentException: Unable to
> create configuration f
> or deployment
>         at
> org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
> ion(DeploymentContext.java:116)
>         at
> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> text.java:96)
>         at
> org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
> text.java:78)
>
> ...
> ...
> ...
>
> BUILD FAILED
> File...... E:\Geronimo\svn-win32-1.3.1\bin\g11\maven.xml
>
> Element... maven:reactor
> Line...... 58
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
> Settin
> gs\Administrator\.maven\cache\geronimo-packaging-plugin-1.1.0-9\plugin.jelly:72:
> -1: <car:package> null
> Total time   : 37 minutes 55 seconds
> Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST
>
> Thanks,
> Shiva Kumar
>
>
> On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
> >
> > After doing maven m:update, I ran maven new and got the following error.
> Please help resolve this error.
> >
> > Thanks,
> > Vamsi
> >
> ----------------------------------------------------------------------------------------
> > +----------------------------------------
> > | configurations Geronimo Configuration for performing service deployments
> > | Memory: 41M/50M
> > +----------------------------------------
> > DEPRECATED: the default goal should be specified in the <build> section of
> proje
> > ct.xml instead of maven.xml
> > DEPRECATED: the default goal should be specified in the <build> section of
> proje
> > ct.xml instead of maven.xml
> > new4:
> > build:start:
> >
> > multiproject:install-callback:
> >     [echo] Running car:install for Geronimo Configuration for performing
> service
> >  deployments
> > car:prepare-plan:
> >
> > car:package:
> >
> >     Packaging configuration
> C:\g11\configs\geronimo-gbean-deployer\target\plan\p
> > lan.xml
> >
> >
> > BUILD FAILED
> > File...... C:\g11\maven.xml
> > Element... maven:reactor
> > Line...... 58
> > Column.... -1
> > Unable to obtain goal [multiproject:install-callback] --
> C:\g11\configs\geronimo
> > -gbean-deployer\maven.xml:39:-1: <boot:boot>
> org.apache.geronimo.kernel.config.C
> >
> onfigurationStore.createNewConfigurationDir(Lorg/apache/geronimo/kernel/reposito
> > ry/Artifact;)Ljava/io/File;
> > Total time   : 20 minutes 17 seconds
> > Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
>
>

Re: Errors while building G1.1 from branch

Posted by Shiva Kumar H R <sh...@gmail.com>.
Hi,
I too am running into an error while building the AG 1.1 server.

I am using the following command for building: "maven maven -
Dmaven.test.skip=true -Dmaven.itest.skip=true new", and the build is failing
with the following exception and error.

Any hints as to how I can resolve this, will be very much useful.

+----------------------------------------
| configurations Configuration for the J2EE Client
| Memory: 38M/51M
+----------------------------------------

...
...
...

16:55:13,187 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentExcepti
on: Unable to create configuration for deployment
org.apache.geronimo.common.DeploymentException: Unable to create
configuration f
or deployment
        at
org.apache.geronimo.deployment.DeploymentContext.createTempConfigurat
ion(DeploymentContext.java:116)
        at org.apache.geronimo.deployment.DeploymentContext
.<init>(DeploymentCon
text.java:96)
        at org.apache.geronimo.deployment.DeploymentContext
.<init>(DeploymentCon
text.java:78)

...
...
...

BUILD FAILED
File...... E:\Geronimo\svn-win32-1.3.1\bin\g11\maven.xml
Element... maven:reactor
Line...... 58
Column.... -1
Unable to obtain goal [multiproject:install-callback] -- C:\Documents and
Settin
gs\Administrator\.maven\cache\geronimo-
packaging-plugin-1.1.0-9\plugin.jelly:72:
-1: <car:package> null
Total time   : 37 minutes 55 seconds
Finished at  : Tuesday, May 16, 2006 4:55:13 PM IST

Thanks,
Shiva Kumar

On 5/16/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
>
> After doing maven m:update, I ran maven new and got the following error.
> Please help resolve this error.
>
> Thanks,
> Vamsi
>
> ----------------------------------------------------------------------------------------
> +----------------------------------------
> | configurations Geronimo Configuration for performing service deployments
> | Memory: 41M/50M
> +----------------------------------------
> DEPRECATED: the default goal should be specified in the <build> section of
> proje
> ct.xml instead of maven.xml
> DEPRECATED: the default goal should be specified in the <build> section of
> proje
> ct.xml instead of maven.xml
> new4:
> build:start:
>
> multiproject:install-callback:
>     [echo] Running car:install for Geronimo Configuration for performing
> service
>  deployments
> car:prepare-plan:
>
> car:package:
>
>     Packaging configuration
> C:\g11\configs\geronimo-gbean-deployer\target\plan\p
> lan.xml
>
>
> BUILD FAILED
> File...... C:\g11\maven.xml
> Element... maven:reactor
> Line...... 58
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] --
> C:\g11\configs\geronimo
> -gbean-deployer\maven.xml:39:-1: <boot:boot>
> org.apache.geronimo.kernel.config.C
> onfigurationStore.createNewConfigurationDir
> (Lorg/apache/geronimo/kernel/reposito
> ry/Artifact;)Ljava/io/File;
> Total time   : 20 minutes 17 seconds
> Finished at  : Tuesday, May 16, 2006 2:52:18 PM IST
>