-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 2
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 26
Stepping: 5
CPU MHz: 2933.436
BogoMIPS: 5866.87
Hypervisor vendor: VMware
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0,1
Red Hat Enterprise Linux Server release 6.5 (Santiago) Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 26 Stepping: 5 CPU MHz: 2933.436 BogoMIPS: 5866.87 Hypervisor vendor: VMware Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 8192K NUMA node0 CPU(s): 0,1
After installing jenkins without receiving any error messages, then starting jenkins from the command line, no log file is created and jenkins is not listening on the assigned port. There is no error in any server log.
Steps to repeat
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo
rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key
yum install jenkins
Changed the 2 below ports after confirming they were free.
vi /etc/sysconfig/jenkins
JENKINS_AJP_PORT="8007"
JENKINS_AJP_PORT="-1"
service jenkins start - server responded with, "OK"
service jenkins status - server responded with, "jenkins dead but pid file exists"
During installation /var/log/jenkins directory was created with owner and group of jenkins. No log file created.
Created from yum install
/var/log/jenkins
/var/run/jenkins.pid
/var/lib/jenkins
/usr/lib/jenkins
/usr/lib/jenkins/jenkins.war
/usr/sbin/rcjenkins
/var/cache/jenkins
/etc/logrotate.d/jenkins
/etc/rc.d/init.d/jenkins
/etc/sysconfig/jenkins
vi /etc/passwd - shows the below line
jenkins:x:496:494:Jenkins Continuous Build server:/var/lib/jenkins:/bin/false
java -version
java version "1.6.0_30"
Also tried using java version 1.7 but experienced the same results.