Thank you very much Sean. I fixed this problem by following the steps below: 1. I looked at all the current ports in use by the command, netstat -l 2. I found out that tomcat was using the port 8080, the same port Mahout was trying to open. I was tinkering with Solr before I was playing with Mahout. 3. I went to tomcat and shutdown it down (using shutdown command). 4. I went through the Mahout demo religiously and it worked like a charm.
Thank you again, Best wishes, Nagu On Sun, May 24, 2009 at 12:38 AM, Sean Owen <[email protected]> wrote: > Yes, that's the key. It seems that there is already a server running > on port 8080. Check to make sure nothing else is running? perhaps an > old copy of this server? > > 2009/5/24 Nagu <[email protected]>: > > I noticed that my command in step 10, mvn jetty:run-war, was failed with > the > > following errors: > > > 2009-05-23 21:05:32.156::WARN: failed > [email protected]:8080 > > java.net.BindException: Address already in use > > at sun.nio.ch.Net.bind(Native Method) >
