Pipeline Manager
I'm trying to set up a release pipeline. I’m following these instructions: https://pdn.pega.com/pipeline-manager-version-1/pipeline-manager-version-1
When I start a build a Product file is created in the Pega repository. However, nothing more happens and I get a FileNotFound exception in the PegaRules.log file:
2017-11-10 09:38:18,594 [.PRPCWorkManager : 9] [ STANDARD] [ ] [ RelMgrApp:01.01.01] ( fs.direct.FilesystemStorage) WARN administrator@RelMgrApp - FileNotFoundException, calling reportProcessHandles
java.io.FileNotFoundException: /sb/env/app/S50/temp/StaticContent/global/ServiceExport (Is a directory)
at java.io.FileInputStream.open(Native Method) ~[?:1.7.0]
at java.io.FileInputStream.<init>(FileInputStream.java:158) ~[?:1.7.0]
Any idea why that happens is appreciated.