NSSAC / CINES

CINES project repository
Other
1 stars 0 forks source link

plot code to generate a graph is failing (this is the visualization #342

Closed cckuhlman closed 1 year ago

cckuhlman commented 1 year ago

Trying to plot (visualize) an 8-node graph. Job inputs on form appear to be fine. Submit button works and job is submitted. But it fails.

There seems to be something amiss with the argument list, for the software invocation on the back end.

I cannot tell whether the color argument has no value, or too many, or what.

The job and the error message (from std err) are attached.

Screen Shot 2023-05-03 at 11 41 25 AM Screen Shot 2023-05-03 at 11 40 56 AM
dmachi commented 1 year ago

This is actually an error in the definition for this job that was exposed by a recent update. Previously the system was ignoring the "binds" defined for a container (in config.json). It is now actively using that information. However, in this case, the job definition didn't have a bind defined for the "/job". I have patched the service so that if there is no job bind found, it will automatically add one. I re-ran this job in my account and it works. Can you please re-run this and any others that you had fail?

cckuhlman commented 1 year ago

I will do now. chris


From: Dustin Machi @.> Sent: Wednesday, May 3, 2023 12:02 PM To: NSSAC/CINES @.> Cc: kuhlman, chris (cjk8gx) @.>; Author @.> Subject: Re: [NSSAC/CINES] plot code to generate a graph is failing (this is the visualization (Issue #342)

This is actually an error in the definition for this job that was exposed by a recent update. Previously the system was ignoring the "binds" defined for a container (in config.json). It is now actively using that information. However, in this case, the job definition didn't have a bind defined for the "/job". I have patched the service so that if there is no job bind found, it will automatically add one. I re-ran this job in my account and it works. Can you please re-run this and any others that you had fail?

— Reply to this email directly, view it on GitHubhttps://github.com/NSSAC/CINES/issues/342#issuecomment-1533308517, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK5FXJG3YTPT2HQPCL47FUDXEJ6SRANCNFSM6AAAAAAXUTG5IM. You are receiving this because you authored the thread.Message ID: @.***>

cckuhlman commented 1 year ago

All is working. Great. Thanks.

Will send a google drive link to you soon.

chris


From: kuhlman, chris (cjk8gx) @.> Sent: Wednesday, May 3, 2023 12:47 PM To: NSSAC/CINES @.>; NSSAC/CINES @.> Cc: Author @.> Subject: Re: [NSSAC/CINES] plot code to generate a graph is failing (this is the visualization (Issue #342)

I will do now. chris


From: Dustin Machi @.> Sent: Wednesday, May 3, 2023 12:02 PM To: NSSAC/CINES @.> Cc: kuhlman, chris (cjk8gx) @.>; Author @.> Subject: Re: [NSSAC/CINES] plot code to generate a graph is failing (this is the visualization (Issue #342)

This is actually an error in the definition for this job that was exposed by a recent update. Previously the system was ignoring the "binds" defined for a container (in config.json). It is now actively using that information. However, in this case, the job definition didn't have a bind defined for the "/job". I have patched the service so that if there is no job bind found, it will automatically add one. I re-ran this job in my account and it works. Can you please re-run this and any others that you had fail?

— Reply to this email directly, view it on GitHubhttps://github.com/NSSAC/CINES/issues/342#issuecomment-1533308517, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK5FXJG3YTPT2HQPCL47FUDXEJ6SRANCNFSM6AAAAAAXUTG5IM. You are receiving this because you authored the thread.Message ID: @.***>