You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Slavic Chernyak <mr...@gmail.com> on 2005/10/13 19:16:57 UTC

Problem building geronimo

Hi,

I'm having problems building geronimo from scratch.
Im getting the following error:

BUILD FAILED
File...... C:\Documents and
Settings\steve\.maven\cache\maven-multiproject-pl
ugin-1.4.1\plugin.jelly
Element... maven:reactor
Line...... 218
Column.... -1
Unable to obtain goal [default] --
C:\Development\Projects\geronimo\modules\asse
mbly\maven.xml:356:-1: <bootstrap:bootstrap>
org.apache.geronimo.kernel.reposito
ry.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jarnot fo
und in repository
Total time : 5 minutes 14 seconds
Finished at : Thursday, October 13, 2005 12:30:27 PM EDT

I've placed the bcprov-jdk14-124.jar manually into my local repository, but
it still fails.
Tried with maven-1.0.2 and maven-1.1-beta-2, both fail in the same manner.

There was a similar question posted to the users list on Sept 28 by Michele
La Porta subject: "build geronimo-292135 from source", but it went
unanswered

Any help would be appreciated.

Thanks

Re: Problem building geronimo

Posted by Kevan Miller <ke...@gmail.com>.
Slavic,
I'm on revision 314894 from HEAD and not having any problems. I did already
have Bouncy Castle in my maven repository, however. I just removed it and
built my assembly without a problem.

Geronimo no longer includes Bouncy Castle -- there were some patent issues
which forced its removal. I assume that your problem is related to the
change... Possible that we missed a dependency somewhere, but I can't see
any... Can you update from HEAD and try again?

--kevan


On 10/13/05, Slavic Chernyak <mr...@gmail.com> wrote:
>
> Hi,
>
> I'm having problems building geronimo from scratch.
> Im getting the following error:
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\steve\.maven\cache\maven-multiproject-pl
> ugin-1.4.1\plugin.jelly
> Element... maven:reactor
> Line...... 218
> Column.... -1
> Unable to obtain goal [default] --
> C:\Development\Projects\geronimo\modules\asse
> mbly\maven.xml:356:-1: <bootstrap:bootstrap>
> org.apache.geronimo.kernel.reposito
> ry.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jarnot fo
> und in repository
> Total time : 5 minutes 14 seconds
> Finished at : Thursday, October 13, 2005 12:30:27 PM EDT
>
> I've placed the bcprov-jdk14-124.jar manually into my local repository,
> but it still fails.
> Tried with maven-1.0.2 and maven-1.1-beta-2, both fail in the same manner.
>
> There was a similar question posted to the users list on Sept 28 by
> Michele La Porta subject: "build geronimo-292135 from source", but it went
> unanswered
>
> Any help would be appreciated.
>
> Thanks
>

Re: Problem building geronimo

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
The error you're getting probably means the JAR is not in
modules/assembly/target/geronimo.../respository/... -- which means
maybe one of the plans still depends on it but the assembly build is
no longer copying it in there?  If an update doesn't fix it, then we
probably need to re-examine the plans and see what might be declaring
a dependency on it.

Aaron

On 10/13/05, Slavic Chernyak <mr...@gmail.com> wrote:
> Hi,
>
>  I'm having problems building geronimo from scratch.
>  Im getting the following error:
>
>  BUILD FAILED
>  File...... C:\Documents and
> Settings\steve\.maven\cache\maven-multiproject-pl
>  ugin-1.4.1\plugin.jelly
>  Element... maven:reactor
>  Line...... 218
>  Column.... -1
>  Unable to obtain goal [default] --
> C:\Development\Projects\geronimo\modules\asse
>  mbly\maven.xml:356:-1: <bootstrap:bootstrap>
> org.apache.geronimo.kernel.reposito
>  ry.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar
> not fo
>  und in repository
>  Total time   : 5 minutes 14 seconds
>  Finished at  : Thursday, October 13, 2005 12:30:27 PM EDT
>
>  I've placed the bcprov-jdk14-124.jar manually into my local repository, but
> it still fails.
>  Tried with maven-1.0.2 and maven-1.1-beta-2, both fail in the same manner.
>
>  There was a similar question posted to the users list on Sept 28 by Michele
> La Porta subject: "build geronimo-292135 from source", but it went
> unanswered
>
>  Any help would be appreciated.
>
>  Thanks
>

Re: Problem building geronimo

Posted by Slavic Chernyak <mr...@gmail.com>.
maven -o m:co did it!

Thanks!



