We're seeing the following issue with a websocket endpoint on tomcat 8.0.15
when OnError tries to close the websocket session. What could be the problem?
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
at
sun.reflect.Del
I've recently upgraded from 8.0.15 to 8.0.18 and I have a new problem which I
didn't have on 8.0.15. The configuration of tomcat and my application remained
exactly the same when upgrading.
When running tomcat with
-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSel
setenv.sh does have an extra "\r" but the same file worked for me on 8.0.15 - I
only copied it from the older tomcat.
I removed it and now it works on 8.0.18 too. thank you.
On Wed, 04 Feb 2015 08:52:24 -0800
Caldarale<chuck.caldar...@unisys.com> wrote ----
> From: Ev