这是报错信息

这是web.xml

以下两个是servlet


我是想pringlemvc启动后从数据库查出信息之后存入容器中,结果每到调用AreaService时候就会报错,请大神帮忙看看是什么原因!谢谢!
------解决方案--------------------
AbstractApplicationContext context = new ClassPathXmlApplicationContext(new String[] {"spring/application.xml"});
XXService xxService = (XXService) context.getBean("xxService");