Hello,
is the line
module.config.katello=org.fedoraproject.candlepin.katello.KatelloModule
still valid and needed for Katello-Candlepin?
I am not able to find a scenario when communication fails after I
comment out this one.
On the other hand when I want to do some debug API calls I am not able
to authenticate, because Candlepin always returns:
{
"displayMessage": "Error contacting user service"
}
As I was a little bit confused about this error message I am sending a
patch that improves this a bit. When UnsupportedOperationException is
thrown it returns:
"User service not implemented or KatelloModule is active"
Feel free to change it. Thanks!
--
Later,
Lukas "lzap" Zapletal