-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnprocessableEntityException: HTTP 422 Unprocessable Entity: Attachments have data and/or url, or else SHOULD have either contentType and/or language #20
Comments
Caused by: ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: HTTP 422 Unprocessable Entity: Attachments have data and/or url, or else SHOULD have either contentType and/or language |
2022-09-06 14:41:40.549 [qtp1239821079-26] DEBUG c.uhn.fhir.rest.server.RestfulServer [RestfulServer.java:1134] RestfulServer.handleRequest() got rest operation type:CREATE |
2022-09-01 17:27:46.906 [main] ERROR o.s.boot.SpringApplication [SpringApplication.java:856] Application run failed
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:807)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:788)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:333)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1309)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1298)
at org.monarchinitiative.hapiphenoclient.PhenoClientConsoleApplication.main(PhenoClientConsoleApplication.java:36)
Caused by: ca.uhn.fhir.rest.server.exceptions.UnprocessableEntityException: HTTP 422 Unprocessable Entity: Attachments have data and/or url, or else SHOULD have either contentType and/or language
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67)
The text was updated successfully, but these errors were encountered: