Advertisement
athacks

Untitled

Mar 12th, 2020
2,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2020-03-12 19:04:37.994 4534-4585/com.example.app E/SQLiteLog: (1) no such table: VolumeDiscount
  2. 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
  3. 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)
  4. 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)
  5. 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err:     at io.reactivex.Single.blockingGet(Single.java:2835)
  6. 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err:     at com.amplifyframework.datastore.AWSDataStorePlugin.configure(AWSDataStorePlugin.java:123)
  7. 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)
  8. 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err:     at com.amplifyframework.core.Amplify.configure(Amplify.java:134)
  9. 2020-03-12 19:04:38.011 4534-4577/com.example.app W/System.err:     at com.amplifyframework.core.Amplify.configure(Amplify.java:109)
  10. 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)
  11. 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)
  12. 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err:     at java.lang.Thread.run(Thread.java:764)
  13. 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
  14. 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)
  15. 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)
  16. 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)
  17. 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err:     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  18. 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
  19. 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)
  20. 2020-03-12 19:04:38.012 4534-4577/com.example.app W/System.err:     ... 1 more
  21. 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 (?, ?, ?, ?, ?, ?)
  22. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
  23. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:890)
  24. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:501)
  25. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
  26. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
  27. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:31)
  28. 2020-03-12 19:04:38.013 4534-4577/com.example.app W/System.err:     at android.database.sqlite.SQLiteDatabase.compileStatement(SQLiteDatabase.java:1070)
  29. 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)
  30. 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)
  31. 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)
  32. 2020-03-12 19:04:38.014 4534-4577/com.example.app W/System.err:     ... 6 more
  33. 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