Note that there are some explanatory texts on larger screens.

plurals
  1. POFail to start jenkins from browser
    text
    copied!<p>I am really new to jenkins. Today i installed and tried to play around. Sure I am missing a key. </p> <p>My environment: java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.4) (rhel-1.49.1.11.4.el6_3-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)</p> <p>tomcat6 </p> <p>CentOS 6.3</p> <p>From the command line, I run the jenkins.war as and the results are as following </p> <h1>java -jar jenkins.war --httpPort=8082 --ajp13Port=-1</h1> <pre><code>Running from: /var/lib/tomcat6/webapps/jenkins.war webroot: $user.home/.jenkins Sep 20, 2012 1:32:55 PM winstone.Logger logInternal INFO: Beginning extraction from war file Jenkins home directory: /home/admin/.jenkins found at: $user.home/.jenkins Sep 20, 2012 1:32:56 PM winstone.Logger logInternal INFO: HTTP Listener started: port=8082 Sep 20, 2012 1:32:56 PM winstone.Logger logInternal INFO: Winstone Servlet Engine v0.9.10 running: controlPort=disabled Sep 20, 2012 1:32:56 PM jenkins.InitReactorRunner$1 onAttained INFO: Started initialization Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained INFO: Listed all plugins Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained INFO: Prepared all plugins Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained INFO: Started all plugins Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained INFO: Augmented all extensions Sep 20, 2012 1:32:57 PM jenkins.InitReactorRunner$1 onAttained INFO: Loaded all jobs Sep 20, 2012 1:33:00 PM org.apache.sshd.common.util.SecurityUtils$BouncyCastleRegistration run INFO: Trying to register BouncyCastle as a JCE provider Sep 20, 2012 1:33:00 PM org.apache.sshd.common.util.SecurityUtils$BouncyCastleRegistration run INFO: Registration succeeded Sep 20, 2012 1:33:00 PM org.jenkinsci.main.modules.sshd.SSHD start INFO: Started SSHD at port 34921 Sep 20, 2012 1:33:01 PM jenkins.InitReactorRunner$1 onAttained INFO: Completed initialization Sep 20, 2012 1:33:01 PM hudson.TcpSlaveAgentListener &lt;init&gt; INFO: JNLP slave agent listener started on TCP port 59382 Sep 20, 2012 1:33:01 PM hudson.WebAppMain$2 run INFO: Jenkins is fully up and running </code></pre> <p>So I thought everything was fine. </p> <p>From the browser, none of this is working</p> <pre><code>http://IP:8080/jenkins http://IP:8082/jenkins </code></pre> <p>Could someone help me about this?</p> <p>Best regards, Adjeiifo</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload