| 1234 |
03-Apr-2016 00:27:57.154 WARNING [RMI TCP Connection(3)-127.0.0.1] org.springframework.web.context.support.XmlWebApplicationContext.refresh Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [org.springframework.cache.aspectj.AspectJJCacheConfiguration]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/cache/jcache/config/AbstractJCacheConfiguration.class] cannot be opened because it does not exist03-Apr-2016 00:27:57.166 SEVERE [RMI TCP Connection(3)-127.0.0.1] org.springframework.web.context.ContextLoader.initWebApplicationContext Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [org.springframework.cache.aspectj.AspectJJCacheConfiguration]; nested exception is java.io.FileNotFoundException: class path resource [org/springframework/cache/jcache/config/AbstractJCacheConfiguration.class] cannot be opened because it does not exist at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:182) |
| 1 |
Failed to parse configuration class[org.springframework.cache.aspectj.AspectJJCacheConfiguration] |
| 1 |
Caused by: java.io.FileNotFoundException: classpath resource [org/springframework/cache/jcache/config/AbstractJCacheConfiguration.class] cannot be opened because it does not exist |
The damn low-level mistake caused ... When using the Context:component-scan scan package, write an asterisk to go in,
This is the reason for the mistake.
Write a messy folder name is good, write an asterisk, will be finished.
From for notes (Wiz)
SSH Integration Context:component-scan Package name write * No: Failed to parse Configuration class [ Org.springframework.cache.aspectj.AspectJJCacheConfiguration]