Re: jini

2002-12-07 Thread Sean Owens
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

RE: java socket port

2001-04-02 Thread Sean Owens
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