fedora-infra / pkgdb2

Updated version of the Package Database
https://admin.fedoraproject.org/pkgdb/
GNU General Public License v2.0
23 stars 26 forks source link

Cannot unretire hadoop #361

Closed tyll closed 8 years ago

tyll commented 8 years ago

When I try to unretire hadoop, I only get server errors:

$ pkgdb-cli unorphan --poc ctubbsii hadoop master
FAS password for user till: 
ServerError(https://admin.fedoraproject.org/pkgdb/api/package/unorphan/, 500, Error returned from json module while processing https://admin.fedoraproject.org/pkgdb/api/package/unorphan/: Expecting value: line 1 column 1 (char 0)
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 root@localhost to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
tyll commented 8 years ago

Can you please take a look here, it seems to be still broken. See also https://fedorahosted.org/rel-eng/ticket/6428

pypingou commented 8 years ago
$ pkgdb-cli unorphan --poc ctubbsii hadoop master
FAS password for user pingou: 
Package rpms/hadoop has been unorphaned on master by ctubbsii

using packagedb-cli-2.13-1.fc23.noarch

pypingou commented 8 years ago

I see some traceback in the logs but related to the mechanism that should send me an email upon error, so I fix that one, if you can reproduce it, I will/should receive an email with the exact error you're seeing.

tyll commented 8 years ago

it seems to be fixed now, not sure what was wrong. IIRC pkgdb2 managed to send fedmsg events, but failed afterwards. Using the web interface to unretire hadoop did not work as well btw.