-
Bug
-
Resolution: Fixed
-
P3
-
1.1.7
-
b01
-
generic
-
solaris_2.5.1
jdk117h -regression test failure: rmi\RemoteObject\notExtending\NotExtending.java
When running the regression rmi\RemoteObject\notExtending\NotExtending.java the following error occurs:Compilation failed. After compiling within the tree I get the following error upon execution:
java.rmi.server.ExportException: Unable to create remote reference; nested exception is:
java.rmi.server.SkeletonNotFoundException: Skeleton class not found: NotExtending_Skel; nested exception is:
java.lang.ClassNotFoundException: NotExtending_Skel
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:103)
at NotExtending.<init>(NotExtending.java:28)
at NotExtending.main(NotExtending.java:61)
When running the regression rmi\RemoteObject\notExtending\NotExtending.java the following error occurs:Compilation failed. After compiling within the tree I get the following error upon execution:
java.rmi.server.ExportException: Unable to create remote reference; nested exception is:
java.rmi.server.SkeletonNotFoundException: Skeleton class not found: NotExtending_Skel; nested exception is:
java.lang.ClassNotFoundException: NotExtending_Skel
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:103)
at NotExtending.<init>(NotExtending.java:28)
at NotExtending.main(NotExtending.java:61)