Hi Tristan,

I don't have access to your cluster and code. So I cannot fully reproduce your error. Here are my solutions. Please try it and see how they work for you.

1) JobSupportJobManager class error: it is because you should use $JobManager, not JobManager for the StringConst actor before the JobManager actor in job_manager composite actor.

2) overflowed queue error: I think Dan already told the reason. 'Auto' setting of SDF director means unbounded when it is used inside of a composite actor. You should set it to be "1".

3) I also saw some errors in console when I open your workflows. It complains "logFile" and "logFormat" are not found. I copied the parameters "LogFile" and "LogFormat" in the top level and renamed them to be "logFile" and "logFormat". The errors message are gone.

Best wishes

Sincerely yours

Jianwu Wang, Ph.D.
jia...@sdsc.edu
http://users.sdsc.edu/~jianwu/

Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A.

On 5/22/13 4:50 PM, Mullis, Tristan Lloyd wrote:
To whom it may concern

I've been trying to get this to work for a while, but I have not been able to figure out the two current errors I'm having.

The first is about not being able to find the JobSupportJobManager class. The second is about an overflowed queue. I've been using the Demos/Job/Job_Submission_Using_JobManager.xml as an example and haven't been able to see whats different, or why that works but mine does not.

Any help at all would be much appreciated.

Thanks,
Tristan


_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

Reply via email to