Deos anyone know why this happened to me
Please help!
loading chat.rmi.RMIServer.class for debugging...
chat.rmi.RMIServer.class successfully loaded
java.rmi.StubNotFoundException: Stub class not found: chat.rmi.RMIServer$RemoteLogonManager_Stub; nested exception is:
java.lang.ClassNotFoundException: chat.rmi.RMIServer$RemoteLogonManager_Stub
java.lang.ClassNotFoundException: chat.rmi.RMIServer$RemoteLogonManager_Stub
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:296)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at sun.rmi.server.RemoteProxy.loadClassFromClass(RemoteProxy.java:198)
at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:100)
at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:62)
at sun.rmi.server.UnicastServerRef.setSkeleton(UnicastServerRef.java:155)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:115)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:102)
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:276)
at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:180)
at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:80)
at java.rmi.server.UnicastRemoteObject.<init>(UnicastRemoteObject.java:67)
at chat.rmi.RMIServer$RemoteLogonManager.<init>(RMIServer.java:23)
at chat.rmi.RMIServer.<init>(RMIServer.java:16)
at chat.rmi.RMIServer.main(RMIServer.java:11)
at symantec.tools.debug.Agent.runMain(Native Method)
at symantec.tools.debug.MainThread.run(Unknown Source)
The communications channel closed.

