1 Reply Latest reply on Oct 15, 2013 2:49 AM by nazia24

    How to get the complete stack trace in jboss

    vijaydaniel

      Hi,

       

      I'm unable to see the complete stack trace in server.log file and also in console.

       

      Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.ericsson.edosdp.executionservice.controller.QuartzHomeController] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

      [Server:server-one]     at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoSuchBeanDefinitionException(DefaultListableBeanFactory.java:986) [DefaultListableBeanFactory.class:]

      [Server:server-one]     at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:856) [DefaultListableBeanFactory.class:]

      [Server:server-one]     at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:768) [DefaultListableBeanFactory.class:]

      [Server:server-one]     at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:486) [AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.class:]

      [Server:server-one]     ... 27 more


      I would like to see the rest of the 27 nested exceptions to figure out why spring is not able to instantiate class QuartzHomeController.

      Can some one help me to view the complete stack trace ?

       

      With Regards,

      Vijay Daniel