Headless continuous integration with Jenkins

后端 未结 11 927
陌清茗
陌清茗 2020-12-09 04:20

I’m trying to set up Jenkins on a RackSpace ArchLinux Cloud Server, but I’ve been unable to.

Whenever I try to access Jenkins site, I get this error:



        
相关标签:
11条回答
  • 2020-12-09 04:56

    See the wiki page on this topic. Also cf. PR 538.

    0 讨论(0)
  • 2020-12-09 04:59

    Finally found a solution.

    Believe it or not, it was actually just a matter of installing ttf-dejavu font!

    I’m ashamed...

    0 讨论(0)
  • 2020-12-09 05:02

    I had the same problem.
    I'm using MobaXterm as a terminal for my linux account, and for me the solution was in MobaXterm. I had to enable X11 under Settings --> Configurations.

    0 讨论(0)
  • 2020-12-09 05:10

    Installation of java-1.6.0-openjdk resulted in the following dependency's:

    • fontconfig
    • libXfont
    • libfontenc
    • ttmkfdir
    • xorg-x11-font-utils
    • xorg-x11-fonts-Type1

    After the installation of those packages and a restart of jenkis, everything worked as designed.

    0 讨论(0)
  • 2020-12-09 05:10

    For me installing the fonts didn't help at all. For me it actually missed the fontconfig package.

    Details: https://noobient.com/2014/10/01/jenkins-service-unavailable/

    0 讨论(0)
提交回复
热议问题