How can I get better information at run-time about exceptions in RMI?
Created May 4, 2012
John Mitchell You can add either of the following properties (assuming
that you're using a Sun-based RMI JRE):
"-Dsun.rmi.server.exceptionTrace=true" and
"-Djava.rmi.server.logCalls=true".