[appengine-java] Re: A MapReduce job isn't going anywhere

2011-01-19 Thread burnayev
Solved.

Rebuilt the appengine-mapper.jar from the latest code and removed


CONFIDENTIAL


for the mapped URL from web.xml.

Kind regards,
Borys Burnayev
actioncomplete.com
GTD for Android and Web

On Jan 17, 11:35 pm, burnayev  wrote:
> Update:
>
> In fact there is some interesting info in the log:
>
> 0.1.0.2 - - [17/Jan/2011:20:16:38 -0800] "POST  .../mapperCallback
> HTTP/1.1" 403 234 ".../command/start_job" "AppEngine-Google; (+http://
> code.google.com/appengine)" "appspot.com" ms=6 cpu_ms=23
> api_cpu_ms=0 cpm_usd=0.000728 queue_name=default task_name=worker-
> attempt-1295324073192-0001-m-03-1--0
>
> 0.1.0.2 - - [17/Jan/2011:20:16:40 -0800] "POST .../controllerCallback
> HTTP/1.1" 403 234 ".../command/start_job" "AppEngine-Google; (+http://
> code.google.com/appengine)" "appspot.com" ms=8 cpu_ms=23
> api_cpu_ms=0 cpm_usd=0.000723 queue_name=default task_name=controller-
> job-1295324073192-0001--0
>
> It seems like I'm getting 403 errors.
>
> Any clues why? Can it be related to the AppEngine 1.4 upgrade?
>
> Kind regards,
> Borys Burnayev
> actioncomplete.com
> GTD for Android and Web
>
> On Jan 17, 11:41 am, burnayev  wrote:
>
> > I've got a few MapReduce jobs based on the AppEngine implementation
> > that used to run just fine. Today I figured that one of the jobs is
> > not good anymore. Namely it sort of hangs every time I run it. The
> > MapReduce Overview console shows "0 / 0 shards" all the time and
> > there's no chart in the details screen. The status is "running" and
> > the console is indifferent about my clicking the Abort button. The
> > number of retries for the job in the default task queue keep
> > increasing though. The log, through INFO level, is silent about the
> > MapReduce jobs. Over the past few hours I cleaned up the jobs manually
> > and restarted with the same result.
>
> > I'm on AppEngine for Java.
>
> > Any ideas on what's going on?
>
> > Kind regards,
> > Borys Burnayev
> > actioncomplete.com
> > GTD for Android and Web

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: A MapReduce job isn't going anywhere

2011-01-17 Thread burnayev
Update:

In fact there is some interesting info in the log:

0.1.0.2 - - [17/Jan/2011:20:16:38 -0800] "POST  .../mapperCallback
HTTP/1.1" 403 234 ".../command/start_job" "AppEngine-Google; (+http://
code.google.com/appengine)" "appspot.com" ms=6 cpu_ms=23
api_cpu_ms=0 cpm_usd=0.000728 queue_name=default task_name=worker-
attempt-1295324073192-0001-m-03-1--0

0.1.0.2 - - [17/Jan/2011:20:16:40 -0800] "POST .../controllerCallback
HTTP/1.1" 403 234 ".../command/start_job" "AppEngine-Google; (+http://
code.google.com/appengine)" "appspot.com" ms=8 cpu_ms=23
api_cpu_ms=0 cpm_usd=0.000723 queue_name=default task_name=controller-
job-1295324073192-0001--0

It seems like I'm getting 403 errors.

Any clues why? Can it be related to the AppEngine 1.4 upgrade?

Kind regards,
Borys Burnayev
actioncomplete.com
GTD for Android and Web

On Jan 17, 11:41 am, burnayev  wrote:
> I've got a few MapReduce jobs based on the AppEngine implementation
> that used to run just fine. Today I figured that one of the jobs is
> not good anymore. Namely it sort of hangs every time I run it. The
> MapReduce Overview console shows "0 / 0 shards" all the time and
> there's no chart in the details screen. The status is "running" and
> the console is indifferent about my clicking the Abort button. The
> number of retries for the job in the default task queue keep
> increasing though. The log, through INFO level, is silent about the
> MapReduce jobs. Over the past few hours I cleaned up the jobs manually
> and restarted with the same result.
>
> I'm on AppEngine for Java.
>
> Any ideas on what's going on?
>
> Kind regards,
> Borys Burnayev
> actioncomplete.com
> GTD for Android and Web

-- 
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-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.