Myriam Abramson writes:
>
> Hi!
>
> Does jini work under Linux? I am desperately trying to have this
> coabsgrid[1] working with no success. If any of you knows anything
> about it under Linux, I would appreciate sharing your
> experiences. Thanks.
>
> [1] it's the darpa agent infrastr
To me, this sounds like the programs you're running aren't really
dead. "Address already in use" usually means that some other program
has opened a socket on that port. Try something like
ps uxwa | fgrep java
and see if the processes are still around. If they are then you can
kill them using