-
Notifications
You must be signed in to change notification settings - Fork 4
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
Getting a 404- Not Found page. #5
Comments
What's the URL you used? If you used the docker, http://localhost:8080/{name of warfile}/ for the tester UI. And, http://localhost:8080/{name of warfile}/fhir for the FHIR API url. |
Hello, I am getting the same error after running it using docker. I checked the logs in the docker container of that image, and inside the localhost log file these are the first couple of lines I see: 04-Apr-2024 18:04:11.704 INFO [main] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath Any idea what is causing this? Thank you! |
omoponfhir-r4-server needs another components to be compiled as well. Are
you just trying to build and use it? Or, do you want to work on the
implementation?
…On Thu, Apr 4, 2024 at 2:10 PM kmdauwa ***@***.***> wrote:
Hello,
I am getting the same error after running it using docker. I checked the
logs in the docker container of that image, and inside the localhost log
file these are the first couple of lines I see:
04-Apr-2024 18:04:11.704 INFO [main]
org.apache.catalina.core.ApplicationContext.log No Spring
WebApplicationInitializer types detected on classpath
04-Apr-2024 18:04:11.711 INFO [main]
org.apache.catalina.core.ApplicationContext.log Initializing Spring root
WebApplicationContext
04-Apr-2024 18:04:11.718 SEVERE [main]
org.apache.catalina.core.StandardContext.listenerStart Exception sending
context initialized event to listener instance of class
[org.springframework.web.context.ContextLoaderListener]
Any idea what is causing this?
Thank you!
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQRHRRCGZPO3WZTBOCRK53Y3WJSDAVCNFSM6AAAAAASA4YGN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZXHA3TGMBTGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The goal is to implement our own OMOPonFHIR server. For testing I was working with the Student-Demo, and mostly everything on the DB side looks fine. I am using the omoponfhir-main-v54-r4 as the main repo and running the docker build command to build an image. From there my idea is to use that server image and the DB image from the student-demo with the appropriate environment variables to docker-compose the whole thing. In the logs of the server container I see these errors: 04-Apr-2024 19:05:24.795 INFO [main] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath What do you advise? Thank you! |
I have the same problem when i try to execute the server. Have you been find the solution ? Thanks |
Yes, it seems to have worked for me. I have deployed both server and DB using Docker. The server using the https://github.com/omoponfhir/omoponfhir-main-v54-r4 repo and the DB using https://github.com/SmartChartSuite/OMOP-5.4-PostgreSQL repo. Made sure that my environment variables for server are correct to connect with my DB and that both docker containers are on the same network on Docker. Additionally in the POM.xml file of omoponfhir-r4-server subfolder, I have added the following dependencies. log4j-api 2.8.2 This has allowed me to see the HAPI GUI when executing the server. Still in the process of testing more. |
Hello,
I followed all the instructions to set up the omoponfhir project. But when I run it using docker, I am getting the 404-Not Found error page. Tried to resolve it in many ways, but not able to figure out where I am going wrong
Can someone kindly help me resolve it?
The text was updated successfully, but these errors were encountered: