Th bootstrap exception arises from the exception "No bean named 'org.helloworld' is defined". You should look if some spring configuration contains this bean definition. Probably not and that would be the cause.
~Karsten ----- Original Message ----- From: "wuendsch" <[EMAIL PROTECTED]> To: [email protected] Sent: Mittwoch, 14. Mai 2008 10.45 Uhr (GMT+0100) Europe/Berlin Subject: [Fornax-developer] BootstrapException after deploying helloworld-ear.ear hi, after successfull Hello World and Advanced Tutorial I start the Archetype Tutorial. I modify the install script for working with MacOS (my OS) everything works fine. But while deploying (copying in JBoss dir server/default/deploy/ ) the JBOSS gets an BootstrapException: 10:06:12,520 INFO [[/helloworld-web]] Initializing Spring root WebApplicationContext 10:06:12,522 INFO [ContextLoader] Root WebApplicationContext: initialization started 10:06:12,658 INFO [ClassPathXmlApplicationContext] Refreshing [EMAIL PROTECTED]: display name [EMAIL PROTECTED]; startup date [Wed May 14 10:06:12 CEST 2008]; root of context hierarchy 10:06:12,957 INFO [ClassPathXmlApplicationContext] Bean factory for application context [EMAIL PROTECTED]: [EMAIL PROTECTED] 10:06:12,990 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in [EMAIL PROTECTED]: defining beans []; root of factory hierarchy 10:06:12,992 ERROR [ContextLoader] Context initialization failed org.springframework.beans.factory.access.BootstrapException: Unable to return specified BeanFactory instance: factory key [org.helloworld], from group with resource name [classpath*:beanRefContext.xml]; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.helloworld' is defined Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.helloworld' is defined at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:360) at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedBeanDefinition(AbstractBeanFactory.java:914) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:241) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:733) .......... any ideas? -- View this message in context: http://www.nabble.com/BootstrapException-after-deploying-helloworld-ear.ear-tp17226336s17564p17226336.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
