Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Connection timed out" on client.search #37

Open
Latifa-AlMarri opened this issue Jul 11, 2013 · 0 comments
Open

"Connection timed out" on client.search #37

Latifa-AlMarri opened this issue Jul 11, 2013 · 0 comments

Comments

@Latifa-AlMarri
Copy link

Hi there,
Since yesterday I’ve been facing an error when using the API:
java.net.ConnectException: Connection timed out: connect
at org.apache.thrift.transport.TSocket.open(TSocket.java:185)
at cc.twittertools.search.api.TrecSearchThriftClient.search(TrecSearchThriftClient.java:36)
at search.BaseSearch.main(BaseSearch.java:58)
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at org.apache.thrift.transport.TSocket.open(TSocket.java:180)
... 2 more
It was working fine before. Any suggestions?
Note: I haven’t switched to the newer version yet (could that be the problem?) and I am using the new hosts.

Thanks in advance,
Latifa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant