I am having problem using webview in my application.  When ever the
webviewclient and webview is trying to load, it will throw me and
uncaugh exception

here is the log
E/Database(  515): sqlite3_open_v2("/data/data/#package name#/
databases/webview.db", &handle, 6, NULL) failed
W/dalvikvm(  515): threadid=13: thread exiting with uncaught exception
(group=0x4000fe68)
E/AndroidRuntime(  515): Uncaught handler: thread WebViewCoreThread
exiting due to uncaught exception
E/AndroidRuntime(  515): android.database.sqlite.SQLiteException:
unable to open database file
E/AndroidRuntime(  515):        at
android.database.sqlite.SQLiteDatabase.dbopen(Native Method)
E/AndroidRuntime(  515):        at
android.database.sqlite.SQLiteDatabase.<init>(SQLiteDatabase.java:
1421)
E/AndroidRuntime(  515):        at
android.database.sqlite.SQLiteDatabase.openDatabase
(SQLiteDatabase.java:537)
E/AndroidRuntime(  515):        at
android.database.sqlite.SQLiteDatabase.openOrCreateDatabase
(SQLiteDatabase.java:558)
E/AndroidRuntime(  515):        at
android.database.sqlite.SQLiteDatabase.openOrCreateDatabase
(SQLiteDatabase.java:551)
E/AndroidRuntime(  515):        at
android.app.ApplicationContext.openOrCreateDatabase
(ApplicationContext.java:427)
E/AndroidRuntime(  515):        at
android.content.ContextWrapper.openOrCreateDatabase
(ContextWrapper.java:181)
E/AndroidRuntime(  515):        at
android.webkit.WebViewDatabase.getInstance(WebViewDatabase.java:167)
E/AndroidRuntime(  515):        at android.webkit.CacheManager.init
(CacheManager.java:153)
E/AndroidRuntime(  515):        at android.webkit.BrowserFrame.<init>
(BrowserFrame.java:113)
E/AndroidRuntime(  515):        at
android.webkit.WebViewCore.initialize(WebViewCore.java:168)
E/AndroidRuntime(  515):        at android.webkit.WebViewCore.access
$400(WebViewCore.java:43)
E/AndroidRuntime(  515):        at android.webkit.WebViewCore
$WebCoreThread$1.handleMessage(WebViewCore.java:425)
E/AndroidRuntime(  515):        at android.os.Handler.dispatchMessage
(Handler.java:88)
E/AndroidRuntime(  515):        at android.os.Looper.loop(Looper.java:
123)
E/AndroidRuntime(  515):        at android.webkit.WebViewCore
$WebCoreThread.run(WebViewCore.java:468)
E/AndroidRuntime(  515):        at java.lang.Thread.run(Thread.java:
935)
I/Process (   57): Sending signal. PID: 515 SIG: 3
I/dalvikvm(  515): threadid=7: reacting to signal 3
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to