Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Feb 16, 2016 · 12 comments
Open

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

GoogleCodeExporter opened this issue Feb 16, 2016 · 12 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

@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
Copy link
Author

@haibi: How do I find my app ID?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant