0

Tried to deploy an standalone jobe server as a backend service, with the CodeRunner plugin in moodle programming assessment.

It is giving the following mapping error.

[question error]1 Jobe Successful [Jobe running successfully]2

request response error message

CloudJake
  • 156
  • 4
  • 22

1 Answers1

0

Since your Jobe sandbox clearly has C on it and you're not getting an error saying the Jobe sandbox is down, the most likely explanation is that the checkbox "Enable Jobe sandbox" is unchecked in the administrator's CodeRunner settings page.

  • Tried to setup new Jobe Server, Getting the above response. Before consuming it to Moodle Account. – Krishna Sankar P Jun 06 '18 at 07:03
  • It's very hard to read the image. But it looks like it's probably a run of *testsubmit.py* and that you're getting an error 'Can't assign requested address' when opening a socket to localhost. This suggests a broken Linux install. What sort of Linux install do you have? You could try changing the Python variable JOBE_SERVER (line 51) from 'localhost' to '127.0.0.1' . If that fixes it your /etc/hosts file is likely broken. What output do you get from the terminal commands #wget localhost and – Richard Lobb Jun 07 '18 at 07:56
  • Timed out on editing ... try the command `ping localhost` and tell me what you get. – Richard Lobb Jun 07 '18 at 08:05