[google-appengine] password do not match when deploying to GAE using appcfg.cmd

2015-01-04 Thread Eman Hossny
Hello All,
  when i tried to upload an app to GAE using appcfg.cmd, it gives me the
following error:
com.google.appengine.tools.admin.ClientLoginServerConnection$ClientLoginExceptio
n: Email e.hos...@gmail.com and password do not match.
Unable to update app: Email e.hos...@gmail.com and password do not match.

I can login using the same email and password to
http://appengine.google.com/
however, i can't deploy?

could you plz help me in this?

by the way, I already used appcfg to upload applications from some period
and it succeed. so, i don't know why this happen the current time?


-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

-- 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] how to create java to GAE adapter?

2014-02-04 Thread Eman Hossny

Hello All,
 I hope to create an automatic adapter which converts a java app into 
google App engine app.
I don't imagine how I can read the java project? how I can read the names 
of the packages, classes, then finally, How I can read the code inside the 
class and parse it to convert it into the target language?
plz, can u advice me in this issue?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] is there an open source for Appcfg.cmd

2013-07-01 Thread Eman Hossny
ok, many thanks to all persons who replied to me.

On Sat, Jun 29, 2013 at 6:08 PM, Ludovic Champenois l...@google.com wrote:

  On 6/29/13 7:14 AM, Eman Hossny wrote:

 what is this parameter? is there an equivalent parameter of it in
 appcfg.cmd?

 Passing passwords in flags for command line tools is not secure and should
 not be allowed or implemented.
 People could use process viewers (like ps on linux/macs or windows
 equivalent) to see the details of the process and discover the text of the
 password in clear.
 Security teams always recommend prompts, or getting the value from a file
 which can be secured by the correct permissions (rw for the owner, and not
 visible for anybody else).



 On Sat, Jun 29, 2013 at 4:07 PM, Stefano Ciccarelli sciccare...@gmail.com
  wrote:

 appcfg.sh has a parameter to provide a password via standard input.

 Il giorno sabato 29 giugno 2013, ha scritto:

  Hello All,
   I'm wondering if there is an open source for appcfg.cmd. Actually, I
 hope to add password parameter to its commands, currently it only supports
 adding email.
 --
  You received this message because you are subscribed to the Google
 Groups Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to google-appengine+unsubscr...@googlegroups.com.

 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.





 --
 Nel mondo esistono 10 categorie di persone, quelle che capiscono il
 binario e quelle che non lo capiscono.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/0sxUAs1_HQ8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.






  --
 Eman Hossny,
 Teacher Assistant,
 Computer Science Department,
 Faculty of Computers and Information
 Cairo University, Egypt
 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.







-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] open source for appengine- java-sdk

2013-06-29 Thread Eman Hossny
Ok, many thanks for ur help

On Fri, Jun 28, 2013 at 4:40 PM, Jeff Schnitzer j...@infohazard.org wrote:

 https://code.google.com/p/googleappengine/source/checkout

 It's the API portion. The implementation of the dev appserver is not
 public. But Java decompiles easily, so have at it.

 Jeff


 On Fri, Jun 28, 2013 at 4:04 AM, e.hos...@fci-cu.edu.eg wrote:

 Hello All,
   is there is an opensource for appengine-java-sdk? if yes, can u provide
 me with its link. Actually, I searched with no luck

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.

 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/NCz1Pdsn8BQ/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] is there an open source for Appcfg.cmd

2013-06-29 Thread Eman Hossny
what is this parameter? is there an equivalent parameter of it in
appcfg.cmd?

On Sat, Jun 29, 2013 at 4:07 PM, Stefano Ciccarelli
sciccare...@gmail.comwrote:

 appcfg.sh has a parameter to provide a password via standard input.

 Il giorno sabato 29 giugno 2013, ha scritto:

 Hello All,
   I'm wondering if there is an open source for appcfg.cmd. Actually, I
 hope to add password parameter to its commands, currently it only supports
 adding email.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.

 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.





 --
 Nel mondo esistono 10 categorie di persone, quelle che capiscono il
 binario e quelle che non lo capiscono.

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/0sxUAs1_HQ8/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] can I deploy any war file to GAE

2013-06-04 Thread Eman Hossny
many thanks for ur reply.
I understood from ur reply that it is possible to deploy war file to GAE
through using CLI.-- is what true? if yes, I hope to create an application
that can be used to deploy any war file to GAE. so I asked if there exists
any library which i can use in my app to deploy war file to GAE??

On Sat, Jun 1, 2013 at 5:23 PM, Ludovic Champenois l...@google.com wrote:

 On 5/31/13 6:27 PM, e.hos...@fci-cu.edu.eg wrote:

 Hello All,
If I have a dynamic web project which is finally represented as a war
 file. Can I deploy this war file to GAE? or should I refactor my project
 again to be implemented as a new Web application using Google button in the
 Eclipse toolbar?


 Eclipse Dynamic Web Project support is coming. Meanwhile you'll have to
 'export as a war' this project and use the regular app engine cli tooling
 to do the remote deployment.
 Ludo

  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to 
 google-appengine+unsubscribe@**googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .

 To post to this group, send email to 
 google-appengine@googlegroups.**comgoogle-appengine@googlegroups.com
 .
 Visit this group at http://groups.google.com/**
 group/google-appengine?hl=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .



 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit https://groups.google.com/d/**
 topic/google-appengine/**c5M4xvgNc5o/unsubscribe?hl=enhttps://groups.google.com/d/topic/google-appengine/c5M4xvgNc5o/unsubscribe?hl=en
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscribe@**googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 To post to this group, send email to 
 google-appengine@googlegroups.**comgoogle-appengine@googlegroups.com
 .
 Visit this group at http://groups.google.com/**
 group/google-appengine?hl=enhttp://groups.google.com/group/google-appengine?hl=en
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .





-- 
Eman Hossny,
Teacher Assistant,
Computer Science Department,
Faculty of Computers and Information
Cairo University, Egypt

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.