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 592103 Details for
Bug 832412
Can't build success after move scalable jbossas-7 with jenkins embed
[?]
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
file_832412.txt (text/plain), 11.63 KB, created by
Rony Gong 🔥
on 2012-06-15 11:12:20 UTC
(
hide
)
Description:
jenkins log
Filename:
MIME Type:
Creator:
Rony Gong 🔥
Created:
2012-06-15 11:12:20 UTC
Size:
11.63 KB
patch
obsolete
>root@localhost myapp1]# rhc-tail-files -a jenkins > >Password: > > > >Attempting to tail files: jenkins/logs/* > >Use ctl + c to stop > >Jun 15, 2012 6:42:46 AM hudson.plugins.openshift.OpenShiftComputerLauncher launch > >INFO: Checking SSH access to application myapp1bldr-domaingong2.dev.rhcloud.com > >Jun 15, 2012 6:42:47 AM hudson.plugins.openshift.OpenShiftComputerLauncher launch > >INFO: Connected via SSH. > >Jun 15, 2012 6:42:47 AM hudson.plugins.openshift.OpenShiftComputerLauncher launch > >INFO: Exec mkdir -p $OPENSHIFT_DATA_DIR/jenkins && cd $OPENSHIFT_DATA_DIR/jenkins && rm -f slave.jar && wget -q --no-check-certificate https://jenkins-domaingong2.dev.rhcloud.com/jnlpJars/slave.jar > >Jun 15, 2012 6:42:55 AM hudson.plugins.openshift.OpenShiftComputerLauncher launch > >INFO: Slave connected. > >Jun 15, 2012 6:43:57 AM hudson.model.Run run > >INFO: myapp1-build #3 main build action completed: FAILURE > >Jun 15, 2012 6:49:32 AM hudson.plugins.openshift.OpenShiftCloud provision > >INFO: Provisioning new node for workload = 2 and label = qjbosseap-build > >Jun 15, 2012 6:49:32 AM hudson.plugins.openshift.OpenShiftCloud getSlaves > >INFO: Found existing slave for: myapp1bldr > >Jun 15, 2012 6:49:32 AM hudson.plugins.openshift.OpenShiftCloud getSlave > >INFO: slaveExists myapp1bldr qjbosseapbldr > >Jun 15, 2012 6:49:33 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity > >INFO: Checking capacity > >Jun 15, 2012 6:49:33 AM hudson.plugins.openshift.OpenShiftCloud hasCapacity > >INFO: User has consumed 18 of 20 gears. > >Jun 15, 2012 6:49:33 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig > >INFO: Reloading configuration... > >Jun 15, 2012 6:49:33 AM hudson.plugins.openshift.OpenShiftCloud createConnection > >INFO: Using credentials system_builder:hEuVMuZa81nW > >Jun 15, 2012 6:49:33 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>medium</builderSize> > > </hudson.plugins.openshift.OpenShiftBuilderSizeJobProperty> > > <hudson.plugins.openshift.OpenShiftBuilderTypeJobProperty> > > <builderType>jbosseap-6.0</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://db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com/~/git/qjbosseap.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>qjbosseap-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> > >alias rsync="rsync --delete-after -az -e '$GIT_SSH'" > > > >rsync db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com:~/.m2/ ~/.m2/ > > > ># Build setup and run user pre_build and build > >. ci_build.sh > > > >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 > >$GIT_SSH db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com 'ctl_all stop' > > > ># Push content back to application > >rsync ~/.m2/ db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com:~/.m2/ > >rsync ~/$WORKSPACE/deployments/. db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com:~/qjbosseap/repo/deployments/ > >rsync ~/$WORKSPACE/.openshift/ db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com:~/qjbosseap/repo/.openshift/ > > > ># Configure / start app > >$GIT_SSH db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com deploy.sh > >$GIT_SSH db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.dev.rhcloud.com 'ctl_all start' > >$GIT_SSH db48e7ad9af240b3b6fbd6e1e95efd86@qjbosseap-domaingong2.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> > >Jun 15, 2012 6:49:33 AM hudson.plugins. > >openshift.OpenShiftCloud createConnection > >INFO: Using credentials system_builder:hEuVMuZa81nW > >Jun 15, 2012 6:49:33 AM hudson.plugins.openshift.OpenShiftCloud reloadConfig > >INFO: Reload result > >Jun 15, 2012 6:49:33 AM hudson.plugins.openshift.OpenShiftCloud provision > >INFO: Provisioned 1 new nodes > >Jun 15, 2012 6:49:33 AM hudson.slaves.NodeProvisioner update > >INFO: Started provisioning qjbosseap-build from OpenShift Cloud with 2 executors. Remaining excess workload:-1.0 > >com.openshift.express.client.OpenShiftEndpointException: Could not configure application "qjbosseapbldr" at "https://10.223.66.34/broker/cartridge" > > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:528) > > at com.openshift.express.client.OpenShiftService.requestApplicationAction(OpenShiftService.java:435) > > at com.openshift.express.client.OpenShiftService.createApplication(OpenShiftService.java:290) > > at hudson.plugins.openshift.OpenShiftSlave.createApp(OpenShiftSlave.java:218) > > at hudson.plugins.openshift.OpenShiftSlave.provision(OpenShiftSlave.java:201) > > at hudson.plugins.openshift.OpenShiftCloud$2.call(OpenShiftCloud.java:498) > > at hudson.plugins.openshift.OpenShiftCloud$2.call(OpenShiftCloud.java:490) > > 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) > >Caused by: com.openshift.express.internal.client.httpclient.BadRequestException: {"broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"exit_code":134,"debug":"","result":"Invalid Size: medium. Must be: small. Please contact support for access to additional sizes.","api_c":["placeholder"],"data":"","api":"1.1.3","messages":""} > > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:109) > > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:75) > > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:517) > > ... 11 more > >Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://10.223.66.34/broker/cartridge > > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403) > > at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) > > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:70) > > ... 12 more > >Jun 15, 2012 6:49:34 AM hudson.plugins.openshift.OpenShiftCloud$2 call > >WARNING: Unable to provision node com.openshift.express.client.OpenShiftEndpointException: Could not configure application "qjbosseapbldr" at "https://10.223.66.34/broker/cartridge" > >Jun 15, 2012 6:49:34 AM hudson.plugins.openshift.OpenShiftCloud cancelBuild > >INFO: Cancelling build > >Jun 15, 2012 6:49:34 AM hudson.plugins.openshift.OpenShiftCloud cancelBuild > >WARNING: Build for label qjbosseap-build has been cancelled > >Jun 15, 2012 6:49:34 AM hudson.slaves.NodeProvisioner update > >WARNING: Provisioned slave qjbosseap-build failed to launch > >com.openshift.express.client.OpenShiftEndpointException: Could not configure application "qjbosseapbldr" at "https://10.223.66.34/broker/cartridge" > > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:528) > > at com.openshift.express.client.OpenShiftService.requestApplicationAction(OpenShiftService.java:435) > > at com.openshift.express.client.OpenShiftService.createApplication(OpenShiftService.java:290) > > at hudson.plugins.openshift.OpenShiftSlave.createApp(OpenShiftSlave.java:218) > > at hudson.plugins.openshift.OpenShiftSlave.provision(OpenShiftSlave.java:201) > > at hudson.plugins.openshift.OpenShiftCloud$2.call(OpenShiftCloud.java:498) > > at hudson.plugins.openshift.OpenShiftCloud$2.call(OpenShiftCloud.java:490) > > 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) > >Caused by: com.openshift.express.internal.client.httpclient.BadRequestException: {"broker_c":["namespace","rhlogin","ssh","app_uuid","debug","alter","cartridge","cart_type","action","app_name","api"],"exit_code":134,"debug":"","result":"Invalid Size: medium. Must be: small. Please contact support for access to additional sizes.","api_c":["placeholder"],"data":"","api":"1.1.3","messages":""} > > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.createException(UrlConnectionHttpClient.java:109) > > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:75) > > at com.openshift.express.client.OpenShiftService.sendRequest(OpenShiftService.java:517) > > ... 11 more > >Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: https://10.223.66.34/broker/cartridge > > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403) > > at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254) > > at com.openshift.express.internal.client.httpclient.UrlConnectionHttpClient.post(UrlConnectionHttpClient.java:70) > > ... 12 more > >
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 832412
: 592103 |
592902