0

I created a basic spring boot application (added in all the JAR files manually, as maven download is restricted in the intranet). When running the application locally, the application starts up (and is accessible on loaclhost:8080), but on deploying the jar file on PCF, i get the following error

Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean

Since the application is running locally, I am assuming that I added all the JAR files.

What is the issue here?

aakashgupta.0205
  • 647
  • 1
  • 8
  • 23
  • 1
    Can you please provide the full stacktrace? – Tom Nov 07 '17 at 16:22
  • Which version of the PCF JDK? – LHCHIN Nov 08 '17 at 00:34
  • Any chance you can use Maven to build? Maybe at home off your corp network and use that for comparison? Or get access through a proxy? I think it would be complicated to manually gather the deps and assemble a working JAR/WAR. – Daniel Mikusa Nov 10 '17 at 15:05

0 Answers0