Re: Multicore Example

2010-02-19 Thread K Wong
The point that these guys are trying to make is that if another program is using the port that Solr is trying to bind to then they will both fight over the exclusive use of the port. Both the netstat and lsof command work fine on my Mac (Leopard 10.5.8). Trinity:~ kelvin$ which netstat /usr/sbin/

Re: Multicore Example

2010-02-19 Thread Lee Smith
Thanks Shawn I am actually running it on mac It does not like those unix commands ?? Any further advice ? Lee On 19 Feb 2010, at 20:32, Shawn Heisey wrote: > Assuming you are on a unix variant with a working lsof, use this. This > probably won't work correctly on Solaris 10: > > lsof -nPi

Re: Multicore Example

2010-02-19 Thread Shawn Heisey
Assuming you are on a unix variant with a working lsof, use this. This probably won't work correctly on Solaris 10: lsof -nPi | grep 8983 lsof -nPi | grep 8080 On Windows, you can do this in a command prompt. It requires elevation on Vista or later. The -b option was added in WinXP SP2 and

Re: Multicore Example

2010-02-19 Thread Dave Searle
Are you on windows? Try netstat -a Sent from my iPhone On 19 Feb 2010, at 20:02, "Lee Smith" wrote: > How can I find out ?? > > > On 19 Feb 2010, at 19:26, Dave Searle wrote: > >> Do you have something else using port 8983 or 8080? >> >> Sent from my iPhone >> >> On 19 Feb 2010, at 19:22, "Lee

Re: Multicore Example

2010-02-19 Thread Lee Smith
How can I find out ?? On 19 Feb 2010, at 19:26, Dave Searle wrote: > Do you have something else using port 8983 or 8080? > > Sent from my iPhone > > On 19 Feb 2010, at 19:22, "Lee Smith" wrote: > >> Hey All >> >> Trying to dip my feet into multicore and hoping someone can advise >> why th

Re: Multicore Example

2010-02-19 Thread Dave Searle
Do you have something else using port 8983 or 8080? Sent from my iPhone On 19 Feb 2010, at 19:22, "Lee Smith" wrote: > Hey All > > Trying to dip my feet into multicore and hoping someone can advise > why the example is not working. > > Basically I have been working with the example single cor

Re: Multicore Example

2010-02-19 Thread Pascal Dimassimo
.740::WARN: EXCEPTION > java.net.BindException: Address already in use > at java.net.PlainSocketImpl.socketBind(Native Method) > at etc > > Any ideas what this can be because I have stopped the first one. > > Thank you if you can advise. > > > &

Multicore Example

2010-02-19 Thread Lee Smith
Hey All Trying to dip my feet into multicore and hoping someone can advise why the example is not working. Basically I have been working with the example single core fine so I have stopped the server and restarted with the new command line for multicore ie, java -Dsolr.solr.home=multicore -jar