reckart commented on issue #116: URL: https://github.com/apache/uima-ruta/issues/116#issuecomment-1375402545
Thanks. Unfortunately, it appears that the simple server is swallowing the root exception. In the debugger, I can unearth it: ``` java.lang.IllegalArgumentException: Not able to resolve type: Sentence in script SoMeRutaPear ``` Indeed, I do not find a type `...Sentence` in the type system that is contained in the PEAR. Note that I had to install a Tomcat 9 to test this. When trying with Tomcat 10, I got a different set of exceptions indicating that the simple server is not compatible with the Servlet API version of Tomcat 10. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@uima.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org