Grails build fails - StackOverflowError

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Grails build fails and Bamboo build logs show the following error:

19-Nov-2012 16:35:57	Starting task 'Grails' of type 'com.atlassian.bamboo.plugins.bamboo-grails-plugin:grailsBuilderTaskType'
19-Nov-2012 16:35:57	
Beginning to execute external process for build 'Proj10 - Plan10 - 10 - Default Job'
 ... running command line: 
E:\Team\grails-2.1.1\bin\grails.bat
  clean
  -non-interactive
 ... in: E:\bamboo\home\xml-data\build-dir\PROJ10-PLAN10-JOB1
 ... using extra environment variables: 
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_09
GRAILS_HOME=E:\Team\grails-2.1.1
Path=C:\Program Files\Java\jdk1.7.0_09\bin;.....
19-Nov-2012 16:36:00	
19-Nov-2012 16:36:00	Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "main"
19-Nov-2012 16:36:00	Failing task since return code was 1 while expected 0

原因

Bamboo is running as a Windows service without using a local Admin account.

ソリューション

Stop Bamboo service and follow this document to run Bamboo service using a local Admin account.

 

Some helpful troubleshooting steps are:

  • Trying to run the same Grails task from command line (without using Bamboo), from the current working directory of the failing plan using the same user account that runs Bamboo instance.
  • Trying to run the same Grails commands from a Bamboo inline Script task using the absolute path for the Grails executable.
  • Checking if a remote agent is being used for running the plan. If yes, making sure that the remote agent is capable of running that plan and that the Grails executable exists on the machine where the remote agent is running. 
最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.