liangcm / cloud-tasks-io

Automatically exported from code.google.com/p/cloud-tasks-io
0 stars 0 forks source link

Failure: User <an e-mail> not registered #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I create a App Engine Connected to Android Project with Eclipse plugin.
2. I debug as local App Engine Connected to Android Application.
3. I test some features according to the google document described here :
http://code.google.com/intl/fr-FR/eclipse/docs/appeng_android_run_debug.html#run
_android
But I have some problem with this section :
http://code.google.com/intl/fr-FR/eclipse/docs/appeng_android_run_debug.html#pin
g

What is the expected output? What do you see instead?
I expect see the message displayed on my Android application run on emulator, 
but I have as error returned on GWT client :
Failure: User <an e-mail> not registered

Would you please help me to understand what is the problem and explain how to 
solve it ?
Best regards 
Franck
What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by franck.s...@gmail.com on 13 Oct 2011 at 10:03

GoogleCodeExporter commented 9 years ago
I have a similar problem as Franck, but I have it at the android app end. 

I use Windows7, I downloaded the GPE 2.4.2 and GWT 2.4.0. I created a new "App 
Engine Connected Android Project". But when I run it on a virtual machine 
(which runs Android2.2), I always get the error "C2DM example: failed to 
register/unregister". Can you give me some insights on this? Do I have to 
change anything after I created the project? 

BTW. I have signed up for the C2DM service and have received the confirmation 
email. 

Original comment by dyhuan...@gmail.com on 27 Nov 2011 at 4:06

GoogleCodeExporter commented 9 years ago
try to put at the end of the url: /yourProjectName.html
for example: http://________.appspot.com/CloudTasks.html

Original comment by itay.bit...@gmail.com on 27 Dec 2011 at 10:53

GoogleCodeExporter commented 9 years ago
Frustrating,

AVD running on 2.2
Compiled and running jre6, server side

Failure: User <My C2DM registered email> not registered

Thx for your help

Original comment by Sebast...@guide2com.fr on 11 Jan 2012 at 5:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same goes with:
- Android 2.3.3 / Google APIs 10
- Android 4.0.3 / Google APIs 15

Windows 7 64, Eclipse 64, jre6 64

Original comment by char...@guide2com.fr on 11 Jan 2012 at 5:08

GoogleCodeExporter commented 9 years ago
Same here: Failed to register/unregister

Mac OS Lion, Android version 2.3, Eclipse 3.7, GTD 2.5

Original comment by yxcc...@gmail.com on 7 Feb 2012 at 5:54

GoogleCodeExporter commented 9 years ago
You should wait 48 hours and try again and don't use a jre greater than 6 !

Original comment by Sebast...@guide2com.fr on 7 Feb 2012 at 6:22

GoogleCodeExporter commented 9 years ago
I found the problem:
I have to debug as "Local App engine connected Android application", not 
"Android application"

Original comment by yxcc...@gmail.com on 7 Feb 2012 at 9:00

GoogleCodeExporter commented 9 years ago
I had the same problem, but this post[1] describes very good all the steps you 
need to do to fix it.

Linux 11.04, Android version 2.2 Google api 8.

[1]http://code.google.com/p/google-plugin-for-eclipse/issues/detail?id=46

Original comment by ion.moro...@gmail.com on 27 Feb 2012 at 5:29

GoogleCodeExporter commented 9 years ago
For me it works by adding to Util.java 's method getDebugUrl(Context context) 
"replace" the existing return statement with this line

return new String ("http://10.0.2.2:8888"); 

OS: ubuntu 11.04

Original comment by vettu...@gmail.com on 3 Mar 2012 at 7:05

GoogleCodeExporter commented 9 years ago
@Franck: If you create the project from sample source, then you need to specify 
your app ID. Open Android project, browse to [your-package].Setup.java, change 
this:

private static final String APP_NAME

to your app ID. Hope it works  :-)

Original comment by haibi...@gmail.com on 5 Apr 2012 at 12:58

GoogleCodeExporter commented 9 years ago
@haibi: How do I find my app ID?

Original comment by hickeyad...@gmail.com on 2 Jun 2012 at 6:48