I am getting an error report occasionally from users with this stack
trace...

java.lang.RuntimeException: An error occured while executing
doInBackground()
        at android.os.AsyncTask$3.done(AsyncTask.java:200)
        at java.util.concurrent.FutureTask
$Sync.innerSetException(FutureTask.java:273)
        at java.util.concurrent.FutureTask.setException(FutureTask.java:124)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
        at java.util.concurrent.FutureTask.run(FutureTask.java:137)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1068)
        at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:561)
        at java.lang.Thread.run(Thread.java:1096)
Caused by: java.util.MissingResourceException: Can\'t find resource
for bundle org.æ ®ç‘´æ…²æ­£æ…¤æ˜®æ¥¬æ¡§ç‘¡æ…²æ­£æ˜¯æ±´ç ¥æ˜¯æ
¥¬uni.internal.locale.Locale, key en_US
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:245)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:154)
        at java.util.Locale$1.run(Locale.java:792)
        at java.util.Locale$1.run(Locale.java:791)
        at
java.security.AccessController.doPrivilegedImpl(AccessController.java:
264)
        at java.security.AccessController.doPrivileged(AccessController.java:
84)
        at java.util.Locale.getBundle(Locale.java:790)
        at java.util.Calendar.<init>(Calendar.java:694)
        at java.util.GregorianCalendar.<init>(GregorianCalendar.java:338)
        at java.util.GregorianCalendar.<init>(GregorianCalendar.java:239)
        at com.mycompany.myapp.MyClass.myMethod(MyClass.java:408)

The thing is, this is crashing on a very simple line of code:

Calendar cal = Calendar.getInstance();

There are multiple places where this crash occurs, all with the same
exact code.  Also, the resource bundle not found differs; I've also
gotten these two:

Caused by: java.util.MissingResourceException: Can\'t find resource
for bundle org.æœ²æ¹Ÿæ¹¯æ¥Ÿç ´ç‰¥æ ¡æ¥´0\0\\\01\0ìŽ
° uni.internal.locale.Locale, key en_US

Caused by: java.util.MissingResourceException: Can\'t find resource
for bundle org.apache.harmony.luni.internal崀䘮 \0\0\0ï„ ê¿ Locale,
key en_US

Any ideas?

-Daniel

-- 
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