Modify ↓
#5827 closed defect (invalid)
OpenStreetBugs: connection refused
Reported by: | malenki | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin openstreetbugs | Version: | latest |
Keywords: | OSB | Cc: |
Description
Starting JOSM today results in error messages that OSB cannot connect:
java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at sun.net.NetworkClient.doConnect(NetworkClient.java:163) at sun.net.www.http.HttpClient.openServer(HttpClient.java:394) at sun.net.www.http.HttpClient.openServer(HttpClient.java:529) at sun.net.www.http.HttpClient.<init>(HttpClient.java:233) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.http.HttpClient.New(HttpClient.java:323) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:975) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:916) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:841) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1177) at org.openstreetmap.josm.plugins.osb.api.util.HttpUtils.get(HttpUtils.java:57) at org.openstreetmap.josm.plugins.osb.api.DownloadAction.execute(DownloadAction.java:66) at org.openstreetmap.josm.plugins.osb.OsbPlugin.updateData(OsbPlugin.java:180) at org.openstreetmap.josm.plugins.osb.OsbDownloadLoop.run(OsbDownloadLoop.java:85)
Attachments (0)
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Hm. After getting the error I tried the link you mention which worked well. After that I tried an older version of JOSM ith which I still got the above pasted error.
If the plugin can't connect the existing error message "connection refused" should be sufficient. The reason why it couldn't connect would be of interest.
But so far I guess this ticket can be closed
Note:
See TracTickets
for help on using tickets.
Der Server http://openstreetbugs.schokokeks.org/ war ein paar Minuten nicht zu erreichen. Da scheint das Fehlerhandling des Plugin noch verbesserungswürdig zu sein...