2016-07-29 46 views
0

Ich werde die JSP-Site auf dem Openshift Redhat Cloud Server bereitstellen. Meine Domain ist http://jsp-moristems.rhcloud.com.Openshift Build fehlgeschlagen/abgebrochen

Ich klonte die Anwendung mit Git, entfernte src-Ordner und pom.xml-Datei, kopierte ROOT.war (das ist die Kriegsdatei, die ich bereitstellen werde) unter/webapps, und schob.

Aber ich sehe diesen Fehler:

E:\git\jsp [master ↑]> git push 
Warning: Permanently added 'jsp-moristems.rhcloud.com,107.21.78.52' (RSA) to the list of known hosts. 
Counting objects: 4, done. 
Delta compression using up to 8 threads. 
Compressing objects: 100% (4/4), done. 
Writing objects: 100% (4/4), 43.44 MiB | 338.00 KiB/s, done. 
Total 4 (delta 0), reused 0 (delta 0) 
remote: Executing Jenkins build. 
remote: 
remote: You can track your build at https://red-moristems.rhcloud.com/job/jsp-build 
remote: 
remote: Waiting for build to schedule............................... 
remote: **BUILD FAILED/CANCELLED** 
remote: Please see the Jenkins log for more details via 'rhc tail' 
remote: !!!!!!!! 
remote: Deployment Halted! 
remote: If the build failed before the deploy step, your previous 
remote: build is still running. Otherwise, your application may be 
remote: partially deployed or inaccessible. 
remote: Fix the build and try again. 
remote: !!!!!!!! 
remote: An error occurred executing 'gear postreceive' (exit code: 1) 
remote: Error message: CLIENT_ERROR: Failed to execute: 'control post-receive' for /var/lib/openshift/5799d1f889f5cf15800000a8/jenkins-client 
remote: 
remote: For more details about the problem, try running the command again with the '--trace' option. 
To ssh://[email protected]/~/git/jsp.git 
ad41e5f..2bd7925 master -> master 

ich so genau Openshift gefolgt Führer sagt, so kann ich nicht herausfinden, was ich falsch gemacht habe. Bitte helfen Sie mir, wenn Sie solche Probleme jemals begegnet sind.

Antwort

0

Sie sollten keine bereits erstellte WAR-Datei mit Jenkins bereitstellen. Jenkins sucht speziell nach den Ordnern pom.xml und src, damit der Code kompiliert und das Projekt erstellt werden kann. Wenn Sie nur eine WAR-Datei bereitstellen möchten, entfernen/deaktivieren Sie jenkins und es sollte in Ordnung sein.