[
https://issues.apache.org/jira/browse/CLOUDSTACK-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574276#comment-13574276
]
Min Chen commented on CLOUDSTACK-1175:
--------------------------------------
The real cause for NPE of _store in ApiRateLimitServiceImpl is that there are 2
bean definitions for ApiRateLimitServiceImpl with the different bean id, which
is also not default bean id name based on the classname. Then @Component
annotation will create another instance of ApiRateLimitServiceImpl, so
ApiServer will have 3 instances of ApiRateLimitServiceImpl in its
apiAccessChecker list, and some are not configured, causing NPE. Fixed this
through 3ce7531d2b9b1ec0bc4bf2b8935df306f6310d79
> Only default Root admin is allowed to login Management Server
> -------------------------------------------------------------
>
> Key: CLOUDSTACK-1175
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1175
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Affects Versions: 4.1.0
> Reporter: Sailaja Mada
> Assignee: Min Chen
>
> Observation:
> Create user/admin accounts under root domain. I am not able login with these
> users. I tried with users under a new domain as well.
> =======================================================================================
> 2013-02-06 12:00:31,671 INFO [cloud.api.ApiServer]
> (11296479@qtp-30212151-22:null) 10.144.7.13 -- POST command=login
> domain=/Failed to authenticate user newadmin1 in domain 1; please provide
> valid credentials
> =======================================================================================
> Only default Root admin is allowed to login Management Server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira