码迷,mamicode.com
首页 >  
搜索关键字:caused by: java.lang.outofmemoryerror: permgen space    ( 905个结果
spring Caused by: java.lang.SecurityException: Prohibited package name: java.time
Caused by: java.lang.SecurityException: Prohibited package name: java.time at java.lang.ClassLoader.preDefineClass(ClassLoader.java:658) at java.lang.ClassLoader.defineClass(ClassLoader.java:794)...
分类:编程语言   时间:2014-06-10 07:40:12    阅读次数:437
Caused by: org.hibernate.HibernateException: Connection cannot be null when 'hibernate.dialect' not
我手动配置hibernate4.3.4,测试的时候出现: Caused by: org.hibernate.HibernateException: Connection cannot be null when 'hibernate.dialect' not set 我是按照官方文档配置的,但是官方文档的代码好像有点问题 这是官方文档里面的那个工具类的部分代码:return new Confi...
分类:系统相关   时间:2014-06-10 07:26:34    阅读次数:371
c3p0--常见异常
获取资源timeout:异常信息如下:Caused by: java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.[Cause: com.mchange.v2.resourcepool...
分类:其他好文   时间:2014-06-09 19:30:09    阅读次数:728
spring-framework-3.2.4.RELEASE 整合hibernate-release-4.3.5.Final报错Caused by: java.lang.NoClassDefFound
整合spring-framework-3.2.4.RELEASE 整合hibernate-release-4.3.5.Final报错Caused by: java.lang.NoClassDefFound的解决方案...
分类:编程语言   时间:2014-06-05 09:29:57    阅读次数:289
SQL关键字与数据库字段冲突产生的错误!
Caused by: java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right s...
分类:数据库   时间:2014-06-01 11:31:29    阅读次数:371
Android 笔记之错误记录
错误1 —— Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x0 错误原因——...
分类:移动开发   时间:2014-05-31 21:39:18    阅读次数:642
Android -- 加载大图片的方法
在android中要加载一张大图片到内存中如果通过如下方式进行:Bitmap bitmap= BitmapFactory.decodeFile("/sdcard/a.jpg");iv.setImageBitmap(bitmap);则会抛出内存溢出异常Caused by: java.lang.OutO...
分类:移动开发   时间:2014-05-28 16:23:10    阅读次数:295
使用sharepoint里Open with explorer功能
使用这个功能时,遇到几个问题: 1. 当点击library时,ie报错:A problem with this webpage caused Internet Explorer to close and reopen the tab 解决方法:使用Internet Explorer (No Add-...
分类:其他好文   时间:2014-05-28 16:17:47    阅读次数:536
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load BaiduMapVOS_v2_1_3: findLibrary returned nu
在使用百度地图进行开发的时候,如果遇到了Caused by: java.lang.UnsatisfiedLinkError: Couldn't load BaiduMapVOS_v2_1_3: findLibrary returned null这时候你可以尝试把armeabi-v7a这个包删除。。。。如果实在不行可以尝试一下把X86这个报业删除试一下。...
分类:编程语言   时间:2014-05-25 21:26:36    阅读次数:270
多线程AsyncTask中使用Jsoup 报错Caused by: java.lang.NoClassDefFoundError: org.jsoup.Jsoup
代码如下,在多线程AsyncTask类中的doInBackground调用Jsoup protected String doInBackground(String... params) { // TODO Auto-generated method stub Log.i(TAG, "doInBackground(Params... params) called"); tr...
分类:编程语言   时间:2014-05-23 00:54:53    阅读次数:475
905条   上一页 1 ... 88 89 90 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!