-
Notifications
You must be signed in to change notification settings - Fork 593
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
An error occurred in the library step: cloudFoundryDeploy #1923
Comments
The root cause is not in the Jenkins log, please check the logs of Cloud Foundry as the cli tell you to do in this line
|
Hello @fwilhe, Sorry, this is my first time messing with these tools. Anyway, I had to install the CLI tool and was able to get the log. In the piper.node.hello.world.log I see something like this #2.0#2020 08 12 22:05:46.074#Z#DEBUG#com.sap.cloud.lm.sl.xs2.e342e74e-dce7-11ea-b052-eeee0a8e6378.piper.node.hello.world.stageAppTask# Could this be an issue? And in the operation.log, I see this #2.0#2020 08 12 22:05:46.075#Z#ERROR#com.sap.cloud.lm.sl.xs2.e342e74e-dce7-11ea-b052-eeee0a8e6378.OPERATION.stageAppTask# #2.0#2020 08 12 22:05:46.078#Z#ERROR#com.sap.cloud.lm.sl.xs2.e342e74e-dce7-11ea-b052-eeee0a8e6378.OPERATION.stageAppTask# com.sap.cloud.lm.sl.common.SLException: A step of the process has failed. Retrying it may solve the issue. Attaching both the files here. Thanks for your help. |
Hello @fwilhe, I resolved the issue by updating the package.json file for a node version that is mentioned in the brackets and this time the deploy was successful. I hope that was the right thing to do. Thanks, |
Hello,
Deploy step fails with the following messages
"Staging application "piper.node.hello.world"...
Error staging application "piper.node.hello.world": BuildpackCompileFailed - App staging failed in the buildpack compile phase
Download the application logs via the dmol command and check them for more information.
A step of the process has failed. Retrying it may solve the issue.
Process failed.
Use "cf deploy -i e342e74e-dce7-11ea-b052-eeee0a8e6378 -a abort" to abort the process.
Use "cf deploy -i e342e74e-dce7-11ea-b052-eeee0a8e6378 -a retry" to retry the process.
Use "cf dmol -i e342e74e-dce7-11ea-b052-eeee0a8e6378" to download the logs of the process."
"----------------------------------------------------------
--- An error occurred in the library step: cloudFoundryDeploy
The following parameters were available to the step:
*** to show step parameters, set verbose:true in general pipeline configuration
*** WARNING: this may reveal sensitive information. ***
The error was:
hudson.AbortException: [cloudFoundryDeploy] ERROR: The execution of the deploy command failed, see the log for details.
***"
Entire log file is attached as well. Any hints here is appreciated.
Thanks,
Aravind Kumar
log.txt
The text was updated successfully, but these errors were encountered: