-
Bug
-
Resolution: Fixed
-
Critical
-
# defaults for jenkins continuous integration server
# pulled in from the init script; makes things easier.
NAME=jenkins
# location of java
JAVA=/usr/bin/java
# arguments to pass to java
JAVA_ARGS="-Djava.awt.headless=true" # Allow graphs etc. to work even when an X server is present
#JAVA_ARGS="-Xmx256m"
JAVA_ARGS="-Djava.net.preferIPv4Stack=true" # make jenkins listen on IPv4 address
PIDFILE=/var/run/$NAME/$NAME.pid
# user and group to be invoked as (default to jenkins)
JENKINS_USER=$NAME
JENKINS_GROUP="$NAME docker"
# location of the jenkins war file
JENKINS_WAR=/usr/share/$NAME/$NAME.war
# jenkins home location
JENKINS_HOME=/data/jenkins
# set this to false if you don't want Hudson to run by itself
# in this set up, you are expected to provide a servlet container
# to host jenkins.
RUN_STANDALONE=true
# log location. this may be a syslog facility.priority
JENKINS_LOG=/var/log/$NAME/$NAME.log
#JENKINS_LOG=daemon.info
# OS LIMITS SETUP
# comment this out to observe /etc/security/limits.conf
# this is on by default because http://github.com/jenkinsci/jenkins/commit/2fb288474e980d0e7ff9c4a3b768874835a3e92e
# reported that Ubuntu's PAM configuration doesn't include pam_limits.so, and as a result the # of file
# descriptors are forced to 1024 regardless of /etc/security/limits.conf
MAXOPENFILES=8192
# set the umask to control permission bits of files that Jenkins creates.
# 027 makes files read-only for group and inaccessible for others, which some security sensitive users
# might consider benefitial, especially if Jenkins runs in a box that's used for multiple purposes.
# Beware that 027 permission would interfere with sudo scripts that run on the master (JENKINS-25065.)
#
# Note also that the particularly sensitive part of $JENKINS_HOME (such as credentials) are always
# written without 'others' access. So the umask values only affect job configuration, build records,
# that sort of things.
#
# If commented out, the value from the OS is inherited, which is normally 022 (as of Ubuntu 12.04,
# by default umask comes from pam_umask(8) and /etc/login.defs
# UMASK=027
# port for HTTP connector (default 8080; disable with -1)
HTTP_PORT=8080
# port for AJP connector (disabled by default)
AJP_PORT=-1
# servlet context, important if you want to use apache proxying
PREFIX=/$NAME
# arguments to pass to jenkins.
# --javahome=$JAVA_HOME
# --httpPort=$HTTP_PORT (default 8080; disable with -1)
# --httpsPort=$HTTP_PORT
# --ajp13Port=$AJP_PORT
# --argumentsRealm.passwd.$ADMIN_USER=[password]
# --argumentsRealm.roles.$ADMIN_USER=admin
# --webroot=~/.jenkins/war
# --prefix=$PREFIX
JENKINS_ARGS="--webroot=/var/cache/$NAME/war --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT"
Ubuntu_14.04# defaults for jenkins continuous integration server # pulled in from the init script; makes things easier. NAME=jenkins # location of java JAVA=/usr/bin/java # arguments to pass to java JAVA_ARGS="-Djava.awt.headless=true" # Allow graphs etc. to work even when an X server is present #JAVA_ARGS="-Xmx256m" JAVA_ARGS="-Djava.net.preferIPv4Stack=true" # make jenkins listen on IPv4 address PIDFILE=/var/run/$NAME/$NAME.pid # user and group to be invoked as (default to jenkins) JENKINS_USER=$NAME JENKINS_GROUP="$NAME docker" # location of the jenkins war file JENKINS_WAR=/usr/share/$NAME/$NAME.war # jenkins home location JENKINS_HOME=/data/jenkins # set this to false if you don't want Hudson to run by itself # in this set up, you are expected to provide a servlet container # to host jenkins. RUN_STANDALONE=true # log location. this may be a syslog facility.priority JENKINS_LOG=/var/log/$NAME/$NAME.log #JENKINS_LOG=daemon.info # OS LIMITS SETUP # comment this out to observe /etc/security/limits.conf # this is on by default because http://github.com/jenkinsci/jenkins/commit/2fb288474e980d0e7ff9c4a3b768874835a3e92e # reported that Ubuntu's PAM configuration doesn't include pam_limits.so, and as a result the # of file # descriptors are forced to 1024 regardless of /etc/security/limits.conf MAXOPENFILES=8192 # set the umask to control permission bits of files that Jenkins creates. # 027 makes files read-only for group and inaccessible for others, which some security sensitive users # might consider benefitial, especially if Jenkins runs in a box that's used for multiple purposes. # Beware that 027 permission would interfere with sudo scripts that run on the master ( JENKINS-25065 .) # # Note also that the particularly sensitive part of $JENKINS_HOME (such as credentials) are always # written without 'others' access. So the umask values only affect job configuration, build records, # that sort of things. # # If commented out, the value from the OS is inherited, which is normally 022 (as of Ubuntu 12.04, # by default umask comes from pam_umask(8) and /etc/login.defs # UMASK=027 # port for HTTP connector (default 8080; disable with -1) HTTP_PORT=8080 # port for AJP connector (disabled by default) AJP_PORT=-1 # servlet context, important if you want to use apache proxying PREFIX=/$NAME # arguments to pass to jenkins. # --javahome=$JAVA_HOME # --httpPort=$HTTP_PORT (default 8080; disable with -1) # --httpsPort=$HTTP_PORT # --ajp13Port=$AJP_PORT # --argumentsRealm.passwd.$ADMIN_USER=[password] # --argumentsRealm.roles.$ADMIN_USER=admin # --webroot=~/.jenkins/war # --prefix=$PREFIX JENKINS_ARGS="--webroot=/var/cache/$NAME/war --httpPort=$HTTP_PORT --ajp13Port=$AJP_PORT" Ubuntu_14.04
When using the Pipeline to build a NodeJS application, the application freezes up entirely. When digging through the logs, I see the following.
WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/prd-collections/config.xml Mar 22, 2017 11:31:29 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-cbi%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:29 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-research-portal%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:29 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/stg-collections/config.xml Mar 22, 2017 11:31:29 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/cbi-int/config.xml Mar 22, 2017 11:31:29 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/app-api%2Fcbi-stg%2Fami/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/prd-vce-email/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/stg-vce-email/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/cbi-prd/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/base-os-ami-old/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/prx-nginx%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-cbi-site%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/nicollequintero-patch-2/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/mahdt-patch-1/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/cbi-stg/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/ted-cec/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/sw-vce/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/cfg-jenkins%2Fcbi-int%2Fami/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/hubspot-fld-rename/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_webdriver_fix_for_release/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/base-os%2Fami/config.xml Mar 22, 2017 11:31:30 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-cbi-dev-old/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/dev-ts-on/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/hermes/branches/jenkins/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/tst-monitoring%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-cbi-marketing-site%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/DP-610-disable-cloudsearch/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/dev-consumer-producer-rescheduling/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/redirect-stderr/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49-WD-fix-to-tags-and-sugg/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/topsearch-logs-job/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/salesforce-account-pull/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-cbi-site%2Fcbi-stg%2Fami/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-release-filter/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/vce-mapping-job/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-editor%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:31 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/ansible-playbooks/branches/dev-vce-email/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/app-api%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/web-cbi%2Fcbi-stg%2Fami/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/app-collections-suggestion-service%2Fcbi-dev%2Fami/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_WD-reduce-parallel-tests/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47-WD-xfail/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/devops-packer/branches/base-os%2Fdocker/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-48_change-WD-test-in-parallel/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-add-event-tracking-for-dev/config.xml Mar 22, 2017 11:31:32 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-add-event-tracking/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-48-quick-fix-for-release/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-48-WD-quick-fix/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/news-queue-five-RA-120/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/research-portal/branches/php-docker/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/DP-536-topsearch-patent/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/remove-press-RA-153/config.xml Mar 22, 2017 11:31:33 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-48_monitoring/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-release-fixes/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49-api-develop-delete-test-fix/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_fix_webdriver_test/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_reduce-retry-reload/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_WD-fix/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_WD-collection-pord-monitoring2/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_collections-load-time-hourly-monitoring/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47-suggestion-wd-test-for-dev/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47-WD-sorting-items/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-48_monitoring-dev/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-permission-tests/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49-api-release-delete-test-fix/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47-WD-upvote-tests/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47_remove_xfail/config.xml Mar 22, 2017 11:31:34 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-release-permission/config.xml Mar 22, 2017 11:31:35 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47-reduce-retries-for-dev/config.xml Mar 22, 2017 11:31:35 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-48-monitoring-stag/config.xml Mar 22, 2017 11:31:35 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-47-WD-add-more-wait-time/config.xml Mar 22, 2017 11:31:35 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49-WD-fix-tag-sugg-for-release/config.xml Mar 22, 2017 11:31:35 PM com.cloudbees.hudson.plugins.folder.AbstractFolder loadChildren WARNING: could not find file /data/jenkins/jobs/integration-tests/branches/CNR-49_WD-in-collection-search/config.xml Mar 22, 2017 11:31:40 PM jenkins.InitReactorRunner$1 onAttained INFO: Loaded all jobs Mar 22, 2017 11:31:40 PM hudson.model.AsyncPeriodicWork$1 run INFO: Started Download metadata Mar 22, 2017 11:31:40 PM hudson.model.AsyncPeriodicWork$1 run INFO: Finished Download metadata. 133 ms Mar 22, 2017 11:31:40 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@1e5014b1: display name [Root WebApplicationContext]; startup date [Wed Mar 22 23:31:40 UTC 2017]; root of context hierarchy Mar 22, 2017 11:31:40 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@1e5014b1]: org.springframework.beans.factory.support.DefaultListableBeanFactory@4ee39f32 Mar 22, 2017 11:31:40 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@4ee39f32: defining beans [authenticationManager]; root of factory hierarchy Mar 22, 2017 11:31:40 PM org.jenkinsci.main.modules.sshd.SSHD start INFO: Started SSHD at port 37275 Mar 22, 2017 11:31:40 PM jenkins.InitReactorRunner$1 onAttained INFO: Completed initialization Mar 22, 2017 11:31:40 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh INFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@56a0c919: display name [Root WebApplicationContext]; startup date [Wed Mar 22 23:31:40 UTC 2017]; root of context hierarchy Mar 22, 2017 11:31:40 PM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory INFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@56a0c919]: org.springframework.beans.factory.support.DefaultListableBeanFactory@dd811e6 Mar 22, 2017 11:31:40 PM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@dd811e6: defining beans [filter,legacy]; root of factory hierarchy Mar 22, 2017 11:31:41 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:42 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:42 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:42 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:42 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:42 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:42 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:47 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:47 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:47 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:47 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:49 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:49 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:49 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:49 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:49 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage Mar 22, 2017 11:31:49 PM org.jenkinsci.plugins.workflow.cps.CpsFlowExecution getCurrentHeads WARNING: List of flow heads unset for CpsFlowExecution[null], perhaps due to broken storage
I'm not sure what this means, but when I try killing the Java process, zombies are created and eats up all resources on the machine. Any suggestions?
- blocks
-
JENKINS-41243 Randomly missing TagAction(SYNTHETIC_STAGE)
- Closed
- is duplicated by
-
JENKINS-45111 Jenkins returns 503, with: List of flow heads unset for CpsFlowExecution[null]
- Closed
- links to
(3 links to)