• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RMI server startup exception

 
Ranch Hand
Posts: 79
Android Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have written a simple RMI program and compiled it using JDK 1.6_14. I am starting the rmi registry explicitly on a particular port which works properly. When i proceed to start the server where i am binding the remote object the program fails:

Here are the programs i have written:


Remote Interface



RemoteImpl class


RemoteServer class


and the client


And the exception i am getting is as follows:



Another question i had was after Java 2 rmic creates only stubs but after reading the following documentation:
http://download.oracle.com/javase/1.5.0/docs/tooldocs/windows/rmic.html

I feel that we need not even create the stubs for client using 'rmic' command. Am i right ? Its all reflection i guess ?

Or if we have to create stubs then i guess we need to supply the created 'stub' to the client ?
Please correct me if i am missing something.


Thanks,
Adithya.
 
My, my, aren't you a big fella. Here, have a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic