2016-07-29 3 views
0

Я собираюсь развернуть JSP-сайт на Openshift Redhat Cloud Server. Мой домен http://jsp-moristems.rhcloud.com.Openshift Build Failed/Canceled

Я клонировал приложение, используя Git, удаленную папку src и файл pom.xml, скопировал ROOT.war (который является файлом войны, который я собираюсь развернуть) под/webapps и нажал.

Но я вижу эту ошибку:

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 

я следовал, как именно OpenShift гид говорит, так что я не могу понять, что я сделал неправильно. Пожалуйста, помогите мне, если вы когда-либо встречали такие проблемы.

ответ

0

Нельзя развертывать уже построенный военный файл с помощью Jenkins. Jenkins специально ищет папки pom.xml и src, чтобы он мог скомпилировать код и построить ваш проект. Если вы хотите просто развернуть военный файл, удалите/выключите jenkins, и все должно быть хорошо.

Смежные вопросы