随笔 - 411  文章 - 0  评论 - 61  阅读 - 100万

随笔分类 -  Exceptions

1 2 3 下一页
Error creating bean with name 'userRepository': Invocation of init method failed;
摘要:2019-11-25 19:43:49.482 INFO 6528 [ main] c.g.c.y.core.impl.AbstractController : Controller has been stopped.2019-11-25 19:43:49.482 INFO 6528 [ main] 阅读全文
posted @ 2019-11-25 20:03 洛易 阅读(3619) 评论(0) 推荐(0) 编辑
Exception thrown on Scheduler.Worker thread. Add `onError` handling
摘要:<html> <head></head> <body> java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling. <br /> rx.android.sc 阅读全文
posted @ 2019-03-16 13:40 洛易 阅读(1174) 评论(0) 推荐(0) 编辑
:app:compileDebugJavaWithJavac
摘要:org.gradle.initialization.ReportedException: org.gradle.internal.exceptions.LocationAwareException: Execution failed for task ':app:compileDebugJavaWi 阅读全文
posted @ 2018-02-19 04:11 洛易 阅读(5977) 评论(0) 推荐(0) 编辑
An Objective-C Error
摘要:Incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'long *') from 'int' 主要是因为 NSInteger 变量加了 *; 去掉就可以了 阅读全文
posted @ 2018-01-18 16:07 洛易 阅读(220) 评论(0) 推荐(0) 编辑
picasso 在魅族手机无法加载缩略图的bug
摘要:09-03 12:46:30.722 19088-19088/xxx.xxx W/PerfScheduler: Cann't find the ListViewObtain in boost-perf.conf 09-03 12:46:30.722 19088-19088/xxx.xxx W/Per 阅读全文
posted @ 2017-09-03 12:51 洛易 阅读(365) 评论(0) 推荐(0) 编辑
Definitaion of 'utsname' must be imported from module 'Darwin.POSIX.sys.utsname' before it is required
摘要:https://stackoverflow.com/questions/34430354/objective-c-gettimeofday-must-be-imported 阅读全文
posted @ 2017-07-12 14:38 洛易 阅读(1635) 评论(0) 推荐(0) 编辑
java.lang.AbstractStringBuilder.enlargeBuffer
摘要:04-18 10:22:08.585 3653-3653/xxxx I/dalvikvm: "main" prio=5 tid=1 RUNNABLE04-18 10:22:08.585 3653-3653/xxxx I/dalvikvm: | group="main" sCount=0 dsCoun 阅读全文
posted @ 2017-04-18 10:32 洛易 阅读(403) 评论(0) 推荐(0) 编辑
The server encountered an internal error that prevented it from fulfilling this request.
摘要:type Exception report message Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache 阅读全文
posted @ 2016-10-12 09:38 洛易 阅读(12313) 评论(0) 推荐(0) 编辑
The content of the adapter has changed but ListView did not receive a notification
摘要:java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your ada 阅读全文
posted @ 2016-09-07 13:37 洛易 阅读(428) 评论(0) 推荐(0) 编辑
android.view.WindowLeaked
摘要:1 08-30 13:17:05.645 25543-25543/xxx E/WindowManager: android.view.WindowLeaked: Activity xxxx.main.ui.act.LoginAct has leaked window com.android.inte 阅读全文
posted @ 2016-08-30 13:21 洛易 阅读(751) 评论(0) 推荐(0) 编辑
CrashHandler: java.lang.NullPointerException
摘要:08-29 20:33:47.305 20636-20636/xxxx D/AndroidRuntime: Shutting down VM 08-29 20:33:47.305 20636-20636/xxxx W/dalvikvm: threadid=1: thread exiting with 阅读全文
posted @ 2016-08-17 11:09 洛易 阅读(518) 评论(0) 推荐(0) 编辑
common.support.percent.PercentFrameLayout.onLayout(PercentFrameLayout.java:151)
摘要:08-29 20:01:47.402 18908-19364/xxx.subway.inspect E/CrashHandler: java.lang.NullPointerException at android.widget.AbsListView.obtainView(AbsListView. 阅读全文
posted @ 2016-08-17 10:39 洛易 阅读(402) 评论(0) 推荐(0) 编辑
java.lang.StackOverflowError: stack size 8MB
摘要:java.lang.StackOverflowError: stack size 8MB at android.text.TextUtils.getChars(TextUtils.java:86) at android.text.method.ReplacementTransformationMet 阅读全文
posted @ 2016-07-24 15:18 洛易 阅读(2729) 评论(0) 推荐(0) 编辑
android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error(Sqlite code 14): Could not open database,(OS error - 13:Permission denied)
摘要:07-24 15:03:14.490 6291-6291/xxxx E/SQLiteDatabase: Failed to open database '/storage/emulated/0/xxxx/xxx/db/xxx.db'. android.database.sqlite.SQLiteCa 阅读全文
posted @ 2016-07-24 15:06 洛易 阅读(7806) 评论(2) 推荐(0) 编辑
Can not perform this action after onSaveInstanceState
摘要:java.lang.RuntimeException: Unable to resume activity {xxxx/xx.ui.act.InsideTaskAct}: java.lang.IllegalStateException: Can not perform this action aft 阅读全文
posted @ 2016-07-20 16:10 洛易 阅读(313) 评论(0) 推荐(0) 编辑
android listView Exception
摘要:05-30 11:27:38.840 18051-18051/xxxx W/System.err﹕ java.text.ParseException: Unparseable date: "2016-05-30T11:25:40" (at offset 4) 05-30 11:27:38.840 1 阅读全文
posted @ 2016-05-30 11:30 洛易 阅读(200) 评论(0) 推荐(0) 编辑
[Android Exception A] – 1-The following classes could not be instantiated
摘要:http://stackoverflow.com/questions/26575815/the-following-classes-could-not-be-instantiated-android-support-v7-widget-too 阅读全文
posted @ 2016-05-20 08:40 洛易 阅读(579) 评论(0) 推荐(0) 编辑
The dependency `BaiduMapKit` is not used in any concrete target
摘要:RubertdeMacBook-Pro:项目名 Rubert$ pod install Analyzing dependencies [!] The dependency `BaiduMapKit` is not used in any concrete target. 已下是我找到解决办法后,运行 阅读全文
posted @ 2016-05-11 16:17 洛易 阅读(774) 评论(0) 推荐(0) 编辑
linker command failed with exit code 1 (use -v to see invocation)
摘要:Undefined symbols for architecture arm64: "_OBJC_CLASS_$_NSManagedObjectContext", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_NSPe 阅读全文
posted @ 2016-05-08 15:45 洛易 阅读(456) 评论(0) 推荐(0) 编辑
Unable to locate Android SDK used by project
摘要:Unable to locate Android SDK used by project: DJIgojava.lang.RuntimeException: Unable to locate Android SDK used by project: DJIgo at com.android.tool 阅读全文
posted @ 2016-04-14 17:33 洛易 阅读(2707) 评论(0) 推荐(0) 编辑

1 2 3 下一页
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示