Exceptions thrown by remote methods should have a string that contains the stack trace on the server side. Before the server passes the exception back to the client, it could printStackTrace into a buffer and convert that buffer into the string. Then we could either have printStackTrace to print the server-side stack trace, or we could just let people access the string and print it themselves.
- duplicates
-
JDK-4143670 RemoteException not reporting propert stack trace
-
- Closed
-
- relates to
-
JDK-4162576 Regression test ClientStackTrace.java failing on solaris with JDK1.2fcs-C.
-
- Closed
-
-
JDK-4487532 rmi should provide way to disable sending of server exception stack traces
-
- Closed
-