DrQueueIPython icon indicating copy to clipboard operation
DrQueueIPython copied to clipboard

submit job...

Open jedie opened this issue 10 years ago • 2 comments

I try to submit a network job from windows... I have to set the environent variable DRQUEUE_MONGODB... I used the IP from the server and get a connection fail:

pymongo.errors.ConnectionFailure: [Errno 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte

I think this is normal. Because not username/password will be used?!?

EDIT: i see that also no username/password used by master... Hm...

jedie avatar Aug 04 '15 13:08 jedie

With https://github.com/jedie/DrQueueHelperFiles/commit/87b23d3768a654ef6280dc905ff3b90d0761b5a1 i started a python tkinter GUI app....

submit doesn't work currently, i don't know why. Output:

Call drqueue with:
-------------------------------------------------------------------------------
['drqueue', '-v', '--no-ssh', 'job add', '--name=test', '--startframe=1', '--endframe=100', '--blocksize=1', '--renderer=3dsmax', '--scenefile=/home/jens/DrQueue_env/test.max']
-------------------------------------------------------------------------------
drqueue -v --no-ssh job add --name=test --startframe=1 --endframe=100 --blocksize=1 --renderer=3dsmax --scenefile=/home/jens/DrQueue_env/test.max
-------------------------------------------------------------------------------
Error calling drqueue cli:
----------------------------------
usage: drqueue [-h] [-v] [--no-ssh]
               {job,task,computer,security,master,slave} ...
drqueue: error: too few arguments
----------------------------------

Any idea?

btw. if you will to include tkinter stuff in DrQueueIPython, i will create a pull request...

jedie avatar Aug 04 '15 16:08 jedie

Your command works on my system without that 'too few arguments' error. This is my shell environment:

DRQUEUE_MASTER=127.0.0.1
DRQUEUE_ROOT=/usr/local/drqueue
DRQUEUE_MONGODB=127.0.0.1

kaazoo avatar Aug 16 '15 19:08 kaazoo