PathfinderOpenReference icon indicating copy to clipboard operation
PathfinderOpenReference copied to clipboard

Database reloading is breaking in numerous ways

Open devonjones opened this issue 13 years ago • 4 comments

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.evilsoft.pathfinder.reference/org.evilsoft.pathfinder.reference.DetailsActivity}: android.database.sqlite.SQLiteException: no such column: node.image: , while compiling: SELECT node.section_id, node.lft, node.rgt, node.parent_id, node.type, node.subtype, node.name, node.abbrev, node.source, node.description, node.body, node.image, node.alt, node.create_index FROM sections AS node, sections AS parent WHERE node.lft BETWEEN parent.lft AND parent.rgt AND parent.section_id = ? at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1658) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1674) at android.app.ActivityThread.access$1500(ActivityThread.java:117) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3694) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:895) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:653) at dalvik.system.NativeStart.main(Native Method) Caused by: android.database.sqlite.SQLiteException: no such column: node.image: , while compiling: SELECT node.section_id, node.lft, node.rgt, node.parent_id, node.type, node.subtype, node.name, node.abbrev, node.source, node.description, node.body, node.image, node.alt, node.create_index FROM sections AS node, sections AS parent WHERE node.lft BETWEEN parent.lft AND parent.rgt AND parent.section_id = ? at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method) at android.database.sqlite.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:92) at android.database.sqlite.SQLiteCompiledSql.(SQLiteCompiledSql.java:65) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:83) at android.database.sqlite.SQLiteQuery.(SQLiteQuery.java:49) at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:42) at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1356) at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1324) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbAdapter.fetchFullSection(PsrdDbAdapter.java:158) at org.evilsoft.pathfinder.reference.RenderFarm.render(RenderFarm.java:104) at org.evilsoft.pathfinder.reference.DetailsWebViewClient.renderPfsrd(DetailsWebViewClient.java:132) at org.evilsoft.pathfinder.reference.DetailsWebViewClient.shouldOverrideUrlLoading(DetailsWebViewClient.java:100) at org.evilsoft.pathfinder.reference.DetailsViewFragment.updateUrl(DetailsViewFragment.java:66) at org.evilsoft.pathfinder.reference.DetailsActivity.setUpViewer(DetailsActivity.java:111) at org.evilsoft.pathfinder.reference.DetailsActivity.onCreate(DetailsActivity.java:72) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1622) ... 11 more android.database.sqlite.SQLiteException: no such column: node.image: , while compiling: SELECT node.section_id, node.lft, node.rgt, node.parent_id, node.type, node.subtype, node.name, node.abbrev, node.source, node.description, node.body, node.image, node.alt, node.create_index FROM sections AS node, sections AS parent WHERE node.lft BETWEEN parent.lft AND parent.rgt AND parent.section_id = ? at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method) at android.database.sqlite.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:92) at android.database.sqlite.SQLiteCompiledSql.(SQLiteCompiledSql.java:65) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:83) at android.database.sqlite.SQLiteQuery.(SQLiteQuery.java:49) at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:42) at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1356) at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1324) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbAdapter.fetchFullSection(PsrdDbAdapter.java:158) at org.evilsoft.pathfinder.reference.RenderFarm.render(RenderFarm.java:104) at org.evilsoft.pathfinder.reference.DetailsWebViewClient.renderPfsrd(DetailsWebViewClient.java:132) at org.evilsoft.pathfinder.reference.DetailsWebViewClient.shouldOverrideUrlLoading(DetailsWebViewClient.java:100) at org.evilsoft.pathfinder.reference.DetailsViewFragment.updateUrl(DetailsViewFragment.java:66) at org.evilsoft.pathfinder.reference.DetailsActivity.setUpViewer(DetailsActivity.java:111) at org.evilsoft.pathfinder.reference.DetailsActivity.onCreate(DetailsActivity.java:72) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1622) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1674) at android.app.ActivityThread.access$1500(ActivityThread.java:117) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:942) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3694) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:895) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:653) at dalvik.system.NativeStart.main(Native Method)

