• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » TAC Job Conductor job hung at "Generating"

#1 2012-05-15 13:11:45

Barry E.
Guest

TAC Job Conductor job hung at "Generating"

Tags: [bug]

Using TAC (Big Data Edition), I have a job that needs to be deployed to many Job Servers in a cluster. The first few generate, deploy and run just fine, but then a job will get stuck in the Generating step and never complete. Even after stopping/restarting TAC (on linux), stopping/restarting the job servers, it's still stuck.

In the CommandLine view of TAC, the step that is in the running phase is ExportJobCommand.

Even if I kill this job and create a duplicate, the duplicate becomes hung as well.

#2 2012-05-16 04:09:04

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: TAC Job Conductor job hung at "Generating"

Hi

Just delete the directory <TIS Installation dir>\commandline-workspace.
And try to generate it again.

Regards,
Pedro


Only Paranoid Survive.

Offline

#3 2012-05-17 03:28:17

phobucket
Member
Company: Knoetry
Registered: 2010-07-27
Posts: 146
Website

Re: TAC Job Conductor job hung at "Generating"

Hi Barry, 

I had a similar problem about a year ago.  The jobs had many context variables and they exceeded the length of the db field in the H2 database running TAC.

http://www.talendforge.org/bugs/view.php?id=17860

I ran these alter table statements:

alter table "executiontaskjobprm" alter column "label" VARCHAR(510);
alter table "executiontaskjobprm" alter column "originalvalue" CLOB(4147483647);
alter table "executiontaskjobprm" alter column "defaultvalue"  CLOB(4147483647);
alter table "taskexecutionhistory" alter column "contextvalues"  CLOB(4147483647);

You might not have the same problem I had, but it certainly sounds like similar symptoms.

Thanks,
Ben

Offline

#4 2012-05-18 20:05:59

better@camstar.com
New member
Company: Camstar Systems, Inc.
Registered: 2012-05-15
Posts: 7

Re: TAC Job Conductor job hung at "Generating"

Thanks, Pedro. That cleared out the Command Line records from TAC, and reset the job to Ready to Generate, but it still gets stuck when I try to regenerate. It hangs at the ExportJobCommand step.

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » TAC Job Conductor job hung at "Generating"

Board footer

Powered by FluxBB