Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 616505 Details for
Bug 859913
[US2105][fork] Can not jenkins build a jbossas-7/jbosseap-6.0 application
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
jenkins.log
jenkins.log (text/x-log), 6.43 KB, created by
Jianwei Hou
on 2012-09-24 11:44:32 UTC
(
hide
)
Description:
jenkins.log
Filename:
MIME Type:
Creator:
Jianwei Hou
Created:
2012-09-24 11:44:32 UTC
Size:
6.43 KB
patch
obsolete
>Sep 24, 2012 7:36:57 AM hudson.plugins.openshift.OpenShiftCloud provision >INFO: Provisioning new node for workload = 2 and label = eap-build >Sep 24, 2012 7:36:57 AM hudson.plugins.openshift.OpenShiftCloud getOpenShiftConnection >INFO: Initiating Java Client Service - Configured for OpenShift Server https://localhost >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: Checking capacity >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity >INFO: User has consumed 12 of 100 gears. >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reloading configuration for eap-build... >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:vEFs4HqVVEX5 >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reload config <?xml version="1.0" encoding="UTF-8"?><project> > <actions/> > <description/> > <logRotator> > <daysToKeep>-1</daysToKeep> > <numToKeep>100</numToKeep> > <artifactDaysToKeep>-1</artifactDaysToKeep> > <artifactNumToKeep>10</artifactNumToKeep> > </logRotator> > <keepDependencies>false</keepDependencies> > <properties> > <hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty> > <builderSize>small</builderSize> > </hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty> > <builderType>jenkins-client-1.4</builderType> > </hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty> > <hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty> > <builderTimeout>300000</builderTimeout> > </hudson.plugins.openshift.OpenShiftBuilderTimeoutJobProperty> > </properties> > <scm class="hudson.plugins.git.GitSCM"> > <configVersion>2</configVersion> > <userRemoteConfigs> > <hudson.plugins.git.UserRemoteConfig> > <name/> > <refspec/> > <url>ssh://8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com/~/git/eap.git/</url> > </hudson.plugins.git.UserRemoteConfig> > </userRemoteConfigs> > <branches> > <hudson.plugins.git.BranchSpec> > <name>**</name> > </hudson.plugins.git.BranchSpec> > </branches> > <recursiveSubmodules>false</recursiveSubmodules> > <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> > <authorOrCommitter>false</authorOrCommitter> > <clean>false</clean> > <wipeOutWorkspace>false</wipeOutWorkspace> > <pruneBranches>false</pruneBranches> > <remotePoll>false</remotePoll> > <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/> > <gitTool>Default</gitTool> > <submoduleCfg class="list"/> > <relativeTargetDir/> > <excludedRegions/> > <excludedUsers/> > <gitConfigName/> > <gitConfigEmail/> > <skipTag>false</skipTag> > <scmName/> > </scm> > <assignedNode>eap-build</assignedNode> > <canRoam>false</canRoam> > <disabled>false</disabled> > <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> > <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> > <triggers class="vector"/> > <concurrentBuild>false</concurrentBuild> > <builders> > <hudson.tasks.Shell> > <command> >source /usr/libexec/stickshift/cartridges/abstract/info/lib/jenkins_util > >jenkins_rsync 8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com:~/.m2/ ~/.m2/ > ># Build setup and run user pre_build and build >. ci_build.sh > >if [ -e ${OPENSHIFT_REPO_DIR}.openshift/markers/java7 ]; >then > export JAVA_HOME=/etc/alternatives/java_sdk_1.7.0 >else > export JAVA_HOME=/etc/alternatives/java_sdk_1.6.0 >fi > >export MAVEN_OPTS="$OPENSHIFT_MAVEN_XMX" >mvn --global-settings $OPENSHIFT_MAVEN_MIRROR --version >mvn --global-settings $OPENSHIFT_MAVEN_MIRROR clean package -Popenshift -DskipTests > ># Deploy new build > ># Stop app >jenkins_stop_app 8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com > ># Push content back to application >jenkins_sync_jboss 8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com > ># Configure / start app >$GIT_SSH 8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com deploy.sh > >jenkins_start_app 8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com > >$GIT_SSH 8f4de6d8482a4b1db536195356e00f53@eap-fk2105t1.dev.rhcloud.com post_deploy.sh > </command> > </hudson.tasks.Shell> > </builders> > <publishers> > <hudson.tasks.ArtifactArchiver> > <artifacts>deployments/**</artifacts> > <latestOnly>false</latestOnly> > </hudson.tasks.ArtifactArchiver> > </publishers> > <buildWrappers/> ></project> >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud createConnection >INFO: Using credentials system_builder:vEFs4HqVVEX5 >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig >INFO: Reload result >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud provision >INFO: Provisioned 1 new nodes >Sep 24, 2012 7:37:00 AM hudson.slaves.NodeProvisioner update >INFO: Started provisioning eap-build from OpenShift Cloud with 2 executors. Remaining excess workload:-1.0 >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud$2 call >WARNING: Unable to provision node com.openshift.client.OpenShiftException: Cartridge for jenkins-client-1.4 not found >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud cancelBuild >INFO: Cancelling build >Sep 24, 2012 7:37:00 AM hudson.plugins.openshift.OpenShiftCloud cancelBuild >WARNING: Build for label/builderName eap-build/eapbldr has been cancelled >Sep 24, 2012 7:37:00 AM hudson.slaves.NodeProvisioner update >WARNING: Provisioned slave eap-build failed to launch >com.openshift.client.OpenShiftException: Cartridge for jenkins-client-1.4 not found > at hudson.plugins.openshift.OpenShiftSlave.getCartridge(OpenShiftSlave.java:105) > at hudson.plugins.openshift.OpenShiftSlave.createApp(OpenShiftSlave.java:235) > at hudson.plugins.openshift.OpenShiftSlave.provision(OpenShiftSlave.java:222) > at hudson.plugins.openshift.OpenShiftCloud$2.call(OpenShiftCloud.java:450) > at hudson.plugins.openshift.OpenShiftCloud$2.call(OpenShiftCloud.java:441) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:679) >Sep 24, 2012 7:38:22 AM winstone.Logger logInternal >WARNING: Called getInputStream after getParameter ... error
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 859913
: 616505 |
618536