[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=lakshmisowjanyanakkalaversion=1 409 Conflict Another transaction by user sowji.apr10 is already

[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 - ?xml version=*1.0* encoding=*UTF-8*? cronentries cron url/*emailing*/url descriptionrepeated every one hour/description scheduleevery 1 hours/schedule /cron /cronentries

[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);