This page contains an archived post to the Jini Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
rmid - java.io.IOException: The pipe is being closed
Posted by Antti on January 29, 2002 at 9:59 AM
Hi i tryed to set-up the Jini 1.2 enviroment by following the example instructions, but runned to some problems: 1. HTTP service starts fine and can service the requested files (in this case reggie-dl.jar) 2. rmid also starts fine (or atleast seem's to) 3. But when i try to run reggie the reggies throws exception from the rmid: rmid: unable to restart service rmid: exception occurred: unable to create activation group; nested exception is: java.io.IOException: The pipe is being closed java.rmi.activation.ActivationException: unable to create activation group; nested exception is: java.io.IOException: The pipe is being closed java.io.IOException: The pipe is being closed at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:212) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72) at java.io.BufferedOutputStream.write(BufferedOutputStream.java:116) at java.io.ObjectOutputStream.drain(ObjectOutputStream.java:1463) at java.io.ObjectOutputStream.setBlockData(ObjectOutputStream.java:1486) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:407) at sun.rmi.server.Activation$GroupEntry.getInstantiator(Activation.java:1190) at sun.rmi.server.Activation$GroupEntry.activate(Activation.java:1088) at sun.rmi.server.Activation$GroupEntry.restartServices(Activation.java:836) at sun.rmi.server.Activation$GroupEntry$RestartThread.run(Activation.java:1323) at java.lang.Thread.run(Thread.java:484) I don't have any idea what is wrong, i tryed to search for more info about "The pipe is being closed", but so far i haven't find anything useful :( What there might be wrong ?
Replies:
|