trampgeek / jobe

jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
108 stars 78 forks source link

Jobe Server Runs aren't working #67

Open virtusavivek opened 9 months ago

virtusavivek commented 9 months ago

Hi Team,

When we access this below URL getting some errors. we are using the latest image which you published 2 months ago.

https://xxxxxxxx/jobe/index.php/restapi/languages

image

image

Kindly take a look at this issue.

Thanks

trampgeek commented 9 months ago

The image works fine for me and several colleagues on vanilla Ubuntu Linux 22.04 or later. So I think the environment on which you're running docker is the problem rather than the image itself. Some questions please:

  1. What is your base OS?
  2. Do you have SE Linux enabled?
  3. What else is running on the host (e.g. web servers, gitlab, other containers, ...)?
  4. Have you tried running the image on any other systems?
trampgeek commented 9 months ago

Further to the above - I discovered that the latest jobeinabox gave the same errors as you report when I tried to run it on an old Ubuntu 16.04 server. I upgraded the server to 22.04 and (re)installed docker-ce, and jobeinabox now works fine.