cancel
Showing results for 
Search instead for 
Did you mean: 

HCP WAR deployment payload error

littlebabywitch
Discoverer
0 Kudos

Hello,

I am trying to deploy manually to HCP trial instance my java application. Please note that from Eclipse, the deployment works fine and the application is being started.

When I'm creating a WAR package and try to deploy it manually (with Deploy Application button available in the subacount), I'm getting a error which I cannot fix it: "Failed to deploy: Failed to forward request payload to backend(500)"

There is any detailed log available on the server side which I can check? Or any other solution to manually deploy?

Thank you,

With kind regards,

Gabriel Timofte

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member501806
Discoverer
0 Kudos

Hi Eva Stolper Falkenthal

1. Options for deploying Java applications remotely:

  1. We can deploy mtar file - To be able to generate/deploy mtar application must follow MTA model
  2. We can deploy war file - No need to follow MTA model for this approach. https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/937db4fa204c456f9b7820f83bc...

2. Options for deploying HTML5 applications remotely

The options for remotely deploying HTML5 applications are limited and to achieve remote deployment, application must follow MTA model and for this we need to use1. mta.jar and 2. mta.yaml this yaml file defines the steps for generating mtar file for remote deployment.

https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/4486ada1af824aadaf56baebc9...

https://help.sap.com/viewer/4505d0bdaf4948449b7f7379d24d0f0d/2.0.03/en-US/f1c35b579b534f5a91db690e63...

former_member197689
Active Participant
0 Kudos

Hi Eva,

Another option is you can try deploying the war file via command line.

Please keep in mind that the Trial landscape only allow ONE running application. You must stop your 1st application before trying to deploy the 2nd application.

Link https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/937db4fa204c456f9b7820f83bc...

Thanks,

Jin

If this question is answered from your perspective, then please clicked on the “Accept” link to complete this question.