Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10B6A91A5 for ; Fri, 27 Apr 2012 20:33:13 +0000 (UTC) Received: (qmail 3341 invoked by uid 500); 27 Apr 2012 20:33:12 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 3304 invoked by uid 500); 27 Apr 2012 20:33:12 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 3296 invoked by uid 99); 27 Apr 2012 20:33:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 20:33:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 20:33:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5F7754242DC for ; Fri, 27 Apr 2012 20:32:49 +0000 (UTC) Date: Fri, 27 Apr 2012 20:32:49 +0000 (UTC) From: "Joe Bowser (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <121521504.4232.1335558769428.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <517346231.2271.1335520068914.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CB-592) SQLITE Error code = 23, msg = not authorized (Intermittently) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-592: -------------------------- Priority: Major (was: Blocker) An issue found on Honeycomb is never a blocker unless we find it somewhere else as well. This reads more like an Android issue, and not something that we can change easily. > SQLITE Error code = 23, msg = not authorized (Intermittently) > ------------------------------------------------------------- > > Key: CB-592 > URL: https://issues.apache.org/jira/browse/CB-592 > Project: Apache Callback > Issue Type: Bug > Components: Android, CordovaJS > Affects Versions: 1.6.1 > Environment: Android 3.1. Cordova 1.6.1 but also older versions (also appears to be the same in "phonegap" 1.3.0. Motorola Xoom. Eclipse. JQuery Mobile. > Reporter: Carl Mason > Assignee: Joe Bowser > Original Estimate: 96h > Remaining Estimate: 96h > > Intermittently receiving the error message, when executing an update statement on SQLLite database. > 04-27 10:22:38.288: I/SqliteDatabaseCpp(1428): sqlite returned: error code = 23, msg = not authorized, db=/data/data/com.packagename/databases/webview.db > (example) > tx.executeSql('UPDATE JOB SET postcode = "' + $("#tbPostcode").val() + '" WHERE id = "' + window.localStorage.getItem("job_id") +'"', [], querySuccess, errorCB); > It appears it could be to do with the version variable in openDatabase(..). > When I fire openDatabase on a FIRST execution with a version "1.0", create some tables and insert some data - I will get the above error intermittently when trying to update. However, if I then change all of the database interaction to a version "1.1" (or anything different) deploy the application and execute a second time - and go on to create a second database and start updating/interacting with the database the error goes away. Obviously this is not a feasible workaround when deploying an app live. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira