Yes, but in order to track that problem down i asked you
to try job submission with a user being different from
the user who runs the container.

We had another similar problem in the meantime on that
list. I don't remember exactly at what point
globus-job-manager-script.pl failed for you.
Please add the following warn statement to globus-job-manager-script.pl:

  ....
  eval "require $manager_class";

  if($@)
  {
      my $error_string = $@;
      warn $error_string;
  ...

and see if you get an error message on the client-side.

Martin

> Sorry my delayed reply. I am on vacation at last week.
>
> From: [EMAIL PROTECTED]
> Date: Mon, 30 Jul 2007 11:05:26 -0500 (CDT)
>
>> For our information: Does the submission work for you
>> if the container user is different from the local user
>> id of the use who submits the job?
>
> The container and submission users are same user.
>
>                       ASOU Masato [EMAIL PROTECTED]
>                  What is Ninf? http://ninf.apgrid.org/
>
>


Reply via email to