Jenkins 1.625.1 and JRE7 requirement on Debian Installer

35 views
Skip to first unread message

Pierre Fourès

unread,
Oct 20, 2015, 7:11:18 AM10/20/15
to Jenkins Developers
Hi,

I’ve just installed a new instance of Jenkins and got it silently not starting (however error messages was in the jenkins logs).

The container was set up with JDK6 (thus making Jenkins unable to start due to its new requirements). But as you can see, the command line didn’t report any problem :

root@jenkins:~# service jenkins restart

[ ok ] Restarting Jenkins Continuous Integration Server: jenkins.



In order to prevent this silent failure, maybe the maintainers of the Debian Installer could update the requirement of the .deb to force the jenkins installation to depend on an installed version of the JRE/JDK >= 7, and thus not let jenkins install itself on a system running previous versions of the JRE/JDK. 

One nice improvement could also be to instruct the debian service script to report jenkins starting failures accordingly.

For information, here’s my script to install the jenkins server inside the container :

apt-get update
apt-get install openjdk-6-jdk

wget -q -O - http://pkg.jenkins-ci.org/debian-stable/jenkins-ci.org.key | apt-key add -
echo "deb http://pkg.jenkins-ci.org/debian-stable binary/" >> /etc/apt/sources.list

apt-get update
apt-get install jenkins


Best Regards,
Pierre.

Daniel Beck

unread,
Oct 20, 2015, 8:08:14 AM10/20/15
to jenkin...@googlegroups.com
Please file an issue against the 'packaging' component.

https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue
> --
> You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/678e749e-7123-4c89-a882-1d65f228b6b6%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Pierre Fourès

unread,
Oct 20, 2015, 9:50:50 AM10/20/15
to Jenkins Developers, m...@beckweb.net
Hi again,

Issue created : https://issues.jenkins-ci.org/browse/JENKINS-31064

Best Regards,
Pierre.
Reply all
Reply to author
Forward
0 new messages