coderunner and jobe version

coderunner and jobe version

by Hongchuan Liu -
Number of replies: 2

coderunner  v5 need which version of jobe? v1.6.6 doesn't work. The information returned is 'Jobe server request failed. HTTP response from Jobe was -1'。v4.0.0 is well.

In reply to Hongchuan Liu

Re: coderunner and jobe version

by Richard Lobb -
The jobe server is the same for both versions, so that's not the cause.

A common issue with Moodle 4 (and hence CodeRunner V5) is with the HTTP security settings (under Site administration > General > Security > HTTP security). Try clearing the field to empty and making sure port 80 is available as an outgoing port.

If it does solve the problem, check the default list of blocked IPs to find the one that's causing you issues.

Post back if that doesn't solve the problem. Include information about your jobe server - where it's located and whether it's containerised or not. Note that if it's containerised, the Jobe server name has to be a valid URL name (for example, it can't have underscores in it).

Richard
In reply to Richard Lobb

Re: coderunner and jobe version

by Hongchuan Liu -
The problem has been resolved, which is the issue with security settings. Thank you!