The failure is Caused by: java.lang.ClassCastException
at
com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemo
teObject.java:293)
at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
at org.acme.MagicGBallClient.ask(MagicGBallClient.java:47)
at org.acme.MagicGBallClient.main(MagicGBallClient.java:38)
I see no evidence that DynamicStubClassLoader is ever invoked in
var/log/client.log,
despite log.debug("Load class " + name); in
DynamicStubClassLoader.loadClass.
Can anyone give any background info on where and when this should be
invoked, to help us trace where in the code we are going afoul, to help us
get this working?
Thanks.