• 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

Anybody test RMI with VMWare?

 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am java.rmi.server.ExportException: internal error: ObjID already in use. I have tried using different ports because I've had something else lay claim on 1099. From what I could find about this error, it means I'm attempting to run 2 instances on the port. When I run netsat -a there are indeed two instances of the RMI port showing up. I'm wondering if this is because it's really one computer, even though it has 2 different IP addresses. I just noticed they are on a different subnet Maybe a hint
Real computer (Windows XP box) has Ip address of 192.168.1.87 and VMware (Ubuntu) has Ip address of 192.168.142.130. Maybe I'm stuck testing only at home where I have 2 real computers?
 
Anne Crace
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Never mind, I fixed it. I registered it twice Now I have another problem, but this one is more clear to fix
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Anne,

Are you nearly finished? When will you approximately be able to (finally) submit your assignment?

Kind regards,
Roel
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anne Crace wrote:I am java.rmi.server.ExportException



I would like to be javax.servlet.http.HttpServlet!
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Roberto Perillo wrote:

Anne Crace wrote:I am java.rmi.server.ExportException


I would like to be javax.servlet.http.HttpServlet!


Hmm - a little promiscuous there - you'll be accepting requests from everybody!
 
Roberto Perillo
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Andrew Monkhouse wrote:Hmm - a little promiscuous there - you'll be accepting requests from everybody!





When I thought about this reply, it seemed more cool in my head!
 
Anne Crace
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am java.rmi.server.ExportException

I guess I have to stay in the States
Roel: I am so VERY close to done. I'm finishing up javadoc comments, getting the package together with the help of your ant script and test I need to clean out any remaining println statements once I'm sure it passes muster, and run checkstyle on it. I found the copy of the email and my Prometric Id, so I am hoping it will go out in the next couple weeks. I will be relieved to finally be done with it
 
Look ma! I'm selling my stuff!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic