cancel
Showing results for 
Search instead for 
Did you mean: 

App not uploading to Cloud Foundry using CLI

saurabh009
Participant
mariusobert
Developer Advocate
Developer Advocate
0 Kudos

The error seems very generic. Can you fetch the entire log (as described in the output) and post it here too?

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi saurabh009,

Your app is actually being loaded into CF. The problem is that it is not starting up for some reason we cannot see from the information you shared so far. Please run the command:

cf logs myapp --recent

This will list all logs from your application so you can observe what might be the root cause for the app to being able to startup. Usually it is related to some missing library in your POM.xml or some conflicts, etc. It is hard to tell with so little information.

Best regards,
Ivan