[kepler-dev] [Bug 5342] ant update hangs if the svn certificate changes (and possibly always hangs the first time)

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Aug 2 15:52:16 PDT 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5342

Christopher Brooks <cxh at eecs.berkeley.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

--- Comment #1 from Christopher Brooks <cxh at eecs.berkeley.edu> 2011-08-02 15:52:15 PDT ---
ant update continues to fail on a new machine until the user
runs an svn command by hand.

Here's what happened.

I'm moving over to a new machine, so I copied my previous tree over.
When I did "ant update", the update hung

[update-modules] Using the head of ptolemy. Use 'ant update-ptolemy
-Drev=stable' to work from the stable version.
[update-modules] svn -r head update --accept postpone
/Users/cxh/src/kepler/ptolemy/src
[update-modules] At revision 61700.
[update-modules]
[update-modules] Updating build-area...
[update-modules] svn -r head update --accept postpone
/Users/cxh/src/kepler/build-area

When I typed a control-C, I got:


[update-modules] Error validating server certificate for
'https://code.kepler-project.org:443'

The workaround is to run the command by hand and accept the certificate.

bash-3.2$ svn -r head update --accept postpone /Users/cxh/src/kepler/build-area
Error validating server certificate for 'https://code.kepler-project.org:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: *.kepler-project.org
 - Valid: from Sun, 06 Feb 2011 17:59:18 GMT until Sat, 06 Feb 2016 17:59:18
GMT
 - Issuer: 07969287, http://certificates.godaddy.com/repository, GoDaddy.com,
Inc., Scottsdale, Arizona, US
 - Fingerprint: 07:91:ac:d8:58:c9:27:c3:4a:96:0d:23:87:cb:38:6a:6c:14:3f:7e
(R)eject, accept (t)emporarily or accept (p)ermanently? p
At revision 28180.
bash-3.2$

The nightly build should be changed so that this cached certificate is
removed and then the build system fixed so that the certificate is accepted.

This bug likely affects every new user of the Kepler devel tree.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list