随笔分类 -  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 洛易 阅读(3634) 评论(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 洛易 阅读(1215) 评论(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 洛易 阅读(5992) 评论(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 洛易 阅读(238) 评论(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 洛易 阅读(369) 评论(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 洛易 阅读(1673) 评论(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 洛易 阅读(408) 评论(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 洛易 阅读(12332) 评论(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 洛易 阅读(434) 评论(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 洛易 阅读(753) 评论(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 洛易 阅读(523) 评论(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 洛易 阅读(408) 评论(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 洛易 阅读(2738) 评论(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 洛易 阅读(7859) 评论(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 洛易 阅读(318) 评论(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 洛易 阅读(208) 评论(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 洛易 阅读(651) 评论(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 洛易 阅读(777) 评论(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 洛易 阅读(473) 评论(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 洛易 阅读(2721) 评论(0) 推荐(0)

1 2 3 下一页