[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor-G error



thanks, that was part of the problem. 
My next problem is that I get the following output from the queue

-- Submitter: coit-grid02.uncc.edu : < 152.15.98.25:41642> : coit-grid02.uncc.edu
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
 218.0   jfvillal        1/24 13:50   0+00:00:00 I  0   9.8   echo hello
 219.0   jfvillal        1/24 13:50   0+02:13:17 R  0   0.0  gridftp_wrapper.sh

gridftp_wrapper.sh runs for ever and "echo hello" never gets out of I status.

the revised test.con script is:

universe = globus
grid_resource = gt4 https://coit-grid02.uncc.edu:8440/wsrf/service/ManagedJobFactoryService Fork
Executable = /bin/echo
Arguments = hello
Log = simple.log
Output = simple.out
Error = simple.error
Queue

I have tryed "globus" and "grid" universe, which one is the most up to date universe ?

thanks for the help so far. 


On 1/24/07, Gabriel Mateescu <gabriel.mateescu@xxxxxx> wrote:
Hello,

You have misspelled grid_resource.

Gabriel


On Sat, 2007-01-20 at 20:38, Jeremy Villalobos wrote:
> nope, the error keep showin up
>
>
> On 1/20/07, Todd Tannenbaum < tannenba@xxxxxxxxxxx> wrote:
>         Re the below...
>
>         Just a wild guess, but change the line
>            universe = globus
>         to be instead
>            universe = grid
>
>         IIRC, globus universe is deprecated syntax and is hard-wired
>         to be a gt2 job for backwards compatibility.
>
>         Regards
>         Todd
>
>         ---
>         Todd Tannenbaum
>         Dept of Computer Sciences
>         University of Wisconsin-Madison
>         <-- Sent from a Palm Treo 680 -->
>
>         -----Original Message-----
>
>         From:  "Jeremy Villalobos" < jeremyvillalobos@xxxxxxxxx>
>         Subj:  [Condor-users] Condor-G error
>         Date:  Sat Jan 20, 2007 4:20 pm
>         Size:  872 bytes
>         To:  "Condor-Users Mail List" < condor-users@xxxxxxxxxxx>
>
>         Hello:
>         I am trying to submit a job with condor-g to the globus
>         universe with the following script
>
>         universe = globus
>         grid_resoure = gt4
>         https://coit-grid02.uncc.edu:8440/wsrf/services/ManagedJobFactoryService fork
>         Executable = /bin/echo
>         Arguments = hello
>         Log = simple.log
>         Output = simple.out
>         Error = simple.error
>         Queue
>
>         But I am getting the error:
>
>         Submitting job(s)
>         ERROR: No resource identifier was found.
>
>         What does it mean ?
>
>         I have all the globus system configured and working by itself.
>         and condor is configured and working by itself. But the
>         configuration to get both of then to work is given the error
>         above
>
>         Thanks for any help
>
>           --- message truncated ---
>
>         _______________________________________________
>         Condor-users mailing list
>         To unsubscribe, send a message to
>         condor-users-request@xxxxxxxxxxx with a
>         subject: Unsubscribe
>         You can also unsubscribe by visiting
>         https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
>         The archives can be found at either
>         https://lists.cs.wisc.edu/archive/condor-users/
>         http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR
>
>
>
> ______________________________________________________________________
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at either
> https://lists.cs.wisc.edu/archive/condor-users/
> http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR