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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED] > 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 <[EMAIL PROTECTED]> 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
> > >
> > >
> >
>


Reply via email to