tomcat6 - Problems while deploying application in Tomcat 6.0.x -
org.springframework.beans.factory.beancreationexception: error creating bean name......
i got above problem while deploying project in tomcat . got problem : unable initialize bean configurator.jar above problems occurring due environmental settings or project specific problems?
it looks spring encounters error during war startup. spring gets triggered context listener , starts initialize beans , resolve dependencies between beans. there 1 bean fails (configurator guess) , whole spring initialization process fails because of that.
you can debug bean initialization code (probably constructor) , try understand why spring fail initialize properly. in case can't give more information without full stacktrace.
hope helps
Comments
Post a Comment