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 Issue #1268

Closed
dhana250 opened this issue Oct 9, 2017 · 1 comment
Closed

Connection Issue #1268

dhana250 opened this issue Oct 9, 2017 · 1 comment
Assignees

Comments

@dhana250
Copy link

dhana250 commented Oct 9, 2017

I'm getting this error while running the application.

Oct 08, 2017 8:07:33 PM zipkin.reporter.AsyncReporter$BoundedAsyncReporter$1 onError
WARNING: Dropped 1 spans due to ConnectException(Connection refused (Connection refused))
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.http.HttpClient.(HttpClient.java:242)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:357)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1316)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1291)
at zipkin.reporter.urlconnection.URLConnectionSender.send(URLConnectionSender.java:174)
at zipkin.reporter.urlconnection.URLConnectionSender.sendSpans(URLConnectionSender.java:135)

@mariuszkumor
Copy link
Member

@dhana250 It means you have to start abixen-platform-zipkin application.
Zipkin is an optional and you can ignore this connection exception. However I recommend to to start this service aiming at use more functionalities delivered by the platform.

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

No branches or pull requests

2 participants