@Xalan: Something like this (see source code of EnvironmentCheck):

    PrintWriter sendOutputTo = new PrintWriter(System.out, true);
    EnvironmentCheck app = new EnvironmentCheck();
    app.checkEnvironment(sendOutputTo);

You could also try upgrading to UIMA-J 2.5.0 - it contains a workaround
for UIMA-2155. If the problem persists with 2.5.0, it probably has another 
cause.

-- Richard

On 28.04.2014, at 12:05, swirl <[email protected]> wrote:

> Richard Eckart de Castilho <rec@...> writes:
> 
>> 
>> You may experience UIMA-2155 [1].
>> 
>> Please check what version of Xalan is used at runtime - it should not be 
> 2.6.0 or earlier.
>> 
> 
> 
> Thanks for your fast response.
> 
> How do I check the Xalan version at runtime?
> 
> BTW, I tried putting Xalan 2.7.0 and 2.7.1 onto my web app's lib/. Both gave 
> a 
> different error from what I posted previously.

Reply via email to