You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sateesh Chodapuneedi (JIRA)" <ji...@apache.org> on 2013/03/08 06:18:13 UTC

[jira] [Created] (CLOUDSTACK-1590) Management server fails to start after failure to register dao interface in GenericDaoBase entity-DAO map. com.cloud.usage.dao.ExternalPublicIpStatisticsDao

Sateesh Chodapuneedi created CLOUDSTACK-1590:
------------------------------------------------

             Summary: Management server fails to start after failure to register dao interface in GenericDaoBase entity-DAO map. com.cloud.usage.dao.ExternalPublicIpStatisticsDao
                 Key: CLOUDSTACK-1590
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1590
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Sateesh Chodapuneedi
            Priority: Blocker
             Fix For: 4.2.0


INFO  [utils.db.GenericDaoBase] (Timer-2:) Register dao interface in GenericDaoBase entity-DAO map. com.cloud.usage.dao.ExternalPublicIpStatisticsDao
Exception in thread "Timer-2" org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'externalPublicIpStatisticsDaoImpl': Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:212)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:424)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:414)
    at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:1163)
    at com.cloud.utils.component.ComponentContext.getComponentsOfType(ComponentContext.java:179)
    at com.cloud.utils.component.ComponentContext.getComponent(ComponentContext.java:157)
    at com.cloud.utils.db.GenericDaoBase.configure(GenericDaoBase.java:1763)
    at sun.reflect.GeneratedMethodAccessor57.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
    at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
    at com.cloud.utils.db.TransactionContextBuilder.AroundAnyMethod(TransactionContextBuilder.java:40)
    at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
    at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
    at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
    at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
    at sun.proxy.$Proxy408.configure(Unknown Source)
    at com.cloud.utils.component.ComponentContext.initComponentsLifeCycle(ComponentContext.java:97)
    at com.cloud.servlet.CloudStartupServlet$1.run(CloudStartupServlet.java:50)
    at java.util.TimerThread.mainLoop(Timer.java:534)
    at java.util.TimerThread.run(Timer.java:484)
2013-03-08 05:12:39.747:INFO:/client:Shutting down log4j
2013-03-08 05:12:39.851:INFO::Shutdown hook complete


--
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