Application not starting up after upgrade to 1.1 final -Help
I upgraded to Spring 1.1 final and replaced the jars I had from 1.0.2 with the ones from the 1.1 distribution. Now my application is not starting but no errors are being printed. The only thing I see before everthing begins to shutdown is:
Code:
2004-09-29 11:07:36,518 INFO [org.springframework.web.context.support.XmlWebApplicationContext] - <Closing application context [Root XmlWebApplicationContext]>
2004-09-29 11:07:36,518 INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - <Destroying singletons in factory {
Re: Application not starting up after upgrade to 1.1 final -
Quote:
Originally Posted by 2devnull
I upgraded to Spring 1.1 final and replaced the jars I had from 1.0.2 with the ones from the 1.1 distribution. Now my application is not starting but no errors are being printed.
You need to turn the logging verbosity up to DEBUG, then see what's happening :)