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 0FA559E1D for ; Thu, 10 May 2012 22:15:13 +0000 (UTC) Received: (qmail 79299 invoked by uid 500); 10 May 2012 22:15:12 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 79243 invoked by uid 500); 10 May 2012 22:15: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 79195 invoked by uid 99); 10 May 2012 22:15:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 22:15: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; Thu, 10 May 2012 22:15:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7C59248EF04 for ; Thu, 10 May 2012 22:14:48 +0000 (UTC) Date: Thu, 10 May 2012 22:14:48 +0000 (UTC) From: "Joe Bowser (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <984294957.51930.1336688088510.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1936938712.47110.1336606669817.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CB-680) onNativeReady fires before the server is taking new connections 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-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-680. --------------------------- Resolution: Fixed Assignee: Joe Bowser (was: Filip Maj) The fix was related to when the callback server actually starts and stops. It doesn't make sense for the callback server to be stopped and restarted on loadUrl, and instead it should happen on the onPageStarted in the CordovaWebViewClient. That being said, I'm not sure why we are doing this at all, but that discussion should take place on the list. > onNativeReady fires before the server is taking new connections > --------------------------------------------------------------- > > Key: CB-680 > URL: https://issues.apache.org/jira/browse/CB-680 > Project: Apache Cordova > Issue Type: Sub-task > Components: Android > Affects Versions: 1.7.0 > Reporter: Joe Bowser > Assignee: Joe Bowser > Priority: Blocker > Fix For: 1.8.0 > > > This issue is able to be ignored in Android 1.7, but it has come to a head in Android 1.8, since we moved where the Callback Server lives. > D/CordovaLog( 3395): file:///android_asset/www/cordova-1.7.0.js: Line 3570 : JSCallback Error: Request failed. > When this occurs, and you have methods that are called onDeviceReady, while the interfaces exist, there's no way to get the callback, which means that it hangs forever and always fails when using the CordovaWebView branch. This indicates that we are calling onNativeReady prematurely when we go from page to page, and that we have to wait for the server to be ready before calling this. -- 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