On 14/05/2013 15:49, Leo Donahue - RDSA IT wrote:
> Tomcat 7.0.37
> 
> This line frequents my catalina logs:
> 
> May 13, 2013 8:29:25 PM com.esri.rest.json.SymbolJson color
> SEVERE: Unsupported Color: HsvColor
> 
> How does this package cause Tomcat to throw a severe error?

The application throws an unhandled exception that Tomcat is forced to
handle.

> Why does Tomcat care whether the color is unsupported?

It doesn't but applications aren't meant to do this so Tomcat logs it
and sends a 500 response to the user (if the response hasn't been
committed already).

> Unsupported by ... ?

Ask your application vendor.

Mark


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

Reply via email to