On 10/13/05, David Jencks <da...@yahoo.com> wrote:
>
> I think this is caused by not checking out openejb source code and
> pulling down extremely out of date openejb jars which still use bc.
> Try maven -o m:co and then rebuilding. You might need to fix your
> identity in project.properties.
>
> david jencks
>
> On Oct 13, 2005, at 12:13 PM, Slavic Chernyak wrote:
>
> > Thanks for the replies.
> >
> > >> How exactly are you updating from the Subversion repo?
> > I checked the entire project for the first time yesterday using the
> > eclipse svn plugin.
> >
> > >> Can you update from HEAD and try again?
> > I've since updated to reversion 320863.
> > ran the following from geronimo
> > >maven clean
> > >maven m:rebuild-all
> > This blew up with an error java.lang.IntrenalError. This might be
> > because I'm using jrockit (just realized that was my default)
> >
> > Will try again after I pull down 1.4.2
> >
> > >>I suggest using the instructions on the wiki to build everything
> > properly. Below is the URL:
> > I was actually trying to build according to instructions from here
> > http://wiki.apache.org/geronimo/EclipseDeployment . Will try with the
> > one you suggested once I have the jdk installed.
> >
> > Thanks
> >
> >
>
>

Re: Problem building geronimo

Posted by David Jencks <da...@yahoo.com>.
I think this is caused by not checking out openejb source code and 
pulling down extremely out of date openejb jars which still use bc.  
Try maven -o m:co and then rebuilding.  You might need to fix your 
identity in project.properties.

david jencks

On Oct 13, 2005, at 12:13 PM, Slavic Chernyak wrote:

> Thanks for the replies.
>
>  >> How exactly are you updating from the Subversion repo?
>  I checked the entire project for the first time yesterday using the 
> eclipse svn plugin.
>
>  >> Can you update from HEAD and try again?
>  I've since updated to reversion 320863.
>  ran the following from geronimo
>  >maven clean
>  >maven m:rebuild-all
>  This blew up with an error java.lang.IntrenalError.  This might be 
> because I'm using jrockit (just realized that was my default)
>
>  Will try again after I pull down 1.4.2
>
>  >>I suggest using the instructions on the wiki to build everything 
> properly. Below is the URL:
>  I was actually trying to build according to instructions from here 
> http://wiki.apache.org/geronimo/EclipseDeployment.  Will try with the 
> one you suggested once I have the jdk installed.
>
>  Thanks
>
>


Re: Problem building geronimo

Posted by Slavic Chernyak <mr...@gmail.com>.
Still having problems.

Running it with:
>maven m:rebuild-all
Causes a junit test to time out

Running it with:

>maven m:rebuild-all -Dmaven.test.skip=true -Dmaven.itest.skip=true
or
>maven m:build -Dmaven.test.skip=true -Dmaven.itest.skip=true

Causes the same bouncy castle error.
I also tried to just build the assembly module and got the same failure.
I searched from the root of geronimo for files containing 'bcprov' and came
up with.

I will try it again later from scratch. (Should I blow away cache/repository
directories in maven?)

Thanks

Re: Problem building geronimo

Posted by Slavic Chernyak <mr...@gmail.com>.
Thanks for the replies.

>> How exactly are you updating from the Subversion repo?
I checked the entire project for the first time yesterday using the eclipse
svn plugin.

>> Can you update from HEAD and try again?
I've since updated to reversion 320863.
ran the following from geronimo
>maven clean
>maven m:rebuild-all
This blew up with an error java.lang.IntrenalError. This might be because
I'm using jrockit (just realized that was my default)

Will try again after I pull down 1.4.2

>>I suggest using the instructions on the wiki to build everything properly.
Below is the URL:
I was actually trying to build according to instructions from here
http://wiki.apache.org/geronimo/EclipseDeployment. Will try with the one you
suggested once I have the jdk installed.

Thanks

Re: Problem building geronimo

Posted by Bruce Snyder <br...@gmail.com>.
On 10/13/05, Slavic Chernyak <mr...@gmail.com> wrote:

>  I'm having problems building geronimo from scratch.
>  Im getting the following error:
>
>  BUILD FAILED
>  File...... C:\Documents and
> Settings\steve\.maven\cache\maven-multiproject-pl
>  ugin-1.4.1\plugin.jelly
>  Element... maven:reactor
>  Line...... 218
>  Column.... -1
>  Unable to obtain goal [default] --
> C:\Development\Projects\geronimo\modules\asse
>  mbly\maven.xml:356:-1: <bootstrap:bootstrap>
> org.apache.geronimo.kernel.reposito
>  ry.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar
> not fo
>  und in repository
>  Total time   : 5 minutes 14 seconds
>  Finished at  : Thursday, October 13, 2005 12:30:27 PM EDT
>
>  I've placed the bcprov-jdk14-124.jar manually into my local repository, but
> it still fails.
>  Tried with maven-1.0.2 and maven-1.1-beta-2, both fail in the same manner.
>
>  There was a similar question posted to the users list on Sept 28 by Michele
> La Porta subject: "build geronimo-292135 from source", but it went
> unanswered

Slavic,

How exactly are you updating from the Subversion repo? I suggest using
the instructions on the wiki to build everything properly. Below is
the URL:

http://wiki.apache.org/geronimo/Building#head-f4a625a37c408280237ef87f320228e1a9aae3bd

Bruce
--
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

The Castor Project
http://www.castor.org/

Apache Geronimo
http://geronimo.apache.org/