The stock example gets the following exception intermittently on the server when
run on the latest promoted sparkler build ( sparkler_E ) on both solaris
and win32. This seems to be a problem from the client side ( applet ) since
the same server gets the exception sometimes when the appletviewer is started
and not other times. It also seems to be aggravated by having set classpath='.'
( according to Peter Jones -- who is looking into the problem )
The exception is :-
Server RuntimeException; nested exception is:
java.lang.ClassCastException: examples.rmi.stock.StockApplet
peter.jones@East 1997-07-30
This should happen (with JDK 1.1 sparkler "E") with any applet that exports
an RMI remote object and its classes are visible from CLASSPATH.
run on the latest promoted sparkler build ( sparkler_E ) on both solaris
and win32. This seems to be a problem from the client side ( applet ) since
the same server gets the exception sometimes when the appletviewer is started
and not other times. It also seems to be aggravated by having set classpath='.'
( according to Peter Jones -- who is looking into the problem )
The exception is :-
Server RuntimeException; nested exception is:
java.lang.ClassCastException: examples.rmi.stock.StockApplet
peter.jones@East 1997-07-30
This should happen (with JDK 1.1 sparkler "E") with any applet that exports
an RMI remote object and its classes are visible from CLASSPATH.