Replies inline ...
On 03.03.2017 12:04, Syed Shadab wrote:
> Hi
>
> I have installed jenkins via java -jar jenkins but its is not getting
> started. But same war is working fine on other server. I have
> highlighted the difference in RED what is the difference between logs
> where it is working and where it is not working.
>
> I am using jdk1.6 and linux Red Hat
Really jdk1.6? Jenkins requires >= 1.7
>
> In log no error is coming, below are the logs of the server where
> jenkins is not working:-
[...]
Well, maybe you overlooked this:
[...]
> INFO: JNLP slave agent listener started on TCP port 59866
> Mar 3, 2017 3:27:21 PM hudson.WebAppMain$3 run
> INFO: Jenkins is fully up and running
> ./start.sh: line 3: 22682 Killed java -jar
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This looks suspiciously like Linux-OOM-Killer has killed your java
process. So maybe your machine has not enough memory.
-Fritz