OHSUCMP / ecp-sds-hardfork

eCare Plan Supplemental Data Store (hard-forked from hapi-fhir-jpaserver-starter v6.4.0)
Apache License 2.0
0 stars 2 forks source link

attempting to debug launch project fails #2

Closed mattStorer closed 1 year ago

mattStorer commented 1 year ago

debug launch is failing through IntelliJ IDEA.

initially, get an IDE error "Error running Application. Command line is too long. Shorten the command line and rerun."

if I use the provided mechanism to shorten the command line, the system begins to run, but then dies with the error "Web application could not be started as there was no org.springframework.boot.web.servlet.server.ServletWebServerFactory bean defined in the context."

it's not clear why this is happening, so I need to figure this out before I can try to figure anything else out.

I also posted this question to the HAPI-FHIR Google Group, which can be found here: https://groups.google.com/g/hapi-fhir/c/oEjnMDO0xhs

mattStorer commented 1 year ago

this is resolved. solved by enabling the "boot" Maven profile in IDE