原来是因为 AssetsMapper.xml 不知道为什么不见了,导致这个异常,在启动项目时的启动任务里调用到了它,然后因为没有这个xml,所以抛出异常

启动信息:

  1. C:\extend\Development\apache-tomcat-7.0.84\bin\catalina.bat run
  2. [2019-01-07 12:28:30,119] Artifact RM_Tomcat7_Exploded: Waiting for server connection to start artifact deployment...
  3. Using CATALINA_BASE: "C:\Users\Administrator\.IntelliJIdea2018.3\system\tomcat\Unnamed_RM_3"
  4. Using CATALINA_HOME: "C:\extend\Development\apache-tomcat-7.0.84"
  5. Using CATALINA_TMPDIR: "C:\extend\Development\apache-tomcat-7.0.84\temp"
  6. Using JRE_HOME: "C:\Program Files\Java\jdk1.8.0_161"
  7. Using CLASSPATH: "C:\extend\Development\apache-tomcat-7.0.84\bin\bootstrap.jar;C:\extend\Development\apache-tomcat-7.0.84\bin\tomcat-juli.jar"
  8. Connected to the target VM, address: '127.0.0.1:12802', transport: 'socket'
  9. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  10. 信息: Server version: Apache Tomcat/7.0.84
  11. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  12. 信息: Server built: Jan 19 2018 15:01:35 UTC
  13. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  14. 信息: Server number: 7.0.84.0
  15. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  16. 信息: OS Name: Windows 10
  17. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  18. 信息: OS Version: 10.0
  19. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  20. 信息: Architecture: amd64
  21. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  22. 信息: Java Home: C:\Program Files\Java\jdk1.8.0_161\jre
  23. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  24. 信息: JVM Version: 1.8.0_161-b12
  25. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  26. 信息: JVM Vendor: Oracle Corporation
  27. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  28. 信息: CATALINA_BASE: C:\Users\Administrator\.IntelliJIdea2018.3\system\tomcat\Unnamed_RM_3
  29. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  30. 信息: CATALINA_HOME: C:\extend\Development\apache-tomcat-7.0.84
  31. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  32. 信息: Command line argument: -Djava.util.logging.config.file=C:\Users\Administrator\.IntelliJIdea2018.3\system\tomcat\Unnamed_RM_3\conf\logging.properties
  33. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  34. 信息: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  35. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  36. 信息: Command line argument: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:12802,suspend=y,server=n
  37. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  38. 信息: Command line argument: -javaagent:C:\Users\Administrator\.IntelliJIdea2018.3\system\captureAgent\debugger-agent.jar
  39. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  40. 信息: Command line argument: -Dcom.sun.management.jmxremote=
  41. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  42. 信息: Command line argument: -Dcom.sun.management.jmxremote.port=1099
  43. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  44. 信息: Command line argument: -Dcom.sun.management.jmxremote.ssl=false
  45. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  46. 信息: Command line argument: -Dcom.sun.management.jmxremote.authenticate=false
  47. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  48. 信息: Command line argument: -Djava.rmi.server.hostname=127.0.0.1
  49. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  50. 信息: Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
  51. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  52. 信息: Command line argument: -Dignore.endorsed.dirs=
  53. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  54. 信息: Command line argument: -Dcatalina.base=C:\Users\Administrator\.IntelliJIdea2018.3\system\tomcat\Unnamed_RM_3
  55. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  56. 信息: Command line argument: -Dcatalina.home=C:\extend\Development\apache-tomcat-7.0.84
  57. 一月 07, 2019 12:28:30 上午 org.apache.catalina.startup.VersionLoggerListener log
  58. 信息: Command line argument: -Djava.io.tmpdir=C:\extend\Development\apache-tomcat-7.0.84\temp
  59. 一月 07, 2019 12:28:30 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  60. 信息: Loaded APR based Apache Tomcat Native library 1.2.16 using APR version 1.6.3.
  61. 一月 07, 2019 12:28:30 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  62. 信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  63. 一月 07, 2019 12:28:31 上午 org.apache.catalina.core.AprLifecycleListener initializeSSL
  64. 信息: OpenSSL successfully initialized (OpenSSL 1.0.2m 2 Nov 2017)
  65. 一月 07, 2019 12:28:31 上午 org.apache.coyote.AbstractProtocol init
  66. 信息: Initializing ProtocolHandler ["http-apr-8081"]
  67. 一月 07, 2019 12:28:31 上午 org.apache.coyote.AbstractProtocol init
  68. 信息: Initializing ProtocolHandler ["ajp-apr-8009"]
  69. 一月 07, 2019 12:28:31 上午 org.apache.catalina.startup.Catalina load
  70. 信息: Initialization processed in 1183 ms
  71. 一月 07, 2019 12:28:31 上午 org.apache.catalina.core.StandardService startInternal
  72. 信息: Starting service Catalina
  73. 一月 07, 2019 12:28:31 上午 org.apache.catalina.core.StandardEngine startInternal
  74. 信息: Starting Servlet Engine: Apache Tomcat/7.0.84
  75. 一月 07, 2019 12:28:31 上午 org.apache.coyote.AbstractProtocol start
  76. 信息: Starting ProtocolHandler ["http-apr-8081"]
  77. 一月 07, 2019 12:28:31 上午 org.apache.coyote.AbstractProtocol start
  78. 信息: Starting ProtocolHandler ["ajp-apr-8009"]
  79. 一月 07, 2019 12:28:31 上午 org.apache.catalina.startup.Catalina start
  80. 信息: Server startup in 36 ms
  81. Connected to server
  82. [2019-01-07 12:28:31,713] Artifact RM_Tomcat7_Exploded: Artifact is being deployed, please wait...
  83. 一月 07, 2019 12:28:31 上午 org.apache.catalina.deploy.WebXml setVersion
  84. 警告: Unknown version string [4.0]. Default version will be used.
  85. 一月 07, 2019 12:28:33 上午 org.apache.catalina.startup.TldConfig execute
  86. 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  87. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started
  88. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.web.context.support.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Mon Jan 07 00:28:33 CST 2019]; root of context hierarchy
  89. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [C:\extend\Development\Projects\RM\out\artifacts\RM_Tomcat7_Exploded\WEB-INF\classes\applicationContext-quartz.xml]
  90. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [C:\extend\Development\Projects\RM\out\artifacts\RM_Tomcat7_Exploded\WEB-INF\classes\applicationContext-service.xml]
  91. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from file [C:\extend\Development\Projects\RM\out\artifacts\RM_Tomcat7_Exploded\WEB-INF\classes\applicationContext.xml]
  92. [INFO ] 2019-01-07 00:28:34,261 method:com.mchange.v2.log.MLog.<clinit>(MLog.java:80)
  93. MLog clients using log4j logging.
  94. [INFO ] 2019-01-07 00:28:34,288 method:com.mchange.v2.c3p0.C3P0Registry.banner(C3P0Registry.java:204)
  95. Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
  96. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  97. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  98. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.3 created.
  99. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  100. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.2.3) 'startQuertz' with instanceId 'NON_CLUSTERED'
  101. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  102. NOT STARTED.
  103. Currently in standby mode.
  104. Number of jobs executed: 0
  105. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  106. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  107.  
  108. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'startQuertz' initialized from an externally provided properties instance.
  109. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.2.3
  110. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@2bc12af1
  111. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.context.support.DefaultLifecycleProcessor - Starting beans in phase 2147483647
  112. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  113. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Scheduler startQuertz_$_NON_CLUSTERED started.
  114. [INFO ] 2019-01-07 00:28:35,765 method:com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getPoolManager(AbstractPoolBackedDataSource.java:462)
  115. Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1hge73ha09zjeqwls8qel|49f1fffa, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge73ha09zjeqwls8qel|49f1fffa, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://localhost:3306/rm, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 15, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
  116. [RMI TCP Connection(3)-127.0.0.1] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
  117. org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): org.kinome.rm.dao.AssetsMapper.selectByExampleWithBLOBs
  118. at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:230)
  119. at org.apache.ibatis.binding.MapperMethod.<init>(MapperMethod.java:48)
  120. at org.apache.ibatis.binding.MapperProxy.cachedMapperMethod(MapperProxy.java:65)
  121. at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:58)
  122. at com.sun.proxy.$Proxy19.selectByExampleWithBLOBs(Unknown Source)
  123. at org.kinome.rm.service.init.StartExecuteListener.onApplicationEvent(StartExecuteListener.java:38)
  124. at org.kinome.rm.service.init.StartExecuteListener.onApplicationEvent(StartExecuteListener.java:16)
  125. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  126. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  127. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  128. at java.lang.reflect.Method.invoke(Method.java:498)
  129. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
  130. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  131. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  132. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  133. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
  134. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  135. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  136. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
  137. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  138. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
  139. at com.sun.proxy.$Proxy43.onApplicationEvent(Unknown Source)
  140. at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:167)
  141. at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
  142. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:383)
  143. at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:337)
  144. at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:882)
  145. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:545)
  146. at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)
  147. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)
  148. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
  149. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5109)
  150. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5632)
  151. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  152. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1015)
  153. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:991)
  154. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
  155. at org.apache.catalina.startup.HostConfig.manageApp(HostConfig.java:1899)
  156. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  157. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  158. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  159. at java.lang.reflect.Method.invoke(Method.java:498)
  160. at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
  161. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
  162. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
  163. at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:618)
  164. at org.apache.catalina.mbeans.MBeanFactory.createStandardContext(MBeanFactory.java:565)
  165. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  166. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  167. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  168. at java.lang.reflect.Method.invoke(Method.java:498)
  169. at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:301)
  170. at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:819)
  171. at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:801)
  172. at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1468)
  173. at javax.management.remote.rmi.RMIConnectionImpl.access$300(RMIConnectionImpl.java:76)
  174. at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1309)
  175. at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1401)
  176. at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:829)
  177. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  178. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  179. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  180. at java.lang.reflect.Method.invoke(Method.java:498)
  181. at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:361)
  182. at sun.rmi.transport.Transport$1.run(Transport.java:200)
  183. at sun.rmi.transport.Transport$1.run(Transport.java:197)
  184. at java.security.AccessController.doPrivileged(Native Method)
  185. at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
  186. at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568)
  187. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826)
  188. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683)
  189. at java.security.AccessController.doPrivileged(Native Method)
  190. at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682)
  191. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  192. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  193. at java.lang.Thread.run(Thread.java:748)
  194. 一月 07, 2019 12:28:36 上午 org.apache.catalina.core.StandardContext startInternal
  195. 严重: One or more listeners failed to start. Full details will be found in the appropriate container log file
  196. 一月 07, 2019 12:28:36 上午 org.apache.catalina.core.StandardContext startInternal
  197. 严重: Context [/RM] startup failed due to previous errors
  198. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.web.context.support.XmlWebApplicationContext - Closing Root WebApplicationContext: startup date [Mon Jan 07 00:28:33 CST 2019]; root of context hierarchy
  199. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.context.support.DefaultLifecycleProcessor - Stopping beans in phase 2147483647
  200. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Scheduler startQuertz_$_NON_CLUSTERED paused.
  201. [RMI TCP Connection(3)-127.0.0.1] INFO org.springframework.scheduling.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  202. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Scheduler startQuertz_$_NON_CLUSTERED shutting down.
  203. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Scheduler startQuertz_$_NON_CLUSTERED paused.
  204. [RMI TCP Connection(3)-127.0.0.1] INFO org.quartz.core.QuartzScheduler - Scheduler startQuertz_$_NON_CLUSTERED shutdown complete.
  205. 一月 07, 2019 12:28:36 上午 org.apache.catalina.loader.WebappClassLoaderBase clearReferencesJdbc
  206. 严重: The web application [/RM] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  207. [2019-01-07 12:28:36,126] Artifact RM_Tomcat7_Exploded: Error during artifact deployment. See server log for details.
  208. 一月 07, 2019 12:28:41 上午 org.apache.catalina.startup.HostConfig deployDirectory
  209. 信息: Deploying web application directory C:\extend\Development\apache-tomcat-7.0.84\webapps\manager
  210. 一月 07, 2019 12:28:41 上午 org.apache.catalina.startup.TldConfig execute
  211. 信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  212. 一月 07, 2019 12:28:41 上午 org.apache.catalina.startup.HostConfig deployDirectory
  213. 信息: Deployment of web application directory C:\extend\Development\apache-tomcat-7.0.84\webapps\manager has finished in 97 ms

异常 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 解决方案的更多相关文章

  1. Spring扫面路径配置不全导致异常 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): 的原因

    运行Junit测试类 package cn.bgodata.x.zero.service; import org.junit.Test; import org.junit.runner.RunWith ...

  2. 使用springBoot和mybatis整合时出现如下错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)解决方案

    在pom.xml文件中添加如下: <build>        <resources>            <resource>                & ...

  3. IDEA异常解决: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

    有时候解决问题不仅仅是解决问题.-----jstarseven 最近因为开发需要,需要搭建一个ssm开发框架,采用了开发工具IDEA. 整合完了SSM开发框架之后,发布的时候出现org.apache. ...

  4. ssm项目dao层方法异常:org.apache.ibatis.binding.BindingException: Invalid bound statement

    在IntelliJ IDEA中用ssm框架搭建了一个demo项目,在执行到dao层方法时抛出这个异常: org.apache.ibatis.binding.BindingException: Inva ...

  5. idea 单元测试 mybatis spring-test 异常: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

    因为在idea中必须在test下才能进行单元测试,所以进行单元测试时,ssm的项目会因为找不到resourece中的配置文件而报错 这里 org.apache.ibatis.binding.Bindi ...

  6. Java学习-052-(mybatis+mysql)访问接口时提示:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

    在配置mybatis,访问接口提示: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),部 ...

  7. org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): 问题解决方法

    在用maven配置mybatis环境时出现此BindingExceptiony异常,发现在classes文件下没有mapper配置文件,应该是maven项目没有扫描到mapper包下的xml文件,在p ...

  8. Mybatis笔记二:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

    错误异常:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.test.dao.N ...

  9. Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement

    原因: 此异常的原因是由于mapper接口编译后在同一个目录下没有找到mapper映射文件而出现的.由于maven工程在默认情况下src/main/java目录下的mapper文件是不发布到targe ...

