Post a reply

Write your message and submit

Options

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

better@camstar.com
2012-05-18 20:05:59

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.

phobucket
2012-05-17 03:28:17

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

pedro
2012-05-16 04:09:04

Hi

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

Regards,
Pedro

Barry E.
2012-05-15 13:11:45

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.

Board footer

Powered by FluxBB