devonjones avatar Jul 01 '12 14:07 devonjones

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.evilsoft.pathfinder.reference/org.evilsoft.pathfinder.reference.SectionViewActivity}: android.database.sqlite.SQLiteException: no such table: sections: , while compiling: SELECT section_id, name FROM sections WHERE parent_id = ? ORDER BY section_id at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1968) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1993) at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3363) at android.app.ActivityThread.access$700(ActivityThread.java:127) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1163) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4507) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747) at dalvik.system.NativeStart.main(Native Method) Caused by: android.database.sqlite.SQLiteException: no such table: sections: , while compiling: SELECT section_id, name FROM sections WHERE parent_id = ? ORDER BY section_id at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method) at android.database.sqlite.SQLiteCompiledSql.(SQLiteCompiledSql.java:68) at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:143) at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:127) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:94) at android.database.sqlite.SQLiteQuery.(SQLiteQuery.java:53) at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47) at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1694) at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1668) at org.evilsoft.pathfinder.reference.db.psrd.RuleAdapter.fetchRuleList(RuleAdapter.java:25) at org.evilsoft.pathfinder.reference.SectionViewFragment.updateUrl(SectionViewFragment.java:163) at org.evilsoft.pathfinder.reference.SectionViewActivity.onCreate(SectionViewActivity.java:19) at android.app.Activity.performCreate(Activity.java:4465) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1052) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1932) ... 12 more android.database.sqlite.SQLiteException: no such table: sections: , while compiling: SELECT section_id, name FROM sections WHERE parent_id = ? ORDER BY section_id at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method) at android.database.sqlite.SQLiteCompiledSql.(SQLiteCompiledSql.java:68) at android.database.sqlite.SQLiteProgram.compileSql(SQLiteProgram.java:143) at android.database.sqlite.SQLiteProgram.compileAndbindAllArgs(SQLiteProgram.java:361) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:127) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:94) at android.database.sqlite.SQLiteQuery.(SQLiteQuery.java:53) at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:47) at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1694) at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1668) at org.evilsoft.pathfinder.reference.db.psrd.RuleAdapter.fetchRuleList(RuleAdapter.java:25) at org.evilsoft.pathfinder.reference.SectionViewFragment.updateUrl(SectionViewFragment.java:163) at org.evilsoft.pathfinder.reference.SectionViewActivity.onCreate(SectionViewActivity.java:19) at android.app.Activity.performCreate(Activity.java:4465) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1052) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1932) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1993) at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3363) at android.app.ActivityThread.access$700(ActivityThread.java:127) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1163) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4507) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747) at dalvik.system.NativeStart.main(Native Method)

devonjones avatar Jul 01 '12 14:07 devonjones

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.evilsoft.pathfinder.reference/org.evilsoft.pathfinder.reference.StartActivity}: java.lang.IllegalArgumentException at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679) at android.app.ActivityThread.access$2300(ActivityThread.java:125) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:4627) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.IllegalArgumentException at android.os.StatFs.native_setup(Native Method) at android.os.StatFs.(StatFs.java:32) at org.evilsoft.pathfinder.reference.utils.AvailableSpaceHandler.getAvailableSpaceInBytes(AvailableSpaceHandler.java:102) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.checkDatabaseSize(PsrdDbHelper.java:109) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:142) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:62) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:46) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:28) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627) ... 11 more java.lang.IllegalArgumentException at android.os.StatFs.native_setup(Native Method) at android.os.StatFs.(StatFs.java:32) at org.evilsoft.pathfinder.reference.utils.AvailableSpaceHandler.getAvailableSpaceInBytes(AvailableSpaceHandler.java:102) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.checkDatabaseSize(PsrdDbHelper.java:109) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:142) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:62) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:46) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:28) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679) at android.app.ActivityThread.access$2300(ActivityThread.java:125) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:123) at android.app.ActivityThread.main(ActivityThread.java:4627) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:521) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) at dalvik.system.NativeStart.main(Native Method)

