"Connection refused" (in any context) almost always means that nothing is
listening on the TCP port that you are trying to connect to. So either the
process you are connecting to isn't running, or you are trying to connect to
the wrong port.

On Tue, Aug 17, 2010 at 6:18 AM, satya swaroop <sswaro...@gmail.com> wrote:

> hi all,
>       i am indexing the documents to solr that are in my system. now i need
> to index the files that are in remote system, i enabled the remote
> streaming
> to true in solrconfig.xml and when i use the stream.url it shows the error
> as ""connection refused"" and the detail of the error is:::
>
> when i sent the request in my browser as::
>
>
> http://localhost:8080/solr/update/extract?stream.url=http://remotehost/home/san/Desktop/programming_erlang_armstrong.pdf&literal.id=schb2
>
> i get the error as::::
>
> HTTP Status 500 - Connection refused java.net.ConnectException: Connection
> refused at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown
> Source) at
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at
> [snip]
>
>
> if any body know
> please help me with this....
>
> regards,
> satya
>

Reply via email to