异常或报错
七月廿六
不要人夸好颜色,只留清气满乾坤。
展开
-
The number of parameters exceeded the maximum of 1000<2 解决
application.properties 配置文件添加: server.undertow.max-parameters = 10000后边数字根据实际情况设置。 查看详情https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html原创 2022-06-15 16:35:22 · 1627 阅读 · 1 评论 -
Bean property 'xxxDao' is not writable or has an invalid setter method. Does the parameter type of
报错日志:Error creating bean with name 'kafkaService' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Error setting property values; nested exception is org.springframewor...原创 2020-04-18 16:15:05 · 1362 阅读 · 0 评论 -
Maven多模块项目启动的时候报错:Error creating bean with name 'Controller': Injection of autowired dependencie...
使用Maven搭建SSM框架,多模块项目启动的时候报错,根据自己的错误做了个总结,下边是出错时日志最先打印的一条错误信息:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'itemController': Injection of autowired depende...原创 2019-04-26 15:32:59 · 5616 阅读 · 1 评论 -
运行项目日志提示:Loading XML bean definitions from class path resource [applicationContext.xml]
提示:日志打印Loading XML bean definitions from class path resource [applicationContext.xml]一般是获取applicationContext.xml失败。例:applicationContext.xml所在位置如下(左),service写一个save()方法。applicationContext.xml配置内...原创 2019-12-19 15:45:55 · 15536 阅读 · 5 评论 -
weblogic启动项目抛异常
问题1、使用weblogic启动项目时报下边错误:java.lang.NullPointerExceptionjava.lang.NullPointerExceptionat weblogic.deploy.internal.adminserver.DeploymentManager.getPendingDeploymentsForEditLockOwner(DeploymentManag...原创 2019-06-12 18:06:11 · 4185 阅读 · 0 评论