-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed #16
Comments
It looks like an install issue. The groovy code looks like its in ascii. If you clone from the groovy samples from the public site, rocket git will convert them to ebcdic on your USS zFS. |
Thanks for your reply nlopez59G, When i tried issuing ls -alT MortgageApplication/cobol under Jenkins cloned workspace, i got below tags as IBM-1047 IBMUSER:/u/ibmuser/jenkins/workspace/FintechUse/MortgageApplication: >cd .. when i tried same in MortgageApplication/build , for ADMIN.pw got ISO8859-. Rest f the script files are in IBM-1047 when i tried running build.groovy in USS . Is this related to installation issue? |
It may be an install issue. This file must be a true ascii file iso8859 and it seems like it got corrupted. There is a property file where this file is defined. You can chg that to not use the file and provide your own password. |
Check you've got a .gitattributes file which maps the file types to the code pages on your system. Otherwise it will cause this error. |
Hi All,
Am trying to perform DBB Team build using Jenkins, am getting below reposes with unreadable format. Attached Complete Jenkins
dbb error log.txt
log. Any help highly appreciated
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/u/ibmuser/jenkins/workspace/FintechUse/MortgageApplication/build/build.groovy: 1: unexpected char: 0x89 @ line 1, column 1.
�����£@���K���K���K�¤���K\������£@���K���K���K�¤���K�����£K\������£@���K���K���K����¢�£��¨K\������£@���K���K���K���������¨K\�
The text was updated successfully, but these errors were encountered: