Home > Back-end >  Can't find the application idea go tomcat
Can't find the application idea go tomcat

Time:12-07

Specific errors:
Severe: Context initialization failed
Org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name 'org. Springframework. Cache. The interceptor. CacheInterceptor# 0' : always resolve a reference to the bean 'cacheManager while setting the bean property' cacheManager. Nested exception is org. Springframework. Beans. Factory. NoSuchBeanDefinitionException: No bean named 'cacheManager is defined
The at org. Springframework. Beans. Factory. Support. BeanDefinitionValueResolver. ResolveReference (BeanDefinitionValueResolver. Java: 359)
The at org. Springframework. Beans. Factory. Support. BeanDefinitionValueResolver. ResolveValueIfNecessary (BeanDefinitionValueResolver. Java: 108)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. ApplyPropertyValues (AbstractAutowireCapableBeanFactory. Java: 1481)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. PopulateBean (AbstractAutowireCapableBeanFactory. Java: 1226)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. DoCreateBean (AbstractAutowireCapableBeanFactory. Java: 543)
The at org. Springframework. Beans. Factory. Support. AbstractAutowireCapableBeanFactory. CreateBean (AbstractAutowireCapableBeanFactory. Java: 482)
The at org. Springframework. Beans. Factory. Support. AbstractBeanFactory $1. GetObject (AbstractBeanFactory. Java: 306)
The at org. Springframework. Beans. Factory. Support. DefaultSingletonBeanRegistry. GetSingleton (DefaultSingletonBeanRegistry. Java: 230)
The at org. Springframework. Beans. Factory. Support. AbstractBeanFactory. DoGetBean (AbstractBeanFactory. Java: 302)
The at org. Springframework. Beans. Factory. Support. AbstractBeanFactory. GetBean (AbstractBeanFactory. Java: 197)

CodePudding user response:

Hi, man, this problem is solved, I also encountered this problem today

CodePudding user response:

Check your project ever released into the Tomcat, is there any configuration project root path,

CodePudding user response:

refer to the second floor qq_18630487 response:
to view your project ever released into the Tomcat, is there any configuration project root path
this is no Tomcat up even without a project can also access the Tomcat would not an error

CodePudding user response:

Under uncertainty, first check the tomcat is properly introduced

This is my Settings, you may have a look

CodePudding user response:

Localhost8080 can open, is deployed will not come up the idea

CodePudding user response:

I also met the same problem, my own solution:
1, to see if there are any more corresponding project under tomcat webapp
2, after the server starts, the browser locallhost: 8080 (port) you can run the
3, if it can be run (locallhost: 8080) the words, to set up the idea in the default browser to Chrome or other, anyway, not to its default
Then you can

CodePudding user response:

I also encountered this problem today,
Results found when tomcat startup is completed, need to open a browser, we in the configuration specified is the default tomcat,
We need to switch

CodePudding user response:

Thank you upstairs, solved the

CodePudding user response:

No deployment,
  • Related