Przemek wrote:
...
Exceptions:
java.io.IOException: Call failed on local exception
java.io.IOException: Call failed on local exception
java.io.IOException: Call failed on local exception
Debugging something else recently, I saw exceptions like the above
because of an NPE in a constructor during deserialization of an object
passed over RPC. It was awkward to figure. Perhaps your combination of
filters is doing something similar? (You might try adding a test to the
TestSerializations that serializes and then deserializes your particular
filterset as a first check to ensure the issue is not here. Just a
suggestion)
St.Ack