Hello,
When we try to open the activation_keys page in foreman we get this error:
2016-11-22 11:07:50 [app] [E] RestClient::ResourceNotFound:
Katello::Resources::Candlepin::ActivationKey: 404 Resource Not Found (GET
/candlepin/activation_keys/8ae483c65246710801524a5592f20014)
> Body:
>
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.8.0/lib/restclient/abstract_response.rb:74:in
return!' > /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.8.0/lib/restclient/request.rb:495:in
process_result'
>
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.8.0/lib/restclient/request.rb:421:in
block in transmit' > /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:853:in
start'
>
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in
transmit' > /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in
execute'
>
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in
`execute'
…
When we try to list them with hammer, we get this error:
[root@puppet ~]# hammer --output csv activation-key list --organization SO
Katello::Resources::Candlepin::ActivationKey: 404 Resource Not Found (GET
/candlepin/activation_keys/8ae483c65246710801524a55c2260016)
This started to happen after we upgraded from katello 3.2 release candidate
to the oficial release.
Anybody can help with those errors?
Thank you,
Cristian Falcas
Hi,
The errors where from candlepin. I had for the amqp connection the url with
"localhost" instead of the proper name. And because the connection uses ssl
it was failing to validate the hostname.
Best regards,
Cristian Falcas
···
On Tue, Nov 22, 2016 at 6:30 PM, Cristian Falcas wrote:
Hello,
When we try to open the activation_keys page in foreman we get this error:
2016-11-22 11:07:50 [app] [E] RestClient::ResourceNotFound:
Katello::Resources::Candlepin::ActivationKey: 404 Resource Not Found
(GET /candlepin/activation_keys/8ae483c65246710801524a5592f20014)
Body:
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.
8.0/lib/restclient/abstract_response.rb:74:in return!' /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1. 8.0/lib/restclient/request.rb:495:in
process_result’
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.
8.0/lib/restclient/request.rb:421:in block in transmit' /opt/rh/rh-ruby22/root/usr/share/ruby/net/http.rb:853:in
start’
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.
8.0/lib/restclient/request.rb:413:in transmit' /opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1. 8.0/lib/restclient/request.rb:176:in
execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/rest-client-1.
8.0/lib/restclient/request.rb:41:in `execute’
…
When we try to list them with hammer, we get this error:
[root@puppet ~]# hammer --output csv activation-key list --organization SO
Katello::Resources::Candlepin::ActivationKey: 404 Resource Not Found
(GET /candlepin/activation_keys/8ae483c65246710801524a55c2260016)
This started to happen after we upgraded from katello 3.2 release
candidate to the oficial release.
Anybody can help with those errors?
Thank you,
Cristian Falcas