Struggling to get provided sample standard FIHR server working locally
22 views
Skip to first unread message
David Hua
unread,
Aug 29, 2021, 2:43:47 AM8/29/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HAPI FHIR
Hi all,
I've been trying to run one of the sample HAPI FIHR server projects locally (https://github.com/FirelyTeam/fhirstarters/tree/master/java/hapi-fhirstarters-rest-server-skeleton). There seems to be a number of issues such as context initialisation failure for the DispatcherServlet, failure to import candidates for configuration classes, and failure to introspect annotated methods, among others. Are there any other commands aside from 'mvn jetty:run' I should be running here?
Here's a link to view the textfile containing my terminal output. Any help would be greatly appreciated!