码迷,mamicode.com
首页 >  
搜索关键字:caused by: java.util.nosuchelementexception    ( 905个结果
hibernate 异常
``` 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
今天在搭建spring+reids框架时遇到No qualifying bean of type [org.springframework.data.redis.core.RedisTemplate]
今天在测试RedisTemplate时,用spring无法注入RedisTemplate,junit测试报错。 Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean ...
分类:编程语言   时间:2018-04-06 20:22:06    阅读次数:3562
Cannot complete request to Marketplace不能打开eclipse marketplace
当打开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 emoji utfmb4 异常处理
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
Return: 805 - ORA-00001: unique constraint (SYSADM.TABLE) violated
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
Spring Web 项目Junit测试报错问题
测试对象是Web项目的Service类,参照网上查到的资料,按如下方式执行时报错, 执行后报错如下: Caused by java.lang.IllegalStateException:WebApplicationObjectSupport instance[ResourceHttpRequestH ...
分类:编程语言   时间:2018-03-23 16:18:48    阅读次数:1323
Caused by: java.net.UnknownHostException: localhost.localdomain: localhost.localdomain的问题解决
在hosts文件增加如下配置即可,下面的方法适合上面提示的错误,无论是Tomcat问题还是MongoDB等等的问题都可以完美解决。 ...
分类:编程语言   时间:2018-03-22 10:53:03    阅读次数:387
Caused by: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'zoneId' in 'class java.lang.String'
本文为博主原创,未经允许不得而转载: 异常展示: dao层定义的接口为: 在mybatis中的sql为: 在运行的时候控制台报一下异常: 错误分析及解决方法: 错误原因:在于sql中test="zoneId!=null and !"".equals(zoneId.trim())" ...
分类:编程语言   时间:2018-03-17 12:18:56    阅读次数:829
关于rocketMq拒绝链接
关于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
cxf+spring
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
905条   上一页 1 ... 28 29 30 31 32 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!