码迷,mamicode.com
首页 >  
搜索关键字:caused by: java.lang.outofmemoryerror: permgen space    ( 905个结果
关于spring的applicationContext.xml配置文件的ref和value之自我想法
今天在做SSH的一个项目的时候,因为需要定时操作,所以就再sping里面加入了一个quartz的小定时框架,结果在运行时候,发生了一个小bug. Caused by: org.springframework.beans.ConversionNotSupportedException: Failed ... ...
分类:移动开发   时间:2017-08-08 22:51:28    阅读次数:313
解决Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer
解决mybatis报错:Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.geek.dao.ContentDao.Integer ...
分类:编程语言   时间:2017-08-07 13:40:50    阅读次数:306
Caused by: java.lang.NumberFormatException: For input string: ""
1、错误描写叙述java.lang.NumberFormatException: For input string: "" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java ...
分类:编程语言   时间:2017-08-06 18:00:35    阅读次数:419
com.fasterxml.jackson.databind.JsonMappingException
问题描述:在对订单进行上传的时候,其实就是一个excel文件,发现controller对业务层代码调用老是出问题,排查原因时发现原来时被同事的AOP给拦截了,用JackSon对流进行打印导致的异常。 Caused by: com.fasterxml.jackson.databind.JsonMapp ...
分类:移动开发   时间:2017-08-03 13:49:06    阅读次数:433
安卓出现错误: java.lang.ClassCastException: android.widget.TextView cannot be cast to android.widget.EditText
Caused by: Java.lang.ClassCastException: Android.widget.TextView cannot be cast to android.widget.EditText 该种报错信息,检查代码确定无误后,若还是出现这种错误,则可通过以下这个办法进行解决: ...
分类:移动开发   时间:2017-08-02 11:11:02    阅读次数:242
170525、解决maven隐式依赖包版本问题
今天在使用dubbo2.5.3版本的时候,启动项目的时候发现一个问题,tomcat启动一直报错 Caused by: java.lang.IllegalStateException: Context namespace element 'component-scan' and its parser ...
分类:其他好文   时间:2017-08-01 09:49:55    阅读次数:186
初识Hibernate
1.问题 这两天弄一个项目,连接了mysql。第一天访问数据库没问题,第二天就报错,异常如下: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 这里只摘取一... ...
分类:Web程序   时间:2017-07-30 12:52:21    阅读次数:252
Spring与JDK版本不一致引发问题Caused by: java.lang.IllegalArgumentException
tomcat启动一个spring的项目,tomcat使用8.5,JDK使用1.8,Spring使用3.0,启动之后报错 但是tomcat使用7.0,JDK使用1.6可以正常启动并运行,因此考虑可能是jdk版本问题引发的。在网上搜索发现jdk1.8需要spring4以上版本才可以。所以讲spring版 ...
分类:编程语言   时间:2017-07-28 11:02:27    阅读次数:293
Data source rejected establishment of connection, message from server: "Too many connections"
详细错误信息: Caused by: com.MySQL.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection, message fro ...
分类:其他好文   时间:2017-07-27 20:31:18    阅读次数:204
requests ssl 报错
使用requests下载日志出现HTTPSConnectionPool(host='***', port=443): Max retries exceeded with url: ******(Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VE ...
分类:其他好文   时间:2017-07-27 12:38:49    阅读次数:104
905条   上一页 1 ... 36 37 38 39 40 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!