• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Bingo application...

 
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried to run the Bingo application from Sun.. but i got the following error:
BINGO: Can't create the registrar.
anyone can help me out?
 
Ernest Lee
Ranch Hand
Posts: 145
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic