https://bz.apache.org/bugzilla/show_bug.cgi?id=60064

--- Comment #1 from Jayani sumudini <msjs.sumud...@gmail.com> ---
error occur at the java/org/apache/catalina/util/ServerInfo.java

When compile that code 3 errors happened.

Errors are :-

1)package org.apache.tomcat.util does not exist
import org.apache.tomcat.util.ExceptionUtils

2)Class names, 'ServerInfo', are only accepted if annotation processing is
explicitly requested

3)cannot find symbol
            ExceptionUtils.handleThrowable(t);
            ^
  symbol:   variable ExceptionUtils
  location: class ServerInfo

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to