The exception is::
java.rmi.ServerException: RemoteException
occurred in server
thread; nested exc
ption is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exce
tion is:
java.lang.ClassNotFoundException: bingo.game.RegistrarImpl_Stub
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is
java.lang.ClassNotFoundException: bingo.game.RegistrarImpl_Stub
java.lang.ClassNotFoundException: bingo.game.RegistrarImpl_Stub
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Strea
RemoteCall.java:245)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java
220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:354)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Naming.java:160)
at bingo.game.BINGO.main(BINGO.java:35)
java.rmi.ServerException: RemoteException occurred in server thread; nested exc
ption is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exce
tion is:
java.lang.ClassNotFoundException: bingo.game.RegistrarImpl_Stub
BINGO: Can't create the registrar.