cancel
Showing results for 
Search instead for 
Did you mean: 

Java application build failed in Cloud Foundry

daisuke_hosokawa
Explorer

Dear SAP experts.

I executed The following tutorial in the Cloud Foundry trial environment with WEB IDE.

Run, Test and Deploy Your Java App:
https://developers.sap.com/tutorials/cp-cf-java-run.html

However, the following error occurred when executing run.

---------------------------------------------------------------------------

13?:?51?:?42 (Executor) The "Java Build" process started.
?13?:?51?:?51 (Provision) Service provisioning for module: "/JaSimp"
?14?:?01?:?43 (Java Build) Build of "/testJa/JaSimp" failed. Failed to sync the workspace.

---------------------------------------------------------------------------

I have 3 questions.

1.Is proxy setting related to this error?

2.Does WEB IDE and SAP Cloud Platform have proxy settings?

3.Can I check more error information from WEB IDE?

best regard

Accepted Solutions (0)

Answers (2)

Answers (2)

Hi,

1. if the proxy is not filtering content, then proxy settings are not related

2. Web IDE and SAP Cloud Platform can be accessed though HTTPS even through proxy. Web IDE and SAP Cloud Platform does not have specific proxy settings

3. check the Web IDE Full-Stack documentation for more details:
https://help.sap.com/viewer/825270ffffe74d9f988a0f0066ad59f0/CF/en-US/0221845d73ad403ab2852142f31791...

daisuke_hosokawa
Explorer
0 Kudos

Hi Zsolt.

Thank you for your reply.

I understood Web-IDE does not have proxy setting.

I think this problem related our network settings.

I will check my proxy setting.