Closed gandhirajan closed 7 years ago
Can anyone help me out on this?
Finally managed to resolve this issue and its related to HSQL InMemory DB with tomcat deployment.
Could you elaborate how you solved this problem. I am also getting same problem when I am running a ctakes.war on my docker with 64 bit Java 1.8.0_151 , tomcat 8.
I moved away from HSQL db to MySQL. But if u r still using HSQL, just check all HSQL related files are in place in exploded war
I downloaded the ctakes-web-client from this git hub repo and built ctakes-web-client.war using maven build. Then I downloaded this web app in tomcat. The deployment was successful and was able to access the index page without any errors. But when I click on submit button after enter text in textbox, it gives the following error:
javax.servlet.ServletException: org.apache.uima.resource.ResourceInitializationException: Initialization of annotator class "org.apache.ctakes.dictionary.lookup2.ae.DefaultJCasTermAnnotator" failed. (Descriptor:)
org.apache.ctakes.web.client.servlet.DemoServlet.init(DemoServlet.java:70)
javax.servlet.GenericServlet.init(GenericServlet.java:158)
I m using 64 bit Java 1.8.0_131-b11.
Please help me out in resolving this issue.Thanks in advance.