
日常问题[--新--]
日常问题
匿名侠士
非典型的搬砖工
展开
-
ApplicationContextException: Failed to start bean ‘documentationPluginsBootstrapper‘
org.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycle原创 2024-06-11 21:37:31 · 735 阅读 · 0 评论 -
fatal: Unable to create ‘/Users/xxx/.git/index.lock‘: File exists
fatal: Unable to create '/Users/xxx/.git/index.lock': File exists.原创 2024-06-11 21:27:03 · 292 阅读 · 0 评论 -
A method overriding another method must not alter the parameter constraint configuration
A method overriding another method must not alter the parameter constraint configuration原创 2024-01-19 17:02:01 · 705 阅读 · 0 评论 -
NoSuchBeanDefinitionException: No qualifying bean of type ‘com.xxx.tunnels.dao.xxxDao’ available:
NoSuchBeanDefinitionException. xxxxx.Dao' available:原创 2024-01-18 20:51:35 · 991 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException原创 2024-01-08 20:36:54 · 605 阅读 · 0 评论 -
org.mockito.exceptions.misusing.PotentialStubbingProblem:Strict stubbing argument mismatch
org.mockito.exceptions.misusing.PotentialStubbingProblem: Strict stubbing argument mismatch. Please check:Typically, stubbing argument mismatch indicates user mistake when writing tests.Mockito fails early so that you can debug potential problem easily原创 2024-01-02 22:00:10 · 2284 阅读 · 0 评论 -
Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx
org.springframework.context.ApplicationContextException:Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException原创 2024-01-02 21:51:54 · 575 阅读 · 0 评论 -
com.microsoft.playwright.PlaywrightException
com.microsoft.playwright.PlaywrightException: Error { message='Executable doesn't exist at /Users/XXXX/Library/Caches/ms-playwright/chromium-1033/chrome-mac/Chromium.app/Contents/MacOS/Chromium原创 2024-01-02 21:48:34 · 1282 阅读 · 0 评论 -
Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment
Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: module jdk.compiler does not "opens com.sun.tools.javac.p原创 2024-01-02 21:46:04 · 684 阅读 · 0 评论 -
There is no getter for property named
There is no getter for property named org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException原创 2022-01-09 22:16:44 · 321 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): xxx.dao.mapper.tagmapper.xxxDAO.selectByParamorg.apache.ibatis.binding.BindingException: Invalid bound statement (not found): xxx.dao.mapper.tagmapper.xxxDAO.selectByParam a原创 2021-09-12 21:09:57 · 184 阅读 · 0 评论 -
No default constructor found; nested exception is java.lang.NoSuchMethodException: org.springframewo
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration]: No default constructor found; nested exception is java.lang.NoSuchMethodException: o原创 2021-09-12 21:04:47 · 1493 阅读 · 0 评论 -
NoClassDefFoundError Could not initialize class com.fasterxml.jackson.databind.ObjectMapper
应用启动异常:Factory method 'jacksonObjectMapper' threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.fasterxml.jackson.databind.ObjectMapperll is not a number, throw NumberFormatException.Stopping available co原创 2021-03-28 18:36:17 · 2812 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: org/springframework/boot/actuate/endpoint/AbstractEndpoint
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.actuate.endpoint.AbstractEndpointjava.lang.NoClassDefFoundError: org/springframework/boot/actuate/endpoint/AbstractEndpointat java.lang.ClassLoader.defineClass1(Native Method)at ja原创 2020-12-23 21:26:18 · 3631 阅读 · 0 评论 -
Parameter 0 of method SqlSessionFactory in Config required a single bean, but 2 were found
APPLICATION FAILED TO STARTDescription:Parameter 0 of method SqlSessionFactory in Config required a single bean, but 2 were found:Action:Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifie.原创 2020-12-23 21:24:09 · 2690 阅读 · 0 评论 -
Failed to retrieve PlatformTransactionManager for @Transactional
java.lang.IllegalStateException: Failed to retrieve PlatformTransactionManager for @Transactional test: [DefaultTestContext@48c76607 testClass = TagServiceIntegrationTest, testInstance = xxx@44b9c7c4, testMethod = should_get_by_code_successfully@xxx, test.原创 2020-12-23 21:13:25 · 2537 阅读 · 1 评论