-
Notifications
You must be signed in to change notification settings - Fork 1
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
Deployment fails if files are present on the target folder that are also in the to be deployed artifact #4
Comments
Something has changed in XLD engine since 8.x ... I'm investigating ... |
It seems that the security policy file is not correct for this case. I think that was tightened/added in 8.0.0 |
cat xl-deploy.policy
|
That's weird. That should indeed mean that all permissions are granted. Though the stacktrace claims otherwise. |
is it because I'm using foreach() with parallelStream() ? xld-deployed-artifact-steps-plugin/src/main/java/com/xebialabs/overtherepy/DirectoryChangeSet.java Line 65 in df33129
|
I have no idea, have you tried without parallel? |
@hierynomus without parallelStream (parallelStream=false) it works .. any ideas why does it fail when I use parallel Streams ? |
No, I actually have no idea... Might be something deep in the JVM then... |
@bmoussaud you want me to report this with the XLD core team, so they can have a look at it why |
@jdewinne +1 |
XLD version: 8.0.0 (also reproducible on 8.1.0)
How to reproduce:
file.LargeFolder
onto an overthere.Hostfile.LargeFolder
again onto the overthere.HostLog output:
The text was updated successfully, but these errors were encountered: