在applicationContext.xml修改后,启动tomcat就报错了

问题描述

在applicationContext.xml修改后,启动tomcat就报错了

开发是遇到了这个错误,网上说jar包冲突,其实没有。说路径不对也没有。找大侠解决。谢谢。

解决方案

配置文件:
autowire="byName"/>

<bean id="inspectllservice" parent="txProxyHibernateTemplate">
    <property name="target">
        <bean class="cn.com.beapp.jldd.service.Inspectionple" autowire="byName"/>
    </property>
</bean>

解决方案二:

配置文件:
autowire="byName"/>

<bean id="inspectllservice" parent="txProxyHibernateTemplate">
    <property name="target">
        <bean class="cn.com.beapp.jldd.service.Inspectionple" autowire="byName"/>
    </property>
</bean>
时间: 2024-11-03 21:53:36

在applicationContext.xml修改后,启动tomcat就报错了的相关文章

src目录下applicationContext.xml配置文件,启动tomcat时报错

问题描述 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletConte

启动tomcat时,报错了,大神在哪里

问题描述 log4j:ERRORErroroccuredwhilesendinge-mailnotification. 解决方案 解决方案二发送邮件失败你在程序中有发有邮件的代码吗有的话检查下为什么失败了解决方案三log4j.rootLogger=INFO,stdout,logFileOut,mail解决方案四stdout解决方案五log4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.Target=

web.xml配置后,tomcat启动不了

问题描述 web.xml配置后,tomcat启动不了 五月 08, 2016 5:51:47 下午 org.apache.catalina.startup.Catalina start 严重: The required Server component failed to start so Tomcat is unable to start. org.apache.catalina.LifecycleException: Failed to start component [StandardSe

idea+maven导入web项目后,tomcat无报错,无日志输出,启动失败,求大神!

问题描述 idea+maven导入web项目后,tomcat无报错,无日志输出,启动失败,求大神! 模块之间的依赖关系可以从这个pom中看出来 把这三个子模块的编译结果都输出到platform的webappWEB-INFclasses,所依赖的jar包通过Maven也输出到webappWEB-INFlib, 然后tomcate 这样配置的 然后启动tomcate 无报错 无log 直接停止,真的太诡异了! 大神们,帮帮忙!太感谢了!!! 解决方案 用IDEA启动非maven管理的web项目 解决

把一个项目import到eclipse下,启动tomcat,就报了这样的错误

问题描述 把一个项目import到eclipse下,启动tomcat,就报了这样的错误 六月 19, 2015 5:29:53 下午 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded APR based Apache Tomcat Native library 1.1.29 using APR version 1.4.8. 六月 19, 2015 5:29:53 下午 org.apache.catalina.core.Ap

tomcat-myeclipse启动Tomcat 6报错,

问题描述 myeclipse启动Tomcat 6报错, 二月 24, 2016 10:43:23 上午 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

tomcat启动报错-空web工程启动tomcat为什么报错?求高手解决

问题描述 空web工程启动tomcat为什么报错?求高手解决 严重: StandardServer.await: create[localhost:8005]: java.net.BindException: Cannot assign requested address: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(Unknown Source)

服务器-eclipse启动tomcat没报错,浏览器访问http://localhost:8080/是404

问题描述 eclipse启动tomcat没报错,浏览器访问http://localhost:8080/是404 怎么解决,谢谢 解决方案 可能是tomcat的欢迎页面被删除了. 解决方案二: eclipse启动tomcat 访问http://localhost:8080 报404错误eclipse启动tomcat 访问http://localhost:8080 报404错误eclipse启动tomcat 访问http://localhost:8080 报404错误 解决方案三: 工程部署到Roo

aix tomcat-AIX环境下启动tomcat,报错,求大神指导。

问题描述 AIX环境下启动tomcat,报错,求大神指导. 报错信息如下:./catalina.sh: /vgop/vgop/server/ng4.5/jdk1.6.0_29/jre/bin/java: 0403-006 执行许可权被拒绝.