That's a bug that will be fixed in Jenkins 1.567 or so. https://github.com/jenkinsci/jenkins/pull/1239
On 28.05.2014, at 19:50, [email protected] wrote: > > I'm using java version "1.7.0_45" > > my script is > > export JENKINS_HOME=/home/build/jenkins > export JENKINS_USER="build" > export JAVA_HOME=/tools/java/java170_45 > export CLASSPATH=$JAVA_HOME/lib/tools.jar:./ > export ANT_HOME=/tools/ant/apache-ant-1.8.3 > export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH > export JENKINS_PORT="8080" > export JENKINS_AJP_PORT="8009" > export JENKINS_DEBUG_LEVEL="5" > export JENKINS_ENABLE_ACCESS_LOG="yes" > export JENKINS_HANDLER_MAX="10" > export JENKINS_HANDLER_IDLE="20" > java -Djava.awt.headless=true -DJENKINS_HOME=$JENKINS_HOME -jar > $JENKINS_HOME/jenkins.war > --accessLoggerClassName=winstone.accesslog.SimpleAccessLogger > --simpleAccessLogger.format=combined > --simpleAccessLogger.file=$JENKINS_HOME/logs/access_log > --daemon#!/usr/bin/ksh > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
