-
Dear all, I've just updated to DIRAC 8.0.5 and I'm trying to use AREX CE, but I get some errors:
It seems that it assumes the queue name being:
while for the queue name we simply have "normal": So I simply fixed (I hope it's fine) with:
Then, I have another issue with AREX, I get:
and pilots get 'scheduled' forever. Then, I also reverted back to the use of ARC6 (that I was successfully using some times ago with version 7.3) but in this case I get:
Again, it might be an issue on the site side, but do you have any idea of the possible problem? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi,
Indeed, the queue name is
Interesting, I never saw this message at this level.
The issue with this particular CE and |
Beta Was this translation helpful? Give feedback.
-
Thank you for the clarifications. ComputingInfoEndpoint = org.nordugrid.rest Any other suggestion? Thank you, |
Beta Was this translation helpful? Give feedback.
-
It seems to work fine thank you ! |
Beta Was this translation helpful? Give feedback.
-
Also related to But it would not be enough because I introduced a few bugs while fixing it: https://github.com/DIRACGrid/DIRAC/pull/6615/files To sum up, I suggest you to wait for |
Beta Was this translation helpful? Give feedback.
Also related to
AREX
, there were a lot of changes betweenv8.0.5
andv8.0.6
and we fixed a major issue.If you would want to give a try to the
AREX
CE, I would suggest you to use the one fromv8.0.6
: https://github.com/DIRACGrid/DIRAC/blob/v8.0.6/src/DIRAC/Resources/Computing/AREXComputingElement.pyBut it would not be enough because I introduced a few bugs while fixing it: https://github.com/DIRACGrid/DIRAC/pull/6615/files
To sum up, I suggest you to wait for
v8.0.7
to try theAREX
CE.