You are referring to org.me.sfBackendClient.SpinnerDemo which does not exist.

On Tue, Apr 12, 2011 at 8:21 AM, Atif Musaddaq <atif.musad...@gmail.com> wrote:
> Hi, All
>
> I have some FATAL EXCEPTION which i could not figure it out. Can any one
> help me. here is the log cat. will be very thankful to you.
>
>
>
>
> 04-12 12:05:17.069: DEBUG/AndroidRuntime(296): >>>>>>>>>>>>>> AndroidRuntime
> START <<<<<<<<<<<<<<
> 04-12 12:05:17.079: DEBUG/AndroidRuntime(296): CheckJNI is ON
> 04-12 12:05:17.459: DEBUG/AndroidRuntime(296): --- registering native
> functions ---
> 04-12 12:05:18.559: DEBUG/AndroidRuntime(296): Shutting down VM
> 04-12 12:05:18.569: DEBUG/dalvikvm(296): Debugger has detached; object
> registry had 1 entries
> 04-12 12:05:18.599: INFO/AndroidRuntime(296): NOTE: attach of thread 'Binder
> Thread #3' failed
> 04-12 12:05:19.269: DEBUG/AndroidRuntime(306): >>>>>>>>>>>>>> AndroidRuntime
> START <<<<<<<<<<<<<<
> 04-12 12:05:19.269: DEBUG/AndroidRuntime(306): CheckJNI is ON
> 04-12 12:05:19.519: DEBUG/AndroidRuntime(306): --- registering native
> functions ---
> 04-12 12:05:20.579: INFO/ActivityManager(58): Starting activity: Intent {
> act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
> flg=0x10000000 cmp=com.SpinnerDemo/org.me.sfBackendClient.SpinnerDemo }
> 04-12 12:05:20.659: DEBUG/AndroidRuntime(306): Shutting down VM
> 04-12 12:05:20.669: DEBUG/dalvikvm(306): Debugger has detached; object
> registry had 1 entries
> 04-12 12:05:20.709: INFO/AndroidRuntime(306): NOTE: attach of thread 'Binder
> Thread #3' failed
> 04-12 12:05:20.749: INFO/ActivityManager(58): Start proc com.SpinnerDemo for
> activity com.SpinnerDemo/org.me.sfBackendClient.SpinnerDemo: pid=312
> uid=10048 gids={3003, 1015}
> 04-12 12:05:21.639: DEBUG/AndroidRuntime(312): Shutting down VM
> 04-12 12:05:21.639: WARN/dalvikvm(312): threadid=1: thread exiting with
> uncaught exception (group=0x4001d800)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312): FATAL EXCEPTION: main
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312): java.lang.RuntimeException:
> Unable to instantiate activity
> ComponentInfo{com.SpinnerDemo/org.me.sfBackendClient.SpinnerDemo}:
> java.lang.ClassNotFoundException: org.me.sfBackendClient.SpinnerDemo in
> loader dalvik.system.PathClassLoader[/data/app/com.SpinnerDemo-2.apk]
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2585)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.ActivityThread.access$2300(ActivityThread.java:125)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.os.Handler.dispatchMessage(Handler.java:99)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.os.Looper.loop(Looper.java:123)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.ActivityThread.main(ActivityThread.java:4627)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> java.lang.reflect.Method.invoke(Method.java:521)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> dalvik.system.NativeStart.main(Native Method)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312): Caused by:
> java.lang.ClassNotFoundException: org.me.sfBackendClient.SpinnerDemo in
> loader dalvik.system.PathClassLoader[/data/app/com.SpinnerDemo-2.apk]
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> dalvik.system.PathClassLoader.findClass(PathClassLoader.java:243)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:573)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> java.lang.ClassLoader.loadClass(ClassLoader.java:532)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.Instrumentation.newActivity(Instrumentation.java:1021)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
> 04-12 12:05:21.669: ERROR/AndroidRuntime(312):     ... 11 more
> 04-12 12:05:21.689: WARN/ActivityManager(58):   Force finishing activity
> com.SpinnerDemo/org.me.sfBackendClient.SpinnerDemo
> 04-12 12:05:22.212: WARN/ActivityManager(58): Activity pause timeout for
> HistoryRecord{440603a8 com.SpinnerDemo/org.me.sfBackendClient.SpinnerDemo}
> 04-12 12:05:32.754: WARN/ActivityManager(58): Activity destroy timeout for
> HistoryRecord{440603a8 com.SpinnerDemo/org.me.sfBackendClient.SpinnerDemo}
> 04-12 12:06:57.368: DEBUG/SntpClient(58): request time failed:
> java.net.SocketException: Address family not supported by protocol
> 04-12 12:07:00.248: DEBUG/dalvikvm(58): GC_FOR_MALLOC freed 10659 objects /
> 550192 bytes in 162ms
> 04-12 12:10:21.770: INFO/Process(312): Sending signal. PID: 312 SIG: 9
> 04-12 12:10:21.818: INFO/ActivityManager(58): Process com.SpinnerDemo (pid
> 312) has died.
> 04-12 12:11:57.369: DEBUG/SntpClient(58): request time failed:
> java.net.SocketException: Address family not supported by protocol
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version
1.9.2 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to