qq_36719515 2017-02-26 17:51 采纳率: 0%
浏览 1350

spring与mybita整合,controller强求找不到地址错误是什么原因

二月 27, 2017 1:51:59 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'seckill-dispatcher'
二月 27, 2017 1:51:59 上午 org.springframework.web.servlet.DispatcherServlet initServletBean
信息: FrameworkServlet 'seckill-dispatcher': initialization started
二月 27, 2017 1:51:59 上午 org.springframework.web.context.support.XmlWebApplicationContext prepareRefresh
信息: Refreshing WebApplicationContext for namespace 'seckill-dispatcher-servlet': startup date [Mon Feb 27 01:51:59 CST 2017]; root of context hierarchy
二月 27, 2017 1:52:00 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from file [D:\develop\apache-tomcat-8.0.33\webapps\seckill\WEB-INF\classes\spring\spring-dao.xml]
二月 27, 2017 1:52:00 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from file [D:\develop\apache-tomcat-8.0.33\webapps\seckill\WEB-INF\classes\spring\spring-service.xml]
二月 27, 2017 1:52:00 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from file [D:\develop\apache-tomcat-8.0.33\webapps\seckill\WEB-INF\classes\spring\spring-web.xml]
二月 27, 2017 1:52:00 上午 org.springframework.context.support.PropertySourcesPlaceholderConfigurer loadProperties
信息: Loading properties file from class path resource [jdbc.properties]
二月 27, 2017 1:52:00 上午 com.mchange.v2.log.MLog
信息: MLog clients using java 1.4+ standard logging.
二月 27, 2017 1:52:00 上午 com.mchange.v2.c3p0.C3P0Registry banner
信息: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
01:52:00,974 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
01:52:00,975 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
01:52:00,976 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/D:/develop/apache-tomcat-8.0.33/webapps/seckill/WEB-INF/classes/logback.xml]
01:52:01,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:52:01,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
01:52:01,122 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:52:01,213 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
01:52:01,213 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
01:52:01,214 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:52:01,215 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@a5adb18 - Registering current configuration as safe fallback point
01:52:01.266 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.logging.LogFactory - Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter.
01:52:01.454 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.VFS - Class not found: org.jboss.vfs.VFS
01:52:01.454 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.JBoss6VFS - JBoss 6 VFS API is not available in this environment.
01:52:01.455 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.VFS - Class not found: org.jboss.vfs.VirtualFile
01:52:01.456 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.VFS - VFS implementation org.apache.ibatis.io.JBoss6VFS is not valid in this environment.
01:52:01.457 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.VFS - Using VFS adapter org.apache.ibatis.io.DefaultVFS
01:52:01.458 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Find JAR URL: file:/D:/develop/apache-tomcat-8.0.33/webapps/seckill/WEB-INF/classes/com/cn/seckill/entity/
01:52:01.459 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Not a JAR: file:/D:/develop/apache-tomcat-8.0.33/webapps/seckill/WEB-INF/classes/com/cn/seckill/entity/
01:52:01.505 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Reader entry: Seckill.class
01:52:01.506 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Reader entry: SuccessKilled.class
01:52:01.506 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Listing file:/D:/develop/apache-tomcat-8.0.33/webapps/seckill/WEB-INF/classes/com/cn/seckill/entity/
01:52:01.507 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Find JAR URL: file:/D:/develop/apache-tomcat-8.0.33/webapps/seckill/WEB-INF/classes/com/cn/seckill/entity/Seckill.class
01:52:01.507 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Not a JAR: file:/D:/develop/apache-tomcat-8.0.33/webapps/seckill/WEB-INF/classes/com/cn/seckill/entity/Seckill.class
01:52:01.507 [http-nio-8080-exec-2] DEBUG org.apache.ibatis.io.DefaultVFS - Reader entry: ����

  • 写回答

2条回答 默认 最新

  • qq_36719515 2017-02-26 18:03
    关注

    图片说明还有一个问题就是myeclipse项目设置中project facets为什么会突然出现这个错误

    评论

报告相同问题?

悬赏问题

  • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)
  • ¥20 matlab yalmip kkt 双层优化问题
  • ¥15 如何在3D高斯飞溅的渲染的场景中获得一个可控的旋转物体
  • ¥88 实在没有想法,需要个思路
  • ¥15 MATLAB报错输入参数太多
  • ¥15 python中合并修改日期相同的CSV文件并按照修改日期的名字命名文件
  • ¥15 有赏,i卡绘世画不出
  • ¥15 如何用stata画出文献中常见的安慰剂检验图
  • ¥15 c语言链表结构体数据插入