2011/1/14 Ronald Klop <ronald-mailingl...@base.nl>: > Hi, > > Today I upgraded Tomcat from 7.0.5 to 7.0.6. Now I have these errors in de > logs. > Jan 14, 2011 4:24:50 PM org.apache.catalina.ha.tcp.ReplicationValve > sendReplicationMessage > SEVERE: Unable to perform replication request. > java.lang.NullPointerException > at > org.apache.catalina.ha.tcp.ReplicationValve.isRequestWithoutSessionChange(ReplicationValve.java:554)
Yes, it is a bug. I fixed it, https://issues.apache.org/bugzilla/show_bug.cgi?id=50591 Note, that ReplicationValve has changed in 7.0.6 (compared to 7.0.5 and 6.0.x) and the filter attribute now accepts a single regexp. The ';' is no more treated as separator in the value of "filter" attribute of ReplicationValve. Use '|' instead. This bug was a regression from implementing this new "single regexp" feature. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org