运行《spring 实战》上第五章springMVC搭建代码时,报错。 10
报错如下:Errorcreatingbeanwithname'mbeanExporter'definedinclasspathresource[org/springfra...
报错如下:Error creating bean with name 'mbeanExporter' defined in class path resource [org/springframework/context/annotation/MBeanExportConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.jmx.export.annotation.AnnotationMBeanExporter]: Factory method 'mbeanExporter' threw exception; nested exception is java.lang.NullPointerExceptionFailed to instantiate [org.springframework.jmx.export.annotation.AnnotationMBeanExporter]: Factory method 'mbeanExporter' threw exception; nested exception is java.lang.NullPointerException代码如下:
展开
2个回答
展开全部
可能是配置文件路径不对
- 在配置spring到tomcat里面的时候我们需要加一个listener,添加一个listener以后还要告诉tomcat去哪里找spring的applications。xml文件,所以还要添加一个context-param。就是说告诉tomcat去哪里加载spring配置文件
- 在web.xml中没有引入applicationContext.xml,及其applicationContext-*.xml文件,或者是引入的路径错误
- GradeController.class有问题,class是编译后的文件。
追问
谢谢回答,不过,看我的代码。我用的是注解的方式声明、启动、引入java配置文件。不用web.xml配置~~
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询