devonjones avatar Jul 01 '12 14:07 devonjones

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.evilsoft.pathfinder.reference/org.evilsoft.pathfinder.reference.StartActivity}: java.lang.RuntimeException: java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (Read-only file system) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1696) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1716) at android.app.ActivityThread.access$1500(ActivityThread.java:124) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:968) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3806) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (Read-only file system) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:31) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1660) ... 11 more Caused by: java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (Read-only file system) at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method) at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232) at java.io.FileOutputStream.(FileOutputStream.java:94) at java.io.FileOutputStream.(FileOutputStream.java:165) at java.io.FileOutputStream.(FileOutputStream.java:144) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:160) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:69) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:58) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:52) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:29) ... 13 more java.lang.RuntimeException: java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (Read-only file system) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:31) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1660) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1716) at android.app.ActivityThread.access$1500(ActivityThread.java:124) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:968) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3806) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at dalvik.system.NativeStart.main(Native Method) Caused by: java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (Read-only file system) at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method) at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232) at java.io.FileOutputStream.(FileOutputStream.java:94) at java.io.FileOutputStream.(FileOutputStream.java:165) at java.io.FileOutputStream.(FileOutputStream.java:144) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:160) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:69) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:58) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:52) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:29) ... 13 more java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (Read-only file system) at org.apache.harmony.luni.platform.OSFileSystem.open(Native Method) at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:232) at java.io.FileOutputStream.(FileOutputStream.java:94) at java.io.FileOutputStream.(FileOutputStream.java:165) at java.io.FileOutputStream.(FileOutputStream.java:144) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:160) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:69) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:58) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:52) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:29) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1660) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1716) at android.app.ActivityThread.access$1500(ActivityThread.java:124) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:968) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3806) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597) at dalvik.system.NativeStart.main(Native Method)

devonjones avatar Jul 01 '12 14:07 devonjones

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.evilsoft.pathfinder.reference/org.evilsoft.pathfinder.reference.StartActivity}: java.lang.RuntimeException: java.io.IOException: I/O error at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667) at android.app.ActivityThread.access$1500(ActivityThread.java:117) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3687) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.RuntimeException: java.io.IOException: I/O error at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:31) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615) ... 11 more Caused by: java.io.IOException: I/O error at org.apache.harmony.luni.platform.OSFileSystem.write(Native Method) at dalvik.system.BlockGuard$WrappedFileSystem.write(BlockGuard.java:171) at java.io.FileOutputStream.write(FileOutputStream.java:300) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:168) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:69) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:58) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:48) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:29) ... 13 more java.lang.RuntimeException: java.io.IOException: I/O error at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:31) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667) at android.app.ActivityThread.access$1500(ActivityThread.java:117) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3687) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600) at dalvik.system.NativeStart.main(Native Method) Caused by: java.io.IOException: I/O error at org.apache.harmony.luni.platform.OSFileSystem.write(Native Method) at dalvik.system.BlockGuard$WrappedFileSystem.write(BlockGuard.java:171) at java.io.FileOutputStream.write(FileOutputStream.java:300) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:168) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:69) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:58) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:48) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:29) ... 13 more java.io.IOException: I/O error at org.apache.harmony.luni.platform.OSFileSystem.write(Native Method) at dalvik.system.BlockGuard$WrappedFileSystem.write(BlockGuard.java:171) at java.io.FileOutputStream.write(FileOutputStream.java:300) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.copyDatabase(PsrdDbHelper.java:168) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:69) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:58) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:48) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:29) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667) at android.app.ActivityThread.access$1500(ActivityThread.java:117) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:130) at android.app.ActivityThread.main(ActivityThread.java:3687) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:507) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600) at dalvik.system.NativeStart.main(Native Method)

devonjones avatar Jul 01 '12 14:07 devonjones