Issue Type: Bug Bug
Assignee: Oleg Nenashev
Components: _test
Created: 23/Dec/14 9:04 PM
Description:

Today i downloaded jenkins.war and started using below scripts. Main page is not coming up and it keeps loading forever. URL : http://myservername:8082
-----------------------------------------------------------------
JAVA_HOME=/apps/bes/jdk1.7.0_25/
JENKINS_HOME=/apps/bes/.jenkins
echo $JAVA_HOME
echo $JENKINS_HOME
$JAVA_HOME/bin/java -DJENKINS_HOME=$JENKINS_HOME -Dhttp.proxyHost=surf-proxy.intranet.db.com -Dhttp.proxyPort=8080 -Dhttps.proxyHost=surf-proxy.intranet.db.c
om -Dhttps.proxyPort=8080 -jar /apps/bes/jenkins/jenkins.war --httpPort=8082 --ajp13Port=8083 --logfile=/apps/bes/jenkins/jenkins.log --debug=1 >nohup.out 2>
&1 &
#>/dev/null 2>&1 &
#>nohup.out 2>&1 &
echo $! > jenkins.pid
---------------------------------------------------------------

I don't see anything in the logs. Find below the logs as well..

-----------------------------------------------------------------

Running from: /apps/bes/jenkins/jenkins.war
webroot: System.getProperty("JENKINS_HOME")
Dec 23, 2014 8:55:55 PM winstone.Logger logInternal
INFO: Beginning extraction from war file
Dec 23, 2014 8:55:55 PM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: jetty-winstone-2.8
Dec 23, 2014 8:56:00 PM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet
Jenkins home directory: /apps/bes/.jenkins found at: System.getProperty("JENKINS_HOME")
Dec 23, 2014 8:56:01 PM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: Started SelectChannelConnector@0.0.0.0:8082
Dec 23, 2014 8:56:01 PM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: Started Ajp13SocketConnector@0.0.0.0:8083
Dec 23, 2014 8:56:01 PM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: AJP13 is not a secure protocol. Please protect port 8083
Dec 23, 2014 8:56:01 PM winstone.Logger logInternal
INFO: Winstone Servlet Engine v2.0 running: controlPort=disabled
Dec 23, 2014 8:56:01 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Dec 23, 2014 8:56:02 PM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Dec 23, 2014 8:56:02 PM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Dec 23, 2014 8:56:02 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Dec 23, 2014 8:56:02 PM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Dec 23, 2014 8:56:02 PM jenkins.InitReactorRunner$1 onAttained
INFO: Loaded all jobs
Dec 23, 2014 8:56:08 PM org.jenkinsci.main.modules.sshd.SSHD start
INFO: Started SSHD at port 64602
Dec 23, 2014 8:56:08 PM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Dec 23, 2014 8:56:08 PM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running

Environment: Sun Solaris
Project: Jenkins
Labels: jenkins
Priority: Minor Minor
Reporter: Amit Jolly
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to