Jazz Build engine: encounter EDC5111I Permission denied
I'm trying to use Jazz Build engine, my build was failed with EDC5111I Permission denied, But I can't distinguish what kind of permission was denied
:::::::::::::::::::::::::::::::::::::::::::
2017-06-08 03:03:06 [Jazz build engine] Invoking build participant "com.ibm.team.build.ant"
java.io.IOException: EDC5111I Permission denied.
at java.io.File.createTempFile(File.java:2035)
at java.io.File.createTempFile(File.java:2081)
at com.ibm.team.build.internal.engine.CommandLineBuildParticipant.createPropertiesFile(CommandLineBuildParticipant.java:480)
at com.ibm.team.build.internal.engine.CommandLineBuildParticipant.build(CommandLineBuildParticipant.java:99)
at com.ibm.team.build.internal.engine.BuildLoop.invokeBuildParticipants(BuildLoop.java:1150)
at com.ibm.team.build.internal.engine.BuildLoop$4.run(BuildLoop.java:894)
at java.lang.Thread.run(Thread.java:785)
One answer
From looking at google I have to assume you are on Zos. I would assume that this is showing a failing file system access e.g. creating a temp folder. I would suggest to ask your operators if there is something that has to be done to give JBE specific permission.
Comments
Thanks for the relpy Ralph...
Yes, I am on zOS, actually on a very restricting zOS Build system...it seems JBE need to create some temporary file, but I just don't know what kind of permission JBE needs, or the user ID I used to invoke JBE needs? you can help narrow down what the permission JEB or the ID needs, that would be greatly appreciated!!
No, I can't. I found zOS using google for your error. I have no information about zOS and how permissions work.