--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/02ea87d3-e806-4968-a48f-c1e12c320c16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Looks amazing, and actually made some aspects of the project much clearer for my further tasks. However I encountered a problem, also mentioned at the end of this https://github.com/jamesagnew/hapi-fhir/issues/105 older thread. When running the tests, I get the ResourceNotFoundException for line 38 in ExampleServerIT.java (
IIdType id = ourClient.create().resource(pt).execute().getId(); ), and although the .war file is generated, I can't start the deployed project on Tomcat because of the "Application at context path /hapi-fhir-jpaserver-example could not be started" error.
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/c807dd82-2c9c-4ed9-9c4e-7587fc89082d%40googlegroups.com.
Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database /Users/ZooLee/apache-tomcat-6.0.53/bin/target/jpaserver_derby_files.
No, but based on the recommendations in that thread, I made some checkups on writing/reading permissions, also fired up Tomcat with sudo (I'm developing on mac). This caused a rather strange result - the fhirstarter deploy still won't work, the official jpaserver-example war generated from the hapi-fhir repo however runs, but throws an exception (log included).I'm beginning to suspect that we forgot some very basic setting concerning the data source... the dev server might be an out of the box Apache Tomcat, with only the admin users and it's roles configured. I might get the permission to look at and edit the server.xml file, what should I look for in it?
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/234f08cf-af14-4a77-8769-7291cbd64b2e%40googlegroups.com.
Nearly there - the .war is finally deployed and running, but there's still an exception when trying to open the frontend layout. Log included:
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/3125e8d9-2ecd-4c52-9aa2-9016d61fde60%40googlegroups.com.