Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-03-12 19:04:37.994 4534-4585/com.example.app E/SQLiteLog: (1) no such table: VolumeDiscount
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: java.lang.RuntimeException: com.amplifyframework.datastore.DataStoreException: Error in initializing the SQLiteStorageAdapter
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at io.reactivex.internal.util.ExceptionHelper.wrapOrThrow(ExceptionHelper.java:46)
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at io.reactivex.internal.observers.BlockingMultiObserver.blockingGet(BlockingMultiObserver.java:93)
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at io.reactivex.Single.blockingGet(Single.java:2835)
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at com.amplifyframework.datastore.AWSDataStorePlugin.configure(AWSDataStorePlugin.java:123)
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at com.amplifyframework.core.category.Category.configure(Category.java:75)
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at com.amplifyframework.core.Amplify.configure(Amplify.java:134)
- 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err: at com.amplifyframework.core.Amplify.configure(Amplify.java:109)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at com.deepseed.VolumeDiscountManager$3.lambda$onServiceSuccess$0(VolumeDiscountManager.java:209)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at com.deepseed.-$$Lambda$VolumeDiscountManager$3$Gaw38AIKvVOUArF8aOTJ98vOMkM.run(Unknown Source:0)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at java.lang.Thread.run(Thread.java:764)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: Caused by: com.amplifyframework.datastore.DataStoreException: Error in initializing the SQLiteStorageAdapter
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at com.amplifyframework.datastore.storage.sqlite.SQLiteStorageAdapter.lambda$initialize$2$SQLiteStorageAdapter(SQLiteStorageAdapter.java:233)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at com.amplifyframework.datastore.storage.sqlite.-$$Lambda$SQLiteStorageAdapter$WqAYkvd1XmGhKBCbpGbU-kI_MdA.run(Unknown Source:6)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
- 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err: ... 1 more
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: Caused by: android.database.sqlite.SQLiteException: no such table: VolumeDiscount (code 1): , while compiling: INSERT INTO VolumeDiscount (id, data, merchantId, model, name, type_id) VALUES (?, ?, ?, ?, ?, ?)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:890)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:501)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:31)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at android.database.sqlite.SQLiteDatabase.compileStatement(SQLiteDatabase.java:1070)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at com.amplifyframework.datastore.storage.sqlite.SQLiteCommandFactory.insertFor(SQLiteCommandFactory.java:272)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at com.amplifyframework.datastore.storage.sqlite.SQLiteStorageAdapter.getInsertSqlPreparedStatements(SQLiteStorageAdapter.java:458)
- 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err: at com.amplifyframework.datastore.storage.sqlite.SQLiteStorageAdapter.lambda$initialize$2$SQLiteStorageAdapter(SQLiteStorageAdapter.java:218)
- 2020-03-12 19:04:38.014 4534-4577/com.example.app W/System.err: ... 6 more
- 2020-03-12 19:04:38.052 4534-4574/com.example.app E/cutils-trace: Error opening trace file: No such file or directory (2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement