cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Route not found when using sap java buildpack for cloud foundry application

suresh12
Explorer
0 Likes
1,118

New to cloud foundry here. Trying to deploy a Hello-World Spring Boot Application on CF. The demo application provided here (and compiled with Java 😎 works without a problem. I click on the generated route and the result is there. But when I replace java_buildpack with sap_java_buildpack, the route returns "Not Found". What am I missing here?

The reason for using sap_java_buildpack is that when I deploy a DB binded app on CF with java_buildpack, it doesn't run (driver rejecting JDBC URL). But it reaches the started state with sap_java_buildpack, albeit with the same "Not Found" issue.

So, any help with either of the issues is welcome..

View Entire Topic
sangwan
Explorer
0 Likes

Hi suresh12, Did we find and solution or root cause here?