You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sebastian Zillessen (JIRA)" <ji...@apache.org> on 2013/10/15 10:27:43 UTC

[jira] [Updated] (CB-5075) Ripple Emulator does not work with Cordova 3.1.0

     [ https://issues.apache.org/jira/browse/CB-5075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Zillessen updated CB-5075:
------------------------------------

    Description: 
If I try to run a application in the Ripple Emulator I get a lot of alerts with failing Plugins initializations:

gap:["PluginManager","startup","PluginManager9697043"]
gap:["App","show","App9697044"]
gap:["Device","getDeviceInfo","Device9697045"]
gap:["NetworkStatus","getConnectionInfo","NetworkStatus9697046"]

If I hit "Cancel" the application starts, but without any plugins available.

If I hit "OK" in one of this windows the application freezes and I get a lot of logs in the debuggin are of chrome saying 

{code}
processMessage failed: invalid message: 
{code}


Installed Plugins:
{code}
[ 'org.apache.cordova.device',
  'org.apache.cordova.dialogs',
  'org.apache.cordova.geolocation',
  'org.apache.cordova.network-information',
  'org.apache.cordova.vibration' ]
{code}

Application was build with cordova's CLI.
It is served with 
{code}
cordova serve android
{code}

I access the application in Chrome via

http://localhost:8000/android/www/index.html?enableripple=cordova-2.0.0

In my console I see:
{code}
Console was cleared ripple.js:37
Ripple :: Environment Warming Up (Tea. Earl Gray. Hot.) ripple.js:37
cordova :: Your application does not appear to match the platform you have selected. The version number in your configuration might not match the selected platform version or your configuration file has errors in it. ripple.js:37
cordova :: Initialization Finished (Make it so.) ripple.js:37
Uncaught TypeError: Cannot call method 'fire' of undefined 
POST https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target 500 (Internal Server Error) rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target:1
Uncaught TypeError: Cannot call method 'call' of undefined target-script-min.js:1053
deviceready has not fired after 5 seconds. cordova.js:1095
Channel not fired: onCordovaInfoReady cordova.js:1088
Channel not fired: onCordovaConnectionReady 
{code}



  was:
If I try to run a application in the Ripple Emulator I get a lot of alerts with failing Plugins initializations:

gap:["PluginManager","startup","PluginManager9697043"]
gap:["App","show","App9697044"]
gap:["Device","getDeviceInfo","Device9697045"]
gap:["NetworkStatus","getConnectionInfo","NetworkStatus9697046"]

If I hit "OK" in one of this windows the application freezes and I get a lot of logs in the debuggin are of chrome saying 

{code}
processMessage failed: invalid message: 
{code}


Installed Plugins:
{code}
[ 'org.apache.cordova.device',
  'org.apache.cordova.dialogs',
  'org.apache.cordova.geolocation',
  'org.apache.cordova.network-information',
  'org.apache.cordova.vibration' ]
{code}

Application was build with cordova's CLI.
It is served with 
{code}
cordova serve android
{code}

I access the application in Chrome via

http://localhost:8000/android/www/index.html?enableripple=cordova-2.0.0

In my console I see:
{code}
Console was cleared ripple.js:37
Ripple :: Environment Warming Up (Tea. Earl Gray. Hot.) ripple.js:37
cordova :: Your application does not appear to match the platform you have selected. The version number in your configuration might not match the selected platform version or your configuration file has errors in it. ripple.js:37
cordova :: Initialization Finished (Make it so.) ripple.js:37
Uncaught TypeError: Cannot call method 'fire' of undefined 
POST https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target 500 (Internal Server Error) rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target:1
Uncaught TypeError: Cannot call method 'call' of undefined target-script-min.js:1053
deviceready has not fired after 5 seconds. cordova.js:1095
Channel not fired: onCordovaInfoReady cordova.js:1088
Channel not fired: onCordovaConnectionReady 
{code}




> Ripple Emulator does not work with Cordova 3.1.0
> ------------------------------------------------
>
>                 Key: CB-5075
>                 URL: https://issues.apache.org/jira/browse/CB-5075
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaJS, Plugin File, Plugin Geolocation
>    Affects Versions: 3.1.0
>         Environment: Mac OSX, Ripple Emulator (Beta) 0.9.15, Chrom Version 30.0.1599.69
>            Reporter: Sebastian Zillessen
>            Priority: Minor
>
> If I try to run a application in the Ripple Emulator I get a lot of alerts with failing Plugins initializations:
> gap:["PluginManager","startup","PluginManager9697043"]
> gap:["App","show","App9697044"]
> gap:["Device","getDeviceInfo","Device9697045"]
> gap:["NetworkStatus","getConnectionInfo","NetworkStatus9697046"]
> If I hit "Cancel" the application starts, but without any plugins available.
> If I hit "OK" in one of this windows the application freezes and I get a lot of logs in the debuggin are of chrome saying 
> {code}
> processMessage failed: invalid message: 
> {code}
> Installed Plugins:
> {code}
> [ 'org.apache.cordova.device',
>   'org.apache.cordova.dialogs',
>   'org.apache.cordova.geolocation',
>   'org.apache.cordova.network-information',
>   'org.apache.cordova.vibration' ]
> {code}
> Application was build with cordova's CLI.
> It is served with 
> {code}
> cordova serve android
> {code}
> I access the application in Chrome via
> http://localhost:8000/android/www/index.html?enableripple=cordova-2.0.0
> In my console I see:
> {code}
> Console was cleared ripple.js:37
> Ripple :: Environment Warming Up (Tea. Earl Gray. Hot.) ripple.js:37
> cordova :: Your application does not appear to match the platform you have selected. The version number in your configuration might not match the selected platform version or your configuration file has errors in it. ripple.js:37
> cordova :: Initialization Finished (Make it so.) ripple.js:37
> Uncaught TypeError: Cannot call method 'fire' of undefined 
> POST https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target 500 (Internal Server Error) rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//debug.phonegap.com/ws/target:1
> Uncaught TypeError: Cannot call method 'call' of undefined target-script-min.js:1053
> deviceready has not fired after 5 seconds. cordova.js:1095
> Channel not fired: onCordovaInfoReady cordova.js:1088
> Channel not fired: onCordovaConnectionReady 
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)