Re: Newbie question about peepcode server "Address already in use error"

2009-08-04 Thread Leotis buchanan
Thanks On Mon, Aug 3, 2009 at 6:03 PM, Phil Hagelberg wrote: > Leotis buchanan writes: > > > I located the process, using nstat, and then I killed it,This worked, > > however this also killed my slime connection, which is bad, how can I > > release the address without killing the slime connecti

Re: Newbie question about peepcode server "Address already in use error"

2009-08-03 Thread Phil Hagelberg
Leotis buchanan writes: > I located the process, using nstat, and then I killed it,This worked, > however this also killed my slime connection, which is bad, how can I > release the address without killing the slime connection ? You are working on an earlier "step" of the mire codebase. In later

Re: Newbie question about peepcode server "Address already in use error"

2009-08-03 Thread Leotis buchanan
Nathan, I located the process, using nstat, and then I killed it,This worked, however this also killed my slime connection, which is bad, how can I release the address without killing the slime connection ? Leotis On Sun, Aug 2, 2009 at 10:11 AM, Nathan Lefler wrote: > Try either killing your

Re: Newbie question about peepcode server "Address already in use error"

2009-08-02 Thread Nathan Lefler
Try either killing your Java process or changing the port you're binding on. Nathan On Sun, Aug 2, 2009 at 8:21 AM, Leotis buchanan wrote: > Guys, > > I going through the peepcode tutorial, I am trying to run the code shown > below, but I keep getting : > *Address already in > use > [Thrown cl

Re: Newbie question about peepcode server "Address already in use error"

2009-08-02 Thread Leotis buchanan
Guys, I going through the peepcode tutorial, I am trying to run the code shown below, but I keep getting : *Address already in use [Thrown class java.net.BindException] * I am using ubuntu, is there someway I can specify the bind address to fix this problem. Thanks (ns mire (:use [mire c