Hello, I was able to start Sun's HelloWorld project successfully and ran it one time. When I tried to restart the various processes and run it again, I get the following error in my rmid start window after a timeout. I am starting rmid with this: rmid -J-Dsun.rmi.activation.execPolicy=none I have no other Jini processes running and have tried to clear the rmid ports by typing:
rmid -port 1098 -stop which tells me no ActivationSystem is running.
rmid: unable to restart service rmid: exception occurred: timeout creating child process java.rmi.activation.ActivationException: timeout creating child process at sun.rmi.server.Activation$GroupEntry.getInstantiator(Activation.java:1216) at sun.rmi.server.Activation$GroupEntry.activate(Activation.java:1083) at sun.rmi.server.Activation$GroupEntry.restartServices(Activation.java:831) at sun.rmi.server.Activation$GroupEntry$RestartThread.run(Activation.java:1318) at java.lang.Thread.run(Thread.java:479)