随机推荐

  1. Git 命令快速浏览

    Git 命令快速浏览 创建 Git 可管理的仓库 git init 查看当前仓库的状态 git status 添加到仓库,实际上是添加到暂存区 git add [-A | --all] git add ...

  2. python 中* 和**的作用

    先举个 ** 使用的例子: data = {"a": 1, "b": 2} def foo(**kwargs): print kwargs foo(a=1, b ...

  3. docker in all

    docker vs hyper-v,vmware,xen,kvm docker host, docker container, docker engineen, docker image images ...

  4. 为 Azure Resource Manager 中的虚拟机设置 WinRM 访问权限

    Azure 服务管理中的 WinRM 与 Azure Resource Manager Note Azure 具有用于创建和处理资源的两个不同的部署模型:Resource Manager 和经典. 本 ...

  5. mysqldump: Error 2013

    最近在mysqldump时,遭遇mysqldump: Error 2013错误.以为是常见的参数设置有问题,调整之后,也没有任何成效.原来发生了OOM,以下是其具体描述. 一.故障现象 环境 # mo ...

  6. Asp连接Oracle (包含绿色版12.2客户端和ODBC驱动安装)

    我能操作的终端电脑是一台linux系统可以上互联网 ,服务器在部署在独立的私网上,不方便上互联网.服务器是2008R2.安装vs不是很方便.其所linux下作开发不是不可以,java php mono ...

  7. 通过yum源在centOS7安装mysql8

    1.去官网下载rpm文件,该文件专门用于yum安装方式: 到官网https://www.mysql.com/downloads/下载社区版Community(针对个人),如下图: 然后拉到最下面,我下 ...

  8. MySQL基础之 日期时间函数

    基础日期函数和时间函数 1.CURDATE()函数:返回当前只带有年月日格式的日期 2.CURTIME()函数:返回当前只带有时分秒格式的时间 3.NOW()函数:返回当前日期和时间 4.UNIX_T ...

  9. chrome历史记录,浏览记录,全选问题.

    一句话, 这个列表支持SHIFT多选 =,=!

  10. DevExpress10、RichEditControl

    1.概述 传统.NET界面也有一个RichTextBox控件,一个富文本控件,可存储图片文字,有自己的文件格式RTF. 在DevExpress控件组里面也有一个同等的控件,RichEditContro ...