David, I can not follow you. What kind of Lucene applicaiton are you talking about. Afaik lucene does not use xmlRPC anywhere and we do not have any dependency on it (Do I miss something?). There is a RemoteSearcher / RemoteSearchable in core (until 2.4.1) and now in contrib/remote which uses RMI and the default port is 1099. But your stacktrace seems to be something else.
If this has anything to do with lucene-core / contrib you will get help if you can elaborate your problem further. If this is related to some other app/project using lucene you might be better asking the projects mailing-list. simon On Wed, Aug 26, 2009 at 10:02 AM, David de la Torre<torremar...@yahoo.es> wrote: > When running lucene, on a machine with a firewall, I got the following > error message, which I think it must be related to the firewall. In > fact, when I shut down the firewall, the error dissapears. It must be > something relating to the ports I have open. Lucene says it is running > in port 8875. Is this the only port to open? is it a UDP or TCP port ? > Could it also be related to the loopback? > > 100870 [XML-RPC-0] ERROR org.apache.xmlrpc.webserver.WebServer - Read timed > out > java.net.SocketTimeoutException: Read timed out > at java.net.SocketInputStream.socketRead0(Native Method) > at java.net.SocketInputStream.read(SocketInputStream.java:146) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) > at java.io.BufferedInputStream.read(BufferedInputStream.java:254) > at > org.apache.xmlrpc.webserver.Connection.readLine(Connection.java:195) > at > org.apache.xmlrpc.webserver.Connection.getRequestConfig(Connection.java:126) > at org.apache.xmlrpc.webserver.Connection.run(Connection.java:171) > at > org.apache.xmlrpc.util.ThreadPool$MyThread.runTask(ThreadPool.java:71) > at org.apache.xmlrpc.util.ThreadPool$MyThread.run(ThreadPool.java:87) > > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org