[
https://issues.apache.org/jira/browse/QPID-6041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109191#comment-14109191
]
Fraser Adams commented on QPID-6041:
------------------------------------
Looking a bit further at this it looks like the issue is really in qpid-config:
def ReloadAcl(self):
try:
self.broker.reloadAclFile()
except Exception, e:
if str(e).find('No object found') != -1:
print "Failed: ACL Module Not Loaded in Broker"
else:
raise
The issue is the same though, the exception is due to there being no ACL loaded
vice no ACL Module loaded.
> reloadAcl QMF Method exception message is a bit confusing/unhelpful
> -------------------------------------------------------------------
>
> Key: QPID-6041
> URL: https://issues.apache.org/jira/browse/QPID-6041
> Project: Qpid
> Issue Type: Bug
> Reporter: Fraser Adams
> Priority: Minor
>
> The exception message produced by the aclReloadFile QMF Method is a bit
> unhelpful, for example:
> qpidd --auth no
> qpid-config reload-acl
> The message says "Failed: ACL Module Not Loaded in Broker"
> This message implies that the ACL Module has not been loaded, whereas as of
> 0.20 that's always part of qpidd as it's not a loadable module anymore. The
> error is *really* due to the fact that an ACL file has not been loaded.
> The error message should probably read something like:
> "Failed: No ACL Loaded in Broker"
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]