AS7 internally logs as warn like this
12:24:10,959 WARNING [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (MSC service thread 1-11) Channel Muxer already has a default up handler installed (org.jboss.as.clustering.jgroups.ClassLoaderAwareUpHandler@f5ad7f4) but now it is being overridden
but projects like Infinispan end up logging
12:28:22,463 WARN [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] Problems unmarshalling remote command from byte buffer: org.infinispan.CacheException: Cache manager is either starting up or shutting down but it's not interrupted, so type (id=74) cannot be resolved.
and this is inconsistent and is a usability issue for people analying logs (like myself).
How is this handled, what can be done here?
- is related to
-
AS7-3180 Clean shutdown often results in "Problems unmarshalling remote command from byte buffer"
- Resolved