[ 
https://issues.apache.org/jira/browse/CB-4474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13730566#comment-13730566
 ] 

Alexandre Georges commented on CB-4474:
---------------------------------------

Same issue with Android, here is the full stack from my phone :

08-06 11:24:18.985: W/dalvikvm(22140): dvmFindClassByName rejecting ''
08-06 11:24:18.985: W/System.err(22140): java.lang.ClassNotFoundException: 
08-06 11:24:19.020: W/System.err(22140):        at 
java.lang.Class.classForName(Native Method)
08-06 11:24:19.020: W/System.err(22140):        at 
java.lang.Class.forName(Class.java:217)
08-06 11:24:19.020: W/System.err(22140):        at 
java.lang.Class.forName(Class.java:172)
08-06 11:24:19.020: W/System.err(22140):        at 
org.apache.cordova.PluginEntry.getClassByName(PluginEntry.java:117)
08-06 11:24:19.020: W/System.err(22140):        at 
org.apache.cordova.PluginEntry.createPlugin(PluginEntry.java:93)
08-06 11:24:19.025: W/System.err(22140):        at 
org.apache.cordova.PluginManager.getPlugin(PluginManager.java:264)
08-06 11:24:19.025: W/System.err(22140):        at 
org.apache.cordova.PluginManager.execHelper(PluginManager.java:219)
08-06 11:24:19.030: W/System.err(22140):        at 
org.apache.cordova.PluginManager.exec(PluginManager.java:214)
08-06 11:24:19.030: W/System.err(22140):        at 
org.apache.cordova.ExposedJsApi.exec(ExposedJsApi.java:53)
08-06 11:24:19.030: W/System.err(22140):        at 
android.webkit.JWebCoreJavaBridge.sharedTimerFired(Native Method)
08-06 11:24:19.030: W/System.err(22140):        at 
android.webkit.JWebCoreJavaBridge.sharedTimerFired(Native Method)
08-06 11:24:19.030: W/System.err(22140):        at 
android.webkit.JWebCoreJavaBridge.fireSharedTimer(JWebCoreJavaBridge.java:92)
08-06 11:24:19.030: W/System.err(22140):        at 
android.webkit.JWebCoreJavaBridge.handleMessage(JWebCoreJavaBridge.java:108)
08-06 11:24:19.030: W/System.err(22140):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
08-06 11:24:19.030: W/System.err(22140):        at 
android.os.Looper.loop(Looper.java:137)
08-06 11:24:19.030: W/System.err(22140):        at 
android.webkit.WebViewCore$WebCoreThread.run(WebViewCore.java:1066)
08-06 11:24:19.030: W/System.err(22140):        at 
java.lang.Thread.run(Thread.java:856)
08-06 11:24:19.030: I/System.out(22140): Error adding plugin .
08-06 11:24:19.030: D/PluginManager(22140): exec() call to unknown plugin: 
Globalization

                
> Globalization is not working in PhoneGap 3.0
> --------------------------------------------
>
>                 Key: CB-4474
>                 URL: https://issues.apache.org/jira/browse/CB-4474
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Globalization
>    Affects Versions: 3.0.0
>         Environment: Android and iOS.
>            Reporter: Raymond Camden
>            Assignee: Steve Gill
>
> Discussed on this Google Groups thread, 
> https://groups.google.com/forum/#!topic/phonegap/5YmjhUcuuR8%5B1-25-false%5D, 
> Globalization is failing in 3.0. In iOS, the success/error handler never 
> fires. If you open XCode and run from there, you see:
> 2013-07-29 13:21:55.113 HelloWorld[21542:c07] ERROR: Method 
> 'getPreferredLanguage:' not defined in Plugin 'Globalization'
> 2013-07-29 13:21:55.113 HelloWorld[21542:c07] -[CDVCommandQueue 
> executePending] [Line 116] FAILED pluginJSON = [
>   "Globalization1890587700",
>   "Globalization",
>   "getPreferredLanguage",
>   [
>   ]
> ]
> In Android, the error handler fires with: Class not found

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to