Vighnesh123 / runextbus

Automatically exported from code.google.com/p/runextbus
0 stars 1 forks source link

getlocation table not found exception #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
02-03 14:25:17.088 W/Searchables( 2249): did not find component in searchables: 
ComponentInfo{com.yellowpages.android.ypmobile/com.yellowpages.android.ypmobile.
YPSearchReceiver}
02-03 14:25:17.193 D/AndroidRuntime( 6808): Shutting down VM
02-03 14:25:17.193 W/dalvikvm( 6808): threadid=3: thread exiting with uncaught 
exception (group=0x4001dc20)
02-03 14:25:17.193 E/AndroidRuntime( 6808): Uncaught handler: thread main 
exiting due to uncaught exception
02-03 14:25:17.208 E/AndroidRuntime( 6808): java.lang.RuntimeException: Unable 
to start activity 
ComponentInfo{org.runextbus.com/org.runextbus.com.GetPrediction}: 
android.database.sqlite.SQLiteException: no such table: GetLocation: , while 
compiling: DELETE FROM GetLocation
02-03 14:25:17.208 E/AndroidRuntime( 6808):     at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2496)
02-03 14:25:17.208 E/AndroidRuntime( 6808):     at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2512)
02-03 14:25:17.208 E/AndroidRuntime( 6808):     at 
android.app.ActivityThread.access$2200(ActivityThread.java:119)
02-03 14:25:17.208 E/AndroidRuntime( 6808):     at 
android.app.ActivityThread$H.handleMessage

Original issue reported on code.google.com by sangeeth...@gmail.com on 1 Mar 2011 at 4:51

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed : 
Database table cleaned and re-loaded onto application assets folder

Original comment by sangeeth...@gmail.com on 1 Mar 2011 at 4:52