CLOUDSTACK-1434 BeanCreationException: Error creating bean with name 
'apiRateLimitServiceImpl' when starting up mgmt server


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e5bf4a8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e5bf4a8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e5bf4a8f

Branch: refs/heads/master
Commit: e5bf4a8fc4b0535a3d089708d6f19ac65fada2be
Parents: 9141711
Author: Mice Xia <[email protected]>
Authored: Thu Feb 28 11:49:12 2013 +0800
Committer: Mice Xia <[email protected]>
Committed: Thu Feb 28 11:49:12 2013 +0800

----------------------------------------------------------------------
 client/tomcatconf/nonossComponentContext.xml.in |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e5bf4a8f/client/tomcatconf/nonossComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/nonossComponentContext.xml.in 
b/client/tomcatconf/nonossComponentContext.xml.in
index 35e1b28..ba61875 100644
--- a/client/tomcatconf/nonossComponentContext.xml.in
+++ b/client/tomcatconf/nonossComponentContext.xml.in
@@ -115,13 +115,14 @@
   <!--
     Storage pool allocators
   -->
-  <bean id="LocalStoragePoolAllocator" 
class="com.cloud.storage.allocator.LocalStoragePoolAllocator">
+  <bean id="LocalStoragePoolAllocator" 
class="org.apache.cloudstack.storage.allocator.LocalStoragePoolAllocator">
     <property name="name" value="LocalStorage"/>
   </bean>
-  <bean id="FirstFitStoragePoolAllocator" 
class="com.cloud.storage.allocator.FirstFitStoragePoolAllocator">
+  <!--
+  <bean id="FirstFitStoragePoolAllocator" 
class="org.apache.cloudstack.storage.allocator.FirstFitStoragePoolAllocator">
     <property name="name" value="Storage"/>
   </bean>
-
+  -->
   <bean id="UserConcentratedAllocator" 
class="com.cloud.agent.manager.allocator.impl.UserConcentratedAllocator">
     <property name="name" value="User First"/>
   </bean>

Reply via email to