un 27, 2011 11:29:12 AM org.springframework.web.servlet.FrameworkServlet initServletBean
SEVERE: Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBrokerDefaultHandlerMapping': Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_messageBroker': Invocation of init method failed; nested exception is java.lang.NullPointerException
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:527)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:563)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:872)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:423)
at org.springframework.web.servlet.FrameworkServlet.createWebApplicationContext(FrameworkServlet.java:442)
出这个错是因为我的web.xml里配置了两段
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
and
<servlet-name>flexspring</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
这样会加载两次,把前面的listener去掉就OK了!
分享到:
相关推荐
Initializa配置参数”中,选择: IDE /工具链:Texas Instruments Code Composer Studio 电路板:SD F28355是否要更新模型的配置参数以符合您的选择:是 在模型窗口中,打开“工具/代码生成/选项...”对话框。 在...
test_facial_landmarks 参考:曹X.... 请在initializa_face.py中指定haar功能的opencv路径。 使用时:python test_face_alignments.py 该代码将从test_image / 1.jpg中读取图像,并根据需要修改代码
Initializa配置参数”中,选择: IDE /工具链: Texas Instruments Code Composer Studio 电路板: SD F28355 eZdsp_是否要更新模型的配置参数以符合您的选择:是 在模型窗口中,打开“工具/代码生成/选项...”...
xampp linux 安装包 xampp-linux-x64-7.3.7-0-installer.run 原网站下载很慢,要是看了我文章,可以下载参考那篇介绍,然后安装 包含 MySQL、PHP、Apache的环境集成包XAMPP 安装 REDCup 这篇,前半部分是安装xampp
Linux网络启动问题:Device does not seem to be present解决办法 在整虚拟机时候经常会遇到虚拟机拷贝,然而拷贝之后网络配置会遇到错误 service network restart启动网络时候提示如下错误: Device does not seem ...
如果您正在开发与一起使用的此项目的实例,请使用 XRPL 网络爬虫 网络爬虫寻找 XRPL 网络上的所有节点。 爬虫从一个单一的波纹 IP 地址开始,并查询它的/crawl端点以获得连接到它的其他对等点。...--- db initializa
本文实例为大家分享了Unity3D实现批量下载图片功能的具体代码,供大家参考,具体内容如下 下一篇文章试试用线程下载 代码如下 using System.IO; using UnityEngine;... // Use this for initializa