search - elasticsearch BindTransportException at startup -
The exception is starting I elasticsearch:
status | Cover | 2013/03/21 00:43:42 | Starting a JVM ... Info | Jvm 1 | 2013/03/21 00:43:42 | Rapper Manager: Getting Started ... Info | Jvm 1 | 2013/03/21 00:43:45 | {0.19.4}: Startup failed ... info | Jvm 1 | 2013/03/21 00:43:45 | - Bid Transport exception [[9 3,600]] Information | Jvm 1 | 2013/03/21 00:43:45 | Channel Exception [failed to bind: / 1982.68.0.1: 9300] Information | Jvm 1 | 2013/03/21 00:43:45 | BindException [Can not assign the requested address] Status | Cover | 2013/03/21 00:43:47 |
= "Text"> Network for port 9300 Using the utility portcanc tab, you should find out what process is being used in OS X. This will give you something like this:
Open TCP Port: 9300 Valence You are hearing that using this line to obtain the processes
lsof -i | Grep LISTEN This will return something like this:
Java 12345 Niranjan 123u IPv6 0x1ab123c45d67890f 0t0 TCP localhost: LISTEN You
ps aux | Grep 12345 To see what the process is then you
sudo kill-9 12345 can decide to kill that process and the voice will work again from your original app.
Linux may be slightly different but the logic is the same: Connect a port to the local host, see if the app is using port 9300, then it's weird.
Comments
Post a Comment