[appengine-java] Re: Task Queue Problems

2010-03-08 Thread rletness
Actually its the "i'm doing something stupid". I forgot that I was using a servlet filter that was intercepting all unauthenticated requests and redirecting to a login page. When the task is executed by app engine, it is not authenticated (not associated with a user), so it was redirected and ret

[appengine-java] Re: Task Queue Problems

2010-03-07 Thread Toby
Hi, maybe it is the Method.GET? I just do like this: Queue queue = QueueFactory.getDefaultQueue(); queue.add(TaskOptions.Builder.url("/tasks/foo")); and make sure you handle post and get requests in the servlet, just in case. Cheers,

Re: [appengine-java] Re: Task Queue problems

2010-01-14 Thread yjun hu
thanks. also u can use GPass+SKYPE(or ssh) replace 2010/1/15 杨浩 > 代理 支持ssl: > proxy.kerkgroep-hopjestad.com 3128 > jwe219.internetdsl.tpnet.pl 3128 > webmail.mwit.ac.th 80 > > 我一般用第一个,他不是很稳定! > > 2010/1/13 yjun hu > >> which proxy are u using now? >> >> 2010/1/12 杨浩 >> >>> 在中国appspot的https无法正

Re: [appengine-java] Re: Task Queue problems

2010-01-14 Thread 杨浩
代理 支持ssl: proxy.kerkgroep-hopjestad.com 3128 jwe219.internetdsl.tpnet.pl 3128 webmail.mwit.ac.th 80 我一般用第一个,他不是很稳定! 2010/1/13 yjun hu > which proxy are u using now? > > 2010/1/12 杨浩 > >> 在中国appspot的https无法正常工作,因为gfw屏蔽了这部分,你寻找一个https代理,然后再测试应该就没有问题了! >> > > > > -- > dream or truth > > -- You

Re: [appengine-java] Re: Task Queue problems

2010-01-12 Thread yjun hu
which proxy are u using now? 2010/1/12 杨浩 > 在中国appspot的https无法正常工作,因为gfw屏蔽了这部分,你寻找一个https代理,然后再测试应该就没有问题了! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > google-appengine-j...@googl

[appengine-java] Re: Task Queue problems

2010-01-12 Thread misterm
Translates to: In China appspot the https does not work, because gfw shielding this section, you find an https proxy, and then testing should be no problem! On 12 Jan., 12:29, 杨浩 wrote: > 在中国appspot的https无法正常工作,因为gfw屏蔽了这部分,你寻找一个https代理,然后再测试应该就没有问题了!-- You received this message because you are s

Re: [appengine-java] Re: Task Queue problems

2010-01-12 Thread 杨浩
在中国appspot的https无法正常工作,因为gfw屏蔽了这部分,你寻找一个https代理,然后再测试应该就没有问题了! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email

[appengine-java] Re: Task Queue problems

2010-01-11 Thread Larry Cable
h'mmm looks like I have a security (mis-configuration) issue... On Jan 11, 2:35 pm, Larry Cable wrote: > anyone seen any problems within the Java Task queue implementation. > > I have a task that works in local development mode, but when uploaded > into GAE the task appears in the > queue and is