[appengine-java] Server Problem

2010-03-30 Thread Sowji
Hi, I faced a problem while i was deploying my application in Google app Engine.My problem is that, Unable to update app: Error posting to URL: http://appengine.google.com/api/appversion/create?app_id=lakshmisowjanyanakkala&version=1 & 409 Conflict Another transaction by user sowji.apr10 is alread

[appengine-java] Cron is not working

2010-02-25 Thread Sowji
Hi to all, Crons in google app engine is not working for me. could you please help me. cron.xml - /*emailing* repeated every one hour every 1 hours * my application have the servlet for url emailing My admin console show status as follows Cron Job Schedule/

[appengine-java] Cron jobs in google app engine

2010-02-22 Thread Sowji
Hi, Google App Engine document specefied that, " The dev appserver doesn't automatically run your cron jobs. You can use your local desktop's cron or scheduled tasks interface to hit the URLs of your jobs with curl or a similar tool." Is this means we need any external interfaces to hit our c

[appengine-java] cron jobs

2010-02-18 Thread Sowji
Hi, Please help me in cron jobs,in google app engine. My program main code is as follows. -- import java.io.IOException; import java.io.PrintWriter; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.List; import java.util.Timer;

[appengine-java] My program status

2010-02-17 Thread Sowji
Hi, As you said ,i apply favicon to my program.Now the warnings are cleared.But still,i can not receive any mail or errors. could you please help me,to solve this problem. Thanks, Lakshmi. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java

[appengine-java] sending mail in google app engine in java

2010-02-11 Thread Sowji
Hi, i am trying to send a mail with google app engine wuth java. My code is, Properties props =*new* Properties(); props.put("mail.smtp.host","smtp.gmail.com"); props.put("mail.smtp.username","sowji.apr10"); props.put("mail.smtp.PASSWORD","smtp.gmail.com");