You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2013/01/12 20:48:12 UTC

[jira] [Resolved] (SOLR-4299) Failed with java.net.BindException Address already in use

     [ https://issues.apache.org/jira/browse/SOLR-4299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe resolved SOLR-4299.
------------------------------

    Resolution: Invalid
      Assignee: Steve Rowe

Please post questions about using Solr to the solr-user mailing list, rather than creating JIRA issues - see [http://lucene.apache.org/solr/discussion.html].

You might like the following, which I found by searching the interweb:

* http://stackoverflow.com/questions/6645253/solr-configuration
* http://javarevisited.blogspot.com/2011/12/address-already-use-jvm-bind-exception.html
                
> Failed with java.net.BindException Address already in use
> ---------------------------------------------------------
>
>                 Key: SOLR-4299
>                 URL: https://issues.apache.org/jira/browse/SOLR-4299
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Nithin Chacko Ninan
>            Assignee: Steve Rowe
>
> Hello Team,
> We have configured magetno solr search on our stage instance.While testing, we noticed that solr is not working as expected.we searched on solr confgiuration and we used "java -jar start.jar" to check the port status. we noticed the below mentioned issue (ie failed with java.net.BindException Address already in use).
> Any comment or help will be appreciated.
> NFO: [] Registered new searcher Searcher@668db25b main
> 2013-01-12 19:36:50.223:WARN::failed SocketConnector@0.0.0.0:8983: java.net.BindException: Address already in use
> 2013-01-12 19:36:50.223:WARN::failed Server@7ca7700a: java.net.BindException: Address already in use
> 2013-01-12 19:36:50.223:WARN::EXCEPTION 
> java.net.BindException: Address already in use
> 	at java.net.PlainSocketImpl.socketBind(Native Method)
> 	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
> 	at java.net.ServerSocket.bind(ServerSocket.java:376)
> 	at java.net.ServerSocket.<init>(ServerSocket.java:237)
> 	at java.net.ServerSocket.<init>(ServerSocket.java:181)
> 	at org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.java:80)
> 	at org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:73)
> 	at org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:283)
> 	at org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:147)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.jetty.Server.doStart(Server.java:235)
> 	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> 	at org.mortbay.xml.XmlConfiguration.main(XmlConfiguration.java:985)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:601)
> 	at org.mortbay.start.Main.invokeMain(Main.java:194)
> 	at org.mortbay.start.Main.start(Main.java:534)
> 	at org.mortbay.start.Main.start(Main.java:441)
> 	at org.mortbay.start.Main.main(Main.java:119)
> thanks!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org