Created
December 2, 2013 22:35
-
-
Save anonymous/7760344 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12-02 23:29:57.945: V//SpiceService.java:395(10637): 23:29:57.949 Thread-13962 Pending requests : 0 | |
12-02 23:29:57.945: E/SQLiteLog(10637): (1) no such column: result_id | |
12-02 23:29:57.945: D//SpiceServiceListenerNotifier.java:149(10637): 23:29:57.953 Thread-13962 Message queue is Handler (android.os.Handler) {4260b610} | |
12-02 23:29:57.950: I/InfoFragment(10637): Exception: onRequestSuccess | |
12-02 23:29:57.950: W/System.err(10637): java.lang.IllegalStateException: Could not build lazy iterator for class com.test.database.Broadcast | |
12-02 23:29:57.950: W/System.err(10637): at com.j256.ormlite.dao.LazyForeignCollection.closeableIterator(LazyForeignCollection.java:62) | |
12-02 23:29:57.950: W/System.err(10637): at com.j256.ormlite.dao.LazyForeignCollection.iterator(LazyForeignCollection.java:47) | |
12-02 23:29:57.950: W/System.err(10637): at com.j256.ormlite.dao.LazyForeignCollection.iterator(LazyForeignCollection.java:28) | |
12-02 23:29:57.950: W/System.err(10637): at com.test.fragment.InfoFragment$AlarmRequestListener.onRequestSuccess(InfoFragment.java:174) | |
12-02 23:29:57.950: D//RequestRunner.java:274(10637): 23:29:57.957 Thread-13962 It tooks 2105 ms to process request CachedSpiceRequest [requestCacheKey=alarm_json, cacheDuration=-1, spiceRequest=com.test.robospice.AlarmRequest@4277d520]. | |
12-02 23:29:57.955: W/System.err(10637): at com.test.fragment.InfoFragment$AlarmRequestListener.onRequestSuccess(InfoFragment.java:1) | |
12-02 23:29:57.955: W/System.err(10637): at com.octo.android.robospice.request.notifier.DefaultRequestListenerNotifier$ResultRunnable.run(DefaultRequestListenerNotifier.java:174) | |
12-02 23:29:57.955: W/System.err(10637): at android.os.Handler.handleCallback(Handler.java:615) | |
12-02 23:29:57.955: W/System.err(10637): at android.os.Handler.dispatchMessage(Handler.java:92) | |
12-02 23:29:57.955: W/System.err(10637): at android.os.Looper.loop(Looper.java:137) | |
12-02 23:29:57.955: W/System.err(10637): at android.app.ActivityThread.main(ActivityThread.java:4898) | |
12-02 23:29:57.955: W/System.err(10637): at java.lang.reflect.Method.invokeNative(Native Method) | |
12-02 23:29:57.955: W/System.err(10637): at java.lang.reflect.Method.invoke(Method.java:511) | |
12-02 23:29:57.955: W/System.err(10637): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1006) | |
12-02 23:29:57.955: W/System.err(10637): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:773) | |
12-02 23:29:57.955: W/System.err(10637): at dalvik.system.NativeStart.main(Native Method) | |
12-02 23:29:57.955: W/System.err(10637): Caused by: java.sql.SQLException: Could not build prepared-query iterator for class com.test.database.Broadcast | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22) | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.dao.BaseDaoImpl.createIterator(BaseDaoImpl.java:966) | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.dao.BaseDaoImpl.iterator(BaseDaoImpl.java:531) | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.dao.LazyForeignCollection.seperateIteratorThrow(LazyForeignCollection.java:313) | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.dao.LazyForeignCollection.iteratorThrow(LazyForeignCollection.java:71) | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.dao.LazyForeignCollection.closeableIterator(LazyForeignCollection.java:60) | |
12-02 23:29:57.960: W/System.err(10637): ... 14 more | |
12-02 23:29:57.960: W/System.err(10637): Caused by: java.sql.SQLException: Problems executing Android query: SELECT * FROM `Broadcast` WHERE `result_id` = ? | |
12-02 23:29:57.960: W/System.err(10637): at com.j256.ormlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22) | |
12-02 23:29:57.965: W/System.err(10637): at com.j256.ormlite.android.AndroidCompiledStatement.getCursor(AndroidCompiledStatement.java:166) | |
12-02 23:29:57.965: W/System.err(10637): at com.j256.ormlite.android.AndroidCompiledStatement.runQuery(AndroidCompiledStatement.java:57) | |
12-02 23:29:57.965: W/System.err(10637): at com.j256.ormlite.stmt.SelectIterator.<init>(SelectIterator.java:55) | |
12-02 23:29:57.965: W/System.err(10637): at com.j256.ormlite.stmt.StatementExecutor.buildIterator(StatementExecutor.java:245) | |
12-02 23:29:57.965: W/System.err(10637): at com.j256.ormlite.dao.BaseDaoImpl.createIterator(BaseDaoImpl.java:962) | |
12-02 23:29:57.965: W/System.err(10637): ... 18 more | |
12-02 23:29:57.965: W/System.err(10637): Caused by: android.database.sqlite.SQLiteException: no such column: result_id (code 1): , while compiling: SELECT * FROM `Broadcast` WHERE `result_id` = ? | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method) | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:1012) | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:623) | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588) | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58) | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37) | |
12-02 23:29:57.965: W/System.err(10637): at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44) | |
12-02 23:29:57.970: W/System.err(10637): at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1314) | |
12-02 23:29:57.970: W/System.err(10637): at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1253) | |
12-02 23:29:57.970: W/System.err(10637): at com.j256.ormlite.android.AndroidCompiledStatement.getCursor(AndroidCompiledStatement.java:162) | |
12-02 23:29:57.970: W/System.err(10637): ... 22 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment