You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "kenperl (JIRA)" <de...@geronimo.apache.org> on 2005/11/02 08:34:55 UTC

[jira] Created: (GERONIMO-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

bouncycastle/jars/bcprov-jdk14-124.jar not found
------------------------------------------------

         Key: GERONIMO-1124
         URL: http://issues.apache.org/jira/browse/GERONIMO-1124
     Project: Geronimo
        Type: Bug
  Components: buildsystem  
    Versions: 1.0-M5    
 Environment: linux, maven1.02
    Reporter: kenperl
    Priority: Blocker


I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
I am using online building. 

BUILD FAILED
File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
Total time: 106 minutes 49 seconds


-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

kenperl commented on GERONIMO-1124:
-----------------------------------

I set the proxy server for maven and svn which both can work through firewall now, I need to set the proxy for cvs too while maven -o m:co.
 cvs with  with a syntax like :pserver;proxy=<proxyserver>;proxyport=<portnum> could pass the proxy, but how to make this parameters into maven.

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

kenperl commented on GERONIMO-1124:
-----------------------------------

m:checkout:
    [cvs] cvs [checkout aborted]: connect to cvs.openejb.org(64.7.141.17):2401 failed: Connection timed out

BUILD FAILED
File...... /root/geronimo1.0/maven.xml
Element... ant:cvs
Line...... 214
Column.... 15
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:pserver:anonymous@cvs.openejb.org:/home/projects/openejb/scm'
'-q'
'checkout'
'-P'
'openejb'

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1124?page=comments#action_12356578 ] 

David Jencks commented on GERONIMO-1124:
----------------------------------------

I don't understand the exact details, but this is caused by somehow using out of date openejb jars that include a dependency on bouncycastle.  Geronimo/Openejb M5 does not use bouncycastle.

You may need to check out and build openejb 2.0-M5 yourself, although I thought the jars were published.

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

kenperl commented on GERONIMO-1124:
-----------------------------------

I am using reference on the page http://geronimo.apache.org/svn.html when checking out the geronimo source code.

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

Jacek Laskowski commented on GERONIMO-1124:
-------------------------------------------

Take a look at maven.xml in the root directory of Geronimo's sources, especially at 240th line.

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

kenperl commented on GERONIMO-1124:
-----------------------------------

I set wrong release when I opened this JIRA, in fact, I checkouted the Geronimo from head, it is 1.0 snapshot, but I didn't find a release name for this.

doesn't  the geronimo head which includes open-ejb 's head?

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

    Fix Version: 1.0
     Resolution: Cannot Reproduce
      Assign To: Aaron Mulder

Build appears to be working at present.

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Assignee: Aaron Mulder
>     Priority: Blocker
>      Fix For: 1.0

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1124?page=comments#action_12356920 ] 

David Jencks commented on GERONIMO-1124:
----------------------------------------

geronimo does not include openejb.  Please refer to http://wiki.apache.org/geronimo/Building#head-fbeacda90e0376260d2c28af9c0f41ebae58953b for some instructions on a convenient way to get the openejb source and build it with geronimo.

Briefly,
maven -o m:co
maven



> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

kenperl commented on GERONIMO-1124:
-----------------------------------

I find this could be changed in the file project.properties.
but my critical issus is impossible to pass the http proxy even I set CVS_PROXY or add them to $CVSROOT.

cvs  -d :pserver:anonymous@cvs.openejb.org:/home/projects/openejb/scm co openejb                                                       
cvs [checkout aborted]: connect to cvs.openejb.org(64.7.141.17):2401 failed: Connection timed out

could I check out the open-ejb by svn?

> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

-- 
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-1124) bouncycastle/jars/bcprov-jdk14-124.jar not found

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

kenperl commented on GERONIMO-1124:
-----------------------------------

the 240th line is commented out, I know you are refer the ejb line,
<gscm:checkout module="openejb" root="${geronimo.openejb.cvs.access}@cvs.openejb.org:/home/projects/openejb/scm"/>

where could I change the value of ${geronimo.openejb.cvs.access}?


> bouncycastle/jars/bcprov-jdk14-124.jar not found
> ------------------------------------------------
>
>          Key: GERONIMO-1124
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1124
>      Project: Geronimo
>         Type: Bug
>   Components: buildsystem
>     Versions: 1.0-M5
>  Environment: linux, maven1.02
>     Reporter: kenperl
>     Priority: Blocker

>
> I don't use my own build.properties file. type maven in the directory where the source codes checked out from HEAD.
> I am using online building. 
> BUILD FAILED
> File...... /root/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- /root/geronimo1.0/modules/assembly/maven.xml:358:15: <bootstrap:bootstrap> org.apache.geronimo.kernel.repository.MissingDependencyException: uri bouncycastle/jars/bcprov-jdk14-124.jar not found in repository
> Total time: 106 minutes 49 seconds

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