LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
321 stars 156 forks source link

fhir server app error #4246

Closed gavin8051 closed 6 months ago

gavin8051 commented 6 months ago

I would like to inquire about an error that suddenly appeared in my IBM FHIR Server: 1.E com.ibm.ws.webcontainer.webapp.WebApp handleRequest SRVE0315E: An exception occurred: java.lang.Throwable: javax.servlet.ServletException: Filter [FHIRRestFilter]: could not be initialized 2.Caused by: jakarta.json.stream.JsonParsingException: Invalid token=EOF at (line no=161, column no=5030, offset=11636). Expected tokens are: [COMMA, CURLYCLOSE] Can anyone suggest any modifications or adjustments that can be made to address this issue?

berkant-k commented 6 months ago

Could you provide more details about your request? Which endpoint are you referring to, or what is the payload?

gavin8051 commented 6 months ago

I later identified the issue. Due to problems with my configuration file modifications, I subsequently downloaded a new server configuration, and after making adjustments, it is now functioning properly. Thank you