```
Caused by: org.hibernate.DuplicateMappingException: duplicate import: Engin refers to both two.entity.Engin and allview.entity.Engin (try using au... ...
分类:
Web程序 时间:
2018-04-07 15:00:25
阅读次数:
210
今天在测试RedisTemplate时,用spring无法注入RedisTemplate,junit测试报错。 Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean ...
分类:
编程语言 时间:
2018-04-06 20:22:06
阅读次数:
3562
当打开eclipse marketplace的时候时候,发现有如下错误: Message: Cannot install remote marketplace locations: Connection failedThis is most often caused by a problem wit ...
分类:
系统相关 时间:
2018-04-02 16:04:30
阅读次数:
340
spring-boot jpa mysql utf8mb4 emoji 写入失败 mysql database,table,column 默认为utf8mb4 Caused by: java.sql.SQLException: Incorrect string value: '\xF0\x9F\x9 ...
分类:
数据库 时间:
2018-03-26 16:13:03
阅读次数:
330
When I try to insert data into TABLE, this error occurs. The reasons caused the error can be concluded as below 1. Duplicate records. 2. Duplicate rec ...
分类:
其他好文 时间:
2018-03-24 14:33:30
阅读次数:
244
测试对象是Web项目的Service类,参照网上查到的资料,按如下方式执行时报错, 执行后报错如下: Caused by java.lang.IllegalStateException:WebApplicationObjectSupport instance[ResourceHttpRequestH ...
分类:
编程语言 时间:
2018-03-23 16:18:48
阅读次数:
1323
在hosts文件增加如下配置即可,下面的方法适合上面提示的错误,无论是Tomcat问题还是MongoDB等等的问题都可以完美解决。 ...
分类:
编程语言 时间:
2018-03-22 10:53:03
阅读次数:
387
本文为博主原创,未经允许不得而转载: 异常展示: dao层定义的接口为: 在mybatis中的sql为: 在运行的时候控制台报一下异常: 错误分析及解决方法: 错误原因:在于sql中test="zoneId!=null and !"".equals(zoneId.trim())" ...
分类:
编程语言 时间:
2018-03-17 12:18:56
阅读次数:
829
关于rocketmq链接报错Caused by: org.apache.rocketmq.remoting.exception.RemotingConnectException: connect to <172.17.0.2:10911> failed进入/usr/local/rocketmq/bin下,生成broker默认配置模版sh mqbroker -m > broker.
分类:
其他好文 时间:
2018-03-15 15:09:45
阅读次数:
1660
1、由于spring4.3版本,所以cxf需要3.0及以上版本 2、cxf所需jar包 3、启动项目时报错 Caused by: java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Lj ...
分类:
编程语言 时间:
2018-03-14 18:14:46
阅读次数:
432