tomcat 后台报错

来源:百度知道 编辑:UC知道 时间:2024/05/31 03:36:50
2008-09-25 14:16 5,345:ERROR [main] (ContextLoader.java:177) - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'parseFlag' defined in ServletContext resource [/WEB-INF/spring/cms-context.xml]: Could not resolve placeholder 'cms.asset.batch.import.errorPath' 哪位大哥帮我讲讲什么意思

两个错误吧。

配置文件中的bean配置有误。
parseFlag

placeholder有误。
看看资源文件中的cms.asset.batch.import.errorPath配置。
示例:
<bean id="placeholderConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>classpath:config/config.properties</value>
</property>
</bean>