So that's 2 days in a row that the nightly build has failed because of a connection timeout in TestRemoteSearchable .. the tests works locally (for me anyway)
I don't know a lot about RMI, but the test seems to be doing the right thing: registering an RMI resource on localhost, and then connecting to it ... there is no hardcoded IP or any obvious bug like that. Does anyone have any idea what the problem might be? : [junit] Testcase: testTermQuery(org.apache.lucene.search.TestRemoteSearchable): Caused an ERROR : [junit] Connection refused to host: 207.7.158.211; nested exception is: : [junit] java.net.ConnectException: Connection timed out : [junit] java.rmi.ConnectException: Connection refused to host: 207.7.158.211; nested exception is: : [junit] java.net.ConnectException: Connection timed out : [junit] at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567) : [junit] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185) : [junit] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) : [junit] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101) : [junit] at org.apache.lucene.search.RemoteSearchable_Stub.maxDoc(Unknown Source) : [junit] at org.apache.lucene.search.MultiSearcher.<init>(MultiSearcher.java:116) : [junit] at org.apache.lucene.search.TestRemoteSearchable.search(TestRemoteSearchable.java:72) : [junit] at org.apache.lucene.search.TestRemoteSearchable.testTermQuery(TestRemoteSearchable.java:80) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]