nadirizr / iamnotok

Automatically exported from code.google.com/p/iamnotok
0 stars 1 forks source link

java.lang.NoClassDefFoundError: com.google.iamnotok.GMailSender when sending mail #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add contact
2. Select email notification
3. Click SOS and wait until the notification is send

The application stopps instead of sending the mail.

Here is the log:
12-01 17:29:03.979: I/ImNotOk - EmergencyNotificationService(16837): Service 
received action: activateEmergency
12-01 17:29:04.003: I/ImNotOk - EmergencyNotificationService(16837): Changing 
state from: WAITING_STATE to EMERGENCY_STATE
12-01 17:29:04.026: D/ImNotOk - EmergencyNotificationService(16837): Invoking 
emergency response
12-01 17:29:04.042: I/ImNotOk - EmergencyNotificationService(16837): Service 
received action: sendEmergency
12-01 17:29:04.058: D/IAMNOTOK - emailer(16837): Sending email to: 
[nirsof@gmail.com]
12-01 17:29:04.089: D/IAMNOTOK - emailer(16837): Getting location
12-01 17:29:04.089: D/AndroidRuntime(16837): Shutting down VM
12-01 17:29:04.089: W/dalvikvm(16837): threadid=1: thread exiting with uncaught 
exception (group=0x41641930)
12-01 17:29:04.089: E/AndroidRuntime(16837): FATAL EXCEPTION: main
12-01 17:29:04.089: E/AndroidRuntime(16837): java.lang.NoClassDefFoundError: 
com.google.iamnotok.GMailSender
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
com.google.iamnotok.EmailNotificationSender.sendEmailMessage(EmailNotificationSe
nder.java:67)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
com.google.iamnotok.EmailNotificationSender.sendNotifications(EmailNotificationS
ender.java:30)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
com.google.iamnotok.EmergencyNotificationService.sendEmergencyMessages(Emergency
NotificationService.java:245)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
com.google.iamnotok.EmergencyNotificationService.onStartCommand(EmergencyNotific
ationService.java:206)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2656)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
android.app.ActivityThread.access$1900(ActivityThread.java:141)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1331)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
android.os.Handler.dispatchMessage(Handler.java:99)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
android.os.Looper.loop(Looper.java:137)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
android.app.ActivityThread.main(ActivityThread.java:5039)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
java.lang.reflect.Method.invokeNative(Native Method)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
java.lang.reflect.Method.invoke(Method.java:511)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
12-01 17:29:04.089: E/AndroidRuntime(16837):    at 
dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by nir...@gmail.com on 1 Dec 2012 at 3:37

GoogleCodeExporter commented 9 years ago
Tested with version 174.

Original comment by nir...@gmail.com on 1 Dec 2012 at 3:38

GoogleCodeExporter commented 9 years ago
Exception was fixed.

Original comment by nir...@gmail.com on 1 Dec 2012 at 5:01