You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to deploy the mule app in your git to my PCF Dev instance . During the deployment I am getting a compilation failure (PFB the logs).
Could you please help in resolving the issue.
Hello Daniel,
I was trying to deploy the mule app in your git to my PCF Dev instance . During the deployment I am getting a compilation failure (PFB the logs).
Could you please help in resolving the issue.
PFB the execution log:
`PS C:\TechM-lab\cf-mule> cf create-buildpack mule cf-buildpack-mule.zip 1 --enable
Creating buildpack mule...
OK
Uploading buildpack mule...
Done uploading
OK
PS C:\TechM-lab\cf-mule> cf push bookstore -i 1 -m 512M -b mule -p examples/bookstore/bookstore.zip
Creating app bookstore in org pcfdev-org / space pcfdev-space as admin...
OK
Creating route bookstore.local.pcfdev.io...
OK
Binding bookstore.local.pcfdev.io to bookstore...
OK
Uploading bookstore...
Uploading app files from: C:\Users\arubalac\AppData\Local\Temp\unzipped-app412651127
Uploading 22K, 36 files
Done uploading
OK
Starting app bookstore in org pcfdev-org / space pcfdev-space as admin...
Downloading mule...
Downloaded mule (79.6K)
Creating container
Successfully created container
Downloading app package...
Downloaded app package (20.9K)
Staging...
Failed to compile droplet
Exit status 223
Staging failed: Exited with status 223
Destroying container
Successfully destroyed container
FAILED
Error restarting application: BuildpackCompileFailed
`
Regards
Arun
The text was updated successfully, but these errors were encountered: