Skip to content
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

Open
DhineshPalanisamy opened this issue Nov 7, 2019 · 4 comments

Comments

@DhineshPalanisamy
Copy link

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\�

@nlopez59G
Copy link

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.

@DhineshPalanisamy
Copy link
Author

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 ..
IBMUSER:/u/ibmuser/jenkins/workspace/FintechUse: > ls -alT MortgageApplication/c
obol
total 80
drwxr-xr-x 2 OMVSKERN IPGROUP 8192 Nov 12 05:19 .
drwxr-xr-x 10 OMVSKERN IPGROUP 8192 Nov 7 02:09 ..
t IBM-1047 T=on -rw-r--r-- 1 OMVSKERN IPGROUP 7910 Nov 12 05:19 epsmli
st.cbl
t IBM-1047 T=on -rw-r--r-- 1 OMVSKERN IPGROUP 5868 Nov 6 23:41 epsmpm
t.cbl
t IBM-1047 T=on -rw-r--r-- 1 OMVSKERN IPGROUP 6737 Nov 6 23:41 epsnbr
vl.cbl

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 .
Got error like :
Caught: com.ibm.dbb.repository.ConnectionException: com.ibm.dbb.repository.Conne
ctionException: java.util.InvalidPropertiesFormatException: org.xml.sax.SAXParse
Exception: Content is not allowed in prolog.
com.ibm.dbb.repository.ConnectionException: com.ibm.dbb.repository.ConnectionExc
eption: java.util.InvalidPropertiesFormatException: org.xml.sax.SAXParseExceptio
n: Content is not allowed in prolog.

Is this related to installation issue?

@nlopez59G
Copy link

nlopez59G commented Nov 14, 2019

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.

@ianc-d
Copy link

ianc-d commented Dec 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants