Advertisement
Guest User

Untitled

a guest
May 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.45 KB | None | 0 0
  1. Trouble: java.rmi.StubNotFoundException: Stub class not found: zad1.HelloImpl_Stub; nested exception is:
  2.     java.lang.ClassNotFoundException: zad1.HelloImpl_Stub
  3. java.rmi.StubNotFoundException: Stub class not found: zad1.HelloImpl_Stub; nested exception is:
  4.     java.lang.ClassNotFoundException: zad1.HelloImpl_Stub
  5.     at sun.rmi.server.Util.createStub(Util.java:297)
  6.     at sun.rmi.server.Util.createProxy(Util.java:142)
  7.     at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:226)
  8.     at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:383)
  9.     at java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:301)
  10.     at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.exportObject(PortableRemoteObject.java:119)
  11.     at javax.rmi.PortableRemoteObject.exportObject(PortableRemoteObject.java:100)
  12.     at javax.rmi.PortableRemoteObject.<init>(PortableRemoteObject.java:84)
  13.     at zad1.HelloImpl.<init>(HelloImpl.java:8)
  14.     at zad1.HelloServer.main(HelloServer.java:12)
  15. Caused by: java.lang.ClassNotFoundException: zad1.HelloImpl_Stub
  16.     at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
  17.     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  18.     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
  19.     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  20.     at java.lang.Class.forName0(Native Method)
  21.     at java.lang.Class.forName(Class.java:348)
  22.     at sun.rmi.server.Util.createStub(Util.java:292)
  23.     ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement