PathfinderOpenReference icon indicating copy to clipboard operation
PathfinderOpenReference copied to clipboard

java.io.FileNotFoundException: OSFileSystem.open()

Open devonjones opened this issue 13 years ago • 0 comments

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 (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.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (I/O error) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:30) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615) ... 11 more Caused by: java.io.FileNotFoundException: /mnt/sdcard/Android/data/org.evilsoft.pathfinder.reference/files/psrd.db (I/O error) 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:145) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.buildDatabase(PsrdDbHelper.java:62) at org.evilsoft.pathfinder.reference.db.psrd.PsrdDbHelper.createDatabase(PsrdDbHelper.java:50) at org.evilsoft.pathfinder.reference.StartActivity.onCreate(StartActivity.java:28) ... 13 more

devonjones avatar Jun 18 '12 17:06 devonjones