docker-sge icon indicating copy to clipboard operation
docker-sge copied to clipboard

sgeadmin's job is not allowed to run in any queue

Open stevekm opened this issue 7 years ago • 2 comments

Having trouble getting jobs to run inside the container. I tried using the sgeadmin account as described in the README, but it is not working.

Downloaded & ran the container from Docker hub:

$ docker pull gawbul/docker-sge
$ docker run -it --rm gawbul/docker-sge login -f sgeadmin

Inside the container:


sgeadmin@c61cc2576e48:~$ echo "echo Running test from $HOSTNAME" | qsub
Unable to run job: warning: sgeadmin's job is not allowed to run in any queue
Your job 1 ("STDIN") has been submitted
Exiting.
sgeadmin@c61cc2576e48:~$ qstat
job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID
-----------------------------------------------------------------------------------------------------------------
      1 0.00000 STDIN      sgeadmin     qw    12/07/2017 00:58:19                                    1

The job appears to wait in the qstat queue indefinitely.

stevekm avatar Dec 07 '17 00:12 stevekm

any solution?i got the same problem

zhuying412 avatar Oct 08 '18 04:10 zhuying412

same issue here

AAlhendi1707 avatar Oct 10 '22 12:10 AAlhendi1707