What is inside the undeclared throwable?
-dain
On Nov 24, 2004, at 9:48 AM, Aaron Mulder wrote:
I'm getting a failure in
org.apache.geronimo.remoting.RemotingInterceptorsTest (which I think is
one that Dain did not change in his recent checkin, though it appears to
use proxies).
Note: this only happens on JDK 1.5.0 64-bit -- JDK 1.4 (32 or 64 bit) and JDK 1.5 32-bit seem to be unaffected. Go figure.
Aaron
Testcase: testSetTransientWithSerializedNonOptimizedProxy(org.apache.geronimo.re moting.RemotingInterceptorsTest): Caused an ERROR null java.lang.reflect.UndeclaredThrowableException at $Proxy15.getValue(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at org.apache.geronimo.remoting.RemotingInterceptorsTest.call(RemotingIn terceptorsTest.java:302) at org.apache.geronimo.remoting.RemotingInterceptorsTest.testSetTransien tWithSerializedNonOptimizedProxy(RemotingInterceptorsTest.java:283) ... Caused by: org.apache.geronimo.remoting.transport.TransportException: Request ti me out. at org.apache.geronimo.remoting.transport.async.ChannelPool.sendRequest( ChannelPool.java:429) at org.apache.geronimo.remoting.transport.async.AsyncClient.sendRequest( AsyncClient.java:54) at org.apache.geronimo.remoting.transport.RemoteTransportInterceptor.inv oke(RemoteTransportInterceptor.java:62) at org.apache.geronimo.remoting.MarshalingInterceptor.invoke(MarshalingI nterceptor.java:46) at org.apache.geronimo.remoting.InterVMRoutingInterceptor.invoke(InterVM RoutingInterceptor.java:49) at org.apache.geronimo.proxy.SimpleRPCContainer.invoke(SimpleRPCContaine r.java:48) at org.apache.geronimo.proxy.ProxyContainer.invoke(ProxyContainer.java:5 1) ... 